Home
last modified time | relevance | path

Searched refs:fio_net_cmd_reply (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dserver.h33 struct fio_net_cmd_reply { struct
Dclient.c1100 struct fio_net_cmd_reply *reply = NULL; in remove_reply_cmd()
1104 reply = flist_entry(entry, struct fio_net_cmd_reply, list); in remove_reply_cmd()
1125 struct fio_net_cmd_reply *reply = NULL; in fio_client_wait_for_reply()
1129 reply = flist_entry(entry, struct fio_net_cmd_reply, list); in fio_client_wait_for_reply()
1581 struct fio_net_cmd_reply *reply; in client_check_cmd_timeout()
1586 reply = flist_entry(entry, struct fio_net_cmd_reply, list); in client_check_cmd_timeout()
Dserver.c324 struct fio_net_cmd_reply *reply; in add_reply()
326 reply = (struct fio_net_cmd_reply *) (uintptr_t) tag; in add_reply()
332 struct fio_net_cmd_reply *reply; in alloc_reply()
345 struct fio_net_cmd_reply *reply; in free_reply()
347 reply = (struct fio_net_cmd_reply *) (uintptr_t) tag; in free_reply()