Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/aio/
H A Daio_alloc.c85 aio_worker_t *worker_freelist = NULL; /* free list of worker structures */ variable
103 if ((aiowp = worker_freelist) == NULL) { in _aio_worker_alloc()
111 worker_freelist = (aio_worker_t *)(uintptr_t)(chp + 1); in _aio_worker_alloc()
113 for (i = 0, aiowp = worker_freelist; i < nelem; i++, aiowp++) in _aio_worker_alloc()
117 aiowp = worker_freelist; in _aio_worker_alloc()
119 if ((worker_freelist = aiowp->work_forw) == NULL) in _aio_worker_alloc()
145 worker_freelist = worker_freelast = aiowp; in _aio_worker_free()
329 worker_freelist = NULL; in postfork1_child_aio()