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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c157 #define AIO_SUSPEND_SLEEP_CHAN p_aio_active_count
362 procp->p_aio_active_count--;
903 while (p->p_aio_active_count != 0) {
908 if (p->p_aio_active_count != 0) {
909 panic("Exiting process has %d active AIOs after cancellation has completed.\n", p->p_aio_active_count);
1391 procp->p_aio_active_count++;
2426 return( procp->p_aio_active_count );
H A Dbsd_init.c593 kernproc->p_aio_active_count = 0;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h346 int p_aio_active_count; /* all unfinished AIO requests for this proc */ member in struct:proc

Completed in 22 milliseconds