/external/fio/t/ |
stest.c | 50 e = flist_entry(list.next, struct elem, list);
|
btrace2fio.c | 113 struct inflight *i = flist_entry(e, struct inflight, list); 439 p = flist_entry(e, struct btrace_pid, hash_list); 829 struct btrace_pid *pa = flist_entry(a, struct btrace_pid, pid_list); 830 struct btrace_pid *pb = flist_entry(b, struct btrace_pid, pid_list); 950 pidb = flist_entry(e, struct btrace_pid, pid_list); 971 p = flist_entry(e, struct btrace_pid, pid_list); 984 p = flist_entry(e, struct btrace_pid, pid_list); 989 p = flist_entry(e, struct btrace_pid, pid_list); 1005 p = flist_entry(e, struct btrace_pid, pid_list);
|
dedupe.c | 168 e = flist_entry(c->extent_list[0].next, struct extent, list); 475 e = flist_entry(n, struct extent, list);
|
genzipf.c | 63 n = flist_entry(entry, struct node, list);
|
/external/fio/ |
graph.c | 192 i = flist_entry(entry, struct graph_value, list); 215 i = flist_entry(entry, struct graph_label, list); 252 i = flist_entry(entry, struct graph_value, list); 474 lb = flist_entry(entry, struct graph_label, list); 511 i = flist_entry(entry, struct graph_label, list); 514 j = flist_entry(jentry, struct graph_value, list); 592 i = flist_entry(lentry, struct graph_label, list); 599 j = flist_entry(entry, struct graph_value, list); 643 i = flist_entry(entry, struct graph_label, list); 807 v = flist_entry(entry, struct graph_value, list) [all...] |
flist.h | 169 * flist_entry - get the struct for this entry 174 #define flist_entry(ptr, type, member) \ macro 178 flist_entry((ptr)->next, type, member)
|
diskutil.h | 84 slave = flist_entry(n, struct disk_util, slavelist);
|
filehash.c | 53 struct fio_file *f = flist_entry(n, struct fio_file, hash_list);
|
flow.c | 51 flow = flist_entry(n, struct fio_flow, list);
|
profile.c | 15 ops = flist_entry(n, struct profile_ops, list);
|
client.c | 149 client = flist_entry(entry, struct fio_client, hash_list); 244 client = flist_entry(entry, struct fio_client, arg_list); 515 client = flist_entry(entry, struct fio_client, list); 623 client = flist_entry(entry, struct fio_client, list); 655 client = flist_entry(entry, struct fio_client, list); 771 client = flist_entry(entry, struct fio_client, list); 1104 reply = flist_entry(entry, struct fio_net_cmd_reply, list); 1129 reply = flist_entry(entry, struct fio_net_cmd_reply, list); [all...] |
cgroup.c | 89 cm = flist_entry(n, struct cgroup_member, list);
|
filelock.c | 125 ff = flist_entry(entry, struct fio_filelock, list);
|
diskutil.c | 126 du = flist_entry(entry, struct disk_util, list); 144 du = flist_entry(entry, struct disk_util, list); 319 __du = flist_entry(entry, struct disk_util, list); 537 slavedu = flist_entry(entry, struct disk_util, slavelist); 685 du = flist_entry(entry, struct disk_util, list); 717 du = flist_entry(entry, struct disk_util, list);
|
gettime.c | 63 struct gtod_log *log = flist_entry(entry, struct gtod_log, 108 log = flist_entry(entry, struct gtod_log, list);
|
ioengines.c | 80 ops = flist_entry(entry, struct ioengine_ops, list); 600 td.io_ops = flist_entry(entry, struct ioengine_ops,
|
filesetup.c | 707 fm = flist_entry(n, struct fio_mount, list); 727 fm = flist_entry(n, struct fio_mount, list); 1161 filename = flist_entry(entry, struct file_name, list)->filename; 1211 fn = flist_entry(entry, struct file_name, list);
|
goptions.c | [all...] |
io_u.c | 154 struct rand_off *r1 = flist_entry(a, struct rand_off, list); 155 struct rand_off *r2 = flist_entry(b, struct rand_off, list); [all...] |
server.c | 548 ffi = flist_entry(entry, struct fio_fork_item, list); 1223 du = flist_entry(entry, struct disk_util, list); [all...] |
/external/fio/lib/ |
tp.c | 27 work = flist_entry(list->next, struct tp_work, list);
|