Home
last modified time | relevance | path

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

/external/fio/
Dserver.c367 uint64_t *tagptr, struct flist_head *list) in fio_net_send_cmd() argument
375 assert(tagptr); in fio_net_send_cmd()
376 tag = *tagptr = alloc_reply(*tagptr, opcode); in fio_net_send_cmd()
378 tag = tagptr ? *tagptr : 0; in fio_net_send_cmd()