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

  /external/fio/
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)
181 flist_entry((ptr)->prev, type, member)
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...]
diskutil.h 84 slave = flist_entry(n, struct disk_util, slavelist);
flow.c 51 flow = flist_entry(n, struct fio_flow, list);
profile.c 15 ops = flist_entry(n, struct profile_ops, list);
filehash.c 58 struct fio_file *f = flist_entry(n, struct fio_file, hash_list);
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);
318 __du = flist_entry(entry, struct disk_util, list);
531 slavedu = flist_entry(entry, struct disk_util, slavelist);
679 du = flist_entry(entry, struct disk_util, list);
715 du = flist_entry(entry, struct disk_util, list);
client.c 169 client = flist_entry(entry, struct fio_client, hash_list);
297 client = flist_entry(entry, struct fio_client, arg_list);
568 client = flist_entry(entry, struct fio_client, list);
671 client = flist_entry(entry, struct fio_client, list);
703 client = flist_entry(entry, struct fio_client, list);
821 client = flist_entry(entry, struct fio_client, list);
1207 reply = flist_entry(entry, struct fio_net_cmd_reply, list);
1233 reply = flist_entry(entry, struct fio_net_cmd_reply, list);
    [all...]
gettime.c 65 struct gtod_log *log = flist_entry(entry, struct gtod_log,
110 log = flist_entry(entry, struct gtod_log, list);
ioengines.c 72 ops = flist_entry(entry, struct ioengine_ops, list);
570 io_ops = flist_entry(entry, struct ioengine_ops, list);
filesetup.c 800 fm = flist_entry(n, struct fio_mount, list);
820 fm = flist_entry(n, struct fio_mount, list);
1356 fn = flist_entry(entry, struct file_name, list);
1406 fn = flist_entry(entry, struct file_name, list);
    [all...]
server.c 717 ffi = flist_entry(entry, struct fio_fork_item, list);
1176 entry = flist_entry(list.next, struct sk_entry, list);
    [all...]
goptions.c     [all...]
iolog.c 1137 c = flist_entry(entry, struct iolog_compress, list);
1405 cur_log = flist_entry(entry, struct io_logs, list);
io_u.c 227 struct rand_off *r1 = flist_entry(a, struct rand_off, list);
228 struct rand_off *r2 = flist_entry(b, struct rand_off, list);
    [all...]
init.c 395 p = flist_entry(entry, struct print_option, list);
423 srcp = flist_entry(entry, struct print_option, list);
    [all...]
stat.c 1159 p = flist_entry(entry, struct print_option, list);
    [all...]
  /external/fio/t/
stest.c 51 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 74 n = flist_entry(entry, struct node, list);
read-to-pipe-async.c 132 work = flist_entry(entry, struct work_item, list);
328 next = flist_entry(entry, struct work_item, list);

Completed in 733 milliseconds