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

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
threadflow.h 61 typedef struct aiolist { struct
63 struct aiolist *al_next;
64 struct aiolist *al_worknext;
fb_localfs.c 31 #include "threadflow.h" /* For aiolist definition */
243 aiolist_t *aiolist; local
245 if ((aiolist = malloc(sizeof (aiolist_t))) == NULL) {
246 filebench_log(LOG_ERROR, "malloc aiolist failed");
252 flowop->fo_thread->tf_aiolist = aiolist;
253 aiolist->al_next = NULL;
255 aiolist->al_next = flowop->fo_thread->tf_aiolist;
256 flowop->fo_thread->tf_aiolist = aiolist;
258 return (aiolist);
262 * Searches for the aiolist element that has a matchin
270 aiolist_t *aiolist = flowop->fo_thread->tf_aiolist; local
329 aiolist_t *aiolist; local
    [all...]

Completed in 240 milliseconds