HomeSort by relevance Sort by last modified time
    Searched refs:flist_head (Results 26 - 34 of 34) sorted by null

12

  /external/fio/
client.c 51 static FLIST_HEAD(client_list);
52 static FLIST_HEAD(eta_list);
54 static FLIST_HEAD(arg_list);
70 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ];
146 struct flist_head *entry;
233 struct flist_head *entry;
509 struct flist_head *entry;
610 struct flist_head *entry, *tmp;
647 struct flist_head *entry, *tmp;
768 struct flist_head *entry, *tmp
    [all...]
server.c 49 struct flist_head list;
322 static void add_reply(uint64_t tag, struct flist_head *list)
367 uint64_t *tagptr, struct flist_head *list)
433 struct flist_head *list)
481 static void fio_server_add_fork_item(pid_t pid, struct flist_head *list)
493 static void fio_server_add_conn_pid(struct flist_head *conn_list, pid_t pid)
499 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid)
542 static void fio_server_check_fork_items(struct flist_head *list)
544 struct flist_head *entry, *tmp;
557 static void fio_server_check_jobs(struct flist_head *job_list
    [all...]
diskutil.c 20 FLIST_HEAD(disk_list);
116 struct flist_head *entry;
138 struct flist_head *entry;
287 struct flist_head *entry;
532 struct flist_head *entry;
676 struct flist_head *head)
679 struct flist_head *entry;
694 struct flist_head *entry;
ioengines.c 23 static FLIST_HEAD(engine_list);
77 struct flist_head *entry;
592 struct flist_head *entry;
filesetup.c 25 static FLIST_HEAD(filename_list);
665 struct flist_head list;
676 struct flist_head *n, *tmp;
679 FLIST_HEAD(list);
1154 struct flist_head *entry;
1203 struct flist_head *entry, *tmp;
goptions.c 21 struct flist_head changed_list;
87 struct flist_head changed_list;
    [all...]
iolog.c 670 struct flist_head list;
989 struct flist_head list;
io_u.c 82 struct flist_head list;
152 static int flist_cmp(void *data, struct flist_head *a, struct flist_head *b)
    [all...]
backend.c 64 static struct flist_head *cgroup_list;
    [all...]

Completed in 3498 milliseconds

12