HomeSort by relevance Sort by last modified time
    Searched refs:flist_head (Results 1 - 25 of 41) sorted by null

1 2

  /external/fio/
cgroup.h 6 int cgroup_setup(struct thread_data *, struct flist_head *, char **);
9 void cgroup_kill(struct flist_head *list);
13 static inline int cgroup_setup(struct thread_data *td, struct flist_head *list,
24 static inline void cgroup_kill(struct flist_head *list)
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...]
diskutil.h 43 struct flist_head list;
47 struct flist_head slavelist;
65 struct flist_head slaves;
76 struct flist_head *n;
102 extern struct flist_head disk_list;
client.h 29 struct flist_head list;
30 struct flist_head hash_list;
31 struct flist_head arg_list;
44 struct flist_head *opt_lists;
63 struct flist_head eta_list;
67 struct flist_head cmd_list;
iolog.h 24 struct flist_head list;
64 struct flist_head list;
77 struct flist_head io_logs;
133 struct flist_head chunk_list;
198 struct flist_head list;
200 struct flist_head trim_list;
297 struct flist_head list;
flow.c 8 struct flist_head list;
13 static struct flist_head *flow_list;
43 struct flist_head *n;
parse.h 83 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, struct flist_head *);
85 extern int parse_cmd_option(const char *t, const char *l, struct fio_option *, void *, struct flist_head *);
128 struct flist_head list;
filehash.c 16 static unsigned int file_hash_size = HASH_BUCKETS * sizeof(struct flist_head);
18 static struct flist_head *file_hash;
54 struct flist_head *bucket = &file_hash[hash(name)];
55 struct flist_head *n;
profile.h 21 struct flist_head list;
cgroup.c 17 struct flist_head list;
51 struct flist_head *clist)
78 void cgroup_kill(struct flist_head *clist)
80 struct flist_head *n, *tmp;
147 int cgroup_setup(struct thread_data *td, struct flist_head *clist, char **mnt)
server.h 21 struct flist_head list; /* list of pending transmit work */
45 struct flist_head list;
212 extern int fio_net_send_cmd(int, uint16_t, const void *, off_t, uint64_t *, struct flist_head *);
213 extern int fio_net_send_simple_cmd(int, uint16_t, uint64_t, struct flist_head *);
225 extern void fio_server_send_job_options(struct flist_head *, unsigned int);
filelock.c 21 struct flist_head list;
28 struct flist_head list;
31 struct flist_head free_list;
121 struct flist_head *entry;
workqueue.h 7 struct flist_head list;
14 struct flist_head work_list;
graph.c 53 struct flist_head list;
55 struct flist_head alias;
62 struct flist_head list;
64 struct flist_head value_list;
83 struct flist_head label_list;
148 struct flist_head *entry;
159 struct flist_head *entry;
182 struct flist_head *entry;
206 struct flist_head *entry;
241 struct flist_head *entry
    [all...]
ioengines.h 21 struct flist_head list;
gfio.h 145 struct flist_head list;
156 struct flist_head o_list;
profile.c 7 static FLIST_HEAD(profile_list);
12 struct flist_head *n;
fio.h 144 struct flist_head opt_list;
276 struct flist_head verify_list;
366 struct flist_head io_hist_list;
372 struct flist_head io_log_list;
377 struct flist_head trim_list;
380 struct flist_head next_rand_list;
gettime.c 50 static struct flist_head hash[HASH_SIZE];
54 struct flist_head list;
62 struct flist_head *entry;
106 struct flist_head *entry;
io_u.h 92 struct flist_head verify_list;
  /external/fio/lib/
flist_sort.c 13 static struct flist_head *merge(void *priv,
14 int (*cmp)(void *priv, struct flist_head *a,
15 struct flist_head *b),
16 struct flist_head *a, struct flist_head *b)
18 struct flist_head head, *tail = &head;
43 int (*cmp)(void *priv, struct flist_head *a,
44 struct flist_head *b),
45 struct flist_head *head,
46 struct flist_head *a, struct flist_head *b
    [all...]
  /external/fio/t/
genzipf.c 29 struct flist_head list;
34 static struct flist_head *hash;
69 struct flist_head *l = &hash[hashv(val)];
70 struct flist_head *entry;
84 struct flist_head *l = &hash[hashv(val)];
314 hash = calloc(hash_size, sizeof(struct flist_head));
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...]
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);

Completed in 753 milliseconds

1 2