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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 66 } aiolist_t; typedef in typeref:struct:aiolist
99 aiolist_t *tf_aiolist; /* List of async I/Os */
fb_localfs.c 226 * (aiolist_t) is used to associate the asynchronous write request with
237 * aiolist_t) element. Adds it to the flowop thread's
240 static aiolist_t *
243 aiolist_t *aiolist;
245 if ((aiolist = malloc(sizeof (aiolist_t))) == NULL) {
270 aiolist_t *aiolist = flowop->fo_thread->tf_aiolist;
271 aiolist_t *previous = NULL;
272 aiolist_t *match = NULL;
303 * with a fileobj, allocates and fills an aiolist_t element
329 aiolist_t *aiolist
    [all...]

Completed in 360 milliseconds