/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 | 42 struct flist_head list; 46 struct flist_head slavelist; 65 struct flist_head slaves; 76 struct flist_head *n; 102 extern struct flist_head disk_list;
|
filehash.c | 12 unsigned int file_hash_size = HASH_BUCKETS * sizeof(struct flist_head); 14 static struct flist_head *file_hash; 49 struct flist_head *bucket = &file_hash[hash(name)]; 50 struct flist_head *n;
|
client.h | 29 struct flist_head list; 30 struct flist_head hash_list; 31 struct flist_head arg_list; 61 struct flist_head eta_list; 64 struct flist_head cmd_list;
|
flow.c | 8 struct flist_head list; 13 static struct flist_head *flow_list; 43 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)
|
filelock.c | 21 struct flist_head list; 28 struct flist_head list; 31 struct flist_head free_list; 121 struct flist_head *entry;
|
iolog.h | 93 struct flist_head chunk_list; 147 struct flist_head list; 149 struct flist_head trim_list;
|
server.h | 34 struct flist_head list; 186 extern int fio_net_send_cmd(int, uint16_t, const void *, off_t, uint64_t *, struct flist_head *); 187 extern int fio_net_send_simple_cmd(int, uint16_t, uint64_t, struct flist_head *);
|
file.h | 65 struct flist_head hash_list; 135 struct flist_head 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...] |
gfio.h | 145 struct flist_head list; 156 struct flist_head o_list;
|
ioengine.h | 88 struct flist_head verify_list; 131 struct flist_head list;
|
profile.c | 7 static FLIST_HEAD(profile_list); 12 struct flist_head *n;
|
fio.h | 220 struct flist_head verify_list; 300 struct flist_head io_hist_list; 306 struct flist_head io_log_list; 311 struct flist_head trim_list; 314 struct flist_head next_rand_list;
|
gettime.c | 48 static struct flist_head hash[HASH_SIZE]; 52 struct flist_head list; 60 struct flist_head *entry; 104 struct flist_head *entry;
|
/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...] |
tp.h | 10 struct flist_head list; 23 struct flist_head work;
|
tp.c | 20 static void tp_flush_work(struct flist_head *list) 44 struct flist_head work_list;
|
/external/fio/t/ |
genzipf.c | 29 struct flist_head list; 34 static struct flist_head *hash; 58 struct flist_head *l = &hash[hash_long(val, hash_bits)]; 59 struct flist_head *entry; 73 struct flist_head *l = &hash[hash_long(val, hash_bits)]; 202 hash = malloc(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 | 16 struct flist_head list; 20 FLIST_HEAD(list);
|
dedupe.c | 47 struct flist_head list; 55 struct flist_head extent_list[0]; 187 c = malloc(sizeof(struct chunk) + sizeof(struct flist_head)); 470 struct flist_head *n;
|