Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_aio.c271 #define AIO_CLEANUP_SLEEP_CHAN p_aio_total_count
443 if (procp->p_aio_total_count >= aio_max_requests_per_process) { in aio_try_proc_insert_active_locked()
459 procp->p_aio_total_count++; in aio_try_proc_insert_active_locked()
478 if (procp->p_aio_total_count-- <= 0) { in aio_proc_remove_done_locked()
H A Dbsd_init.c646 kernproc->p_aio_total_count = 0; in bsd_init()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h333 int p_aio_total_count; /* all allocated AIO requests for this proc */ member