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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_localfs.c 251 if (flowop->fo_thread->tf_aiolist == NULL) {
252 flowop->fo_thread->tf_aiolist = aiolist;
255 aiolist->al_next = flowop->fo_thread->tf_aiolist;
256 flowop->fo_thread->tf_aiolist = aiolist;
270 aiolist_t *aiolist = flowop->fo_thread->tf_aiolist;
295 flowop->fo_thread->tf_aiolist = match->al_next;
384 aiolist_t *aio = flowop->fo_thread->tf_aiolist;
450 aio = flowop->fo_thread->tf_aiolist;
threadflow.h 99 aiolist_t *tf_aiolist; /* List of async I/Os */ member in struct:threadflow

Completed in 300 milliseconds