Searched refs:p_aio_active_count (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c157 #define AIO_SUSPEND_SLEEP_CHAN p_aio_active_count
362 procp->p_aio_active_count--;
902 while (p->p_aio_active_count != 0) {
907 if (p->p_aio_active_count != 0) {
908 panic("Exiting process has %d active AIOs after cancellation has completed.\n", p->p_aio_active_count);
1390 procp->p_aio_active_count++;
2436 return( procp->p_aio_active_count );
H A Dbsd_init.c594 kernproc->p_aio_active_count = 0;
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h350 int p_aio_active_count; /* all unfinished AIO requests for this proc */ member in struct:proc

Completed in 39 milliseconds