Searched refs:p_aio_total_count (Results 1 – 3 of 3) sorted by relevance
271 #define AIO_CLEANUP_SLEEP_CHAN p_aio_total_count443 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()
646 kernproc->p_aio_total_count = 0; in bsd_init()
333 int p_aio_total_count; /* all allocated AIO requests for this proc */ member