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

  /external/fio/t/
stest.c 17 struct flist_head list;
21 FLIST_HEAD(list);
read-to-pipe-async.c 70 struct flist_head list;
71 struct flist_head done_list;
77 struct flist_head list;
78 struct flist_head done_list;
87 struct flist_head list;
126 struct flist_head *entry;
311 struct flist_head *entry;
538 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 39 FLIST_HEAD(disk_list);
workqueue.c 117 static void handle_list(struct submit_worker *sw, struct flist_head *list)
134 FLIST_HEAD(local_list);
ioengines.c 23 static FLIST_HEAD(engine_list);
69 struct flist_head *entry;
561 struct flist_head *entry;
filesetup.c 25 static FLIST_HEAD(filename_list);
31 struct flist_head list;
758 struct flist_head list;
769 struct flist_head *n, *tmp;
772 FLIST_HEAD(list);
1346 struct flist_head *entry;
1398 struct flist_head *entry, *tmp;
    [all...]
client.c 53 static FLIST_HEAD(client_list);
54 static FLIST_HEAD(eta_list);
56 static FLIST_HEAD(arg_list);
73 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ];
166 struct flist_head *entry;
286 struct flist_head *entry;
562 struct flist_head *entry;
658 struct flist_head *entry, *tmp;
695 struct flist_head *entry, *tmp;
816 struct flist_head *entry, *tmp
    [all...]
server.c 44 struct flist_head list; /* link on sk_out->list */
50 struct flist_head next; /* Other sk_entry's, if linked command */
69 struct flist_head list;
427 static void add_reply(uint64_t tag, struct flist_head *list)
472 uint64_t *tagptr, struct flist_head *list)
593 struct flist_head *list)
647 static void fio_server_add_fork_item(pid_t pid, struct flist_head *list)
659 static void fio_server_add_conn_pid(struct flist_head *conn_list, pid_t pid)
665 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid)
711 static void fio_server_check_fork_items(struct flist_head *list, bool stop
    [all...]
verify.c     [all...]

Completed in 1175 milliseconds