HomeSort by relevance Sort by last modified time
    Searched refs:FLIST_HEAD (Results 1 - 11 of 11) sorted by null

  /external/fio/t/
stest.c 16 struct flist_head list;
20 FLIST_HEAD(list);
btrace2fio.c 71 struct flist_head hash_list;
72 struct flist_head pid_list;
88 struct flist_head list;
96 static struct flist_head pid_hash[PID_HASH_SIZE];
97 static FLIST_HEAD(pid_list);
101 static struct flist_head inflight_hash[INFLIGHT_HASH_SIZE];
107 struct flist_head *inflight_list;
108 struct flist_head *e;
134 struct flist_head *list;
433 static struct btrace_pid *pid_hash_find(pid_t pid, struct flist_head *list
    [all...]
  /external/fio/
profile.c 7 static FLIST_HEAD(profile_list);
12 struct flist_head *n;
flist.h 27 struct flist_head { struct
28 struct flist_head *next, *prev;
33 #define FLIST_HEAD(name) \
34 struct flist_head name = FLIST_HEAD_INIT(name)
46 static inline void __flist_add(struct flist_head *new_entry,
47 struct flist_head *prev,
48 struct flist_head *next)
64 static inline void flist_add(struct flist_head *new_entry,
65 struct flist_head *head)
70 static inline void flist_add_tail(struct flist_head *new_entry
    [all...]
libfio.c 41 FLIST_HEAD(disk_list);
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...]
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;
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;
verify.c 1167 FLIST_HEAD(list);
    [all...]

Completed in 1532 milliseconds