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

/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h348 #define p_endcopy p_aio_total_count
349 int p_aio_total_count; /* all allocated AIO requests for this proc */ member in struct:proc
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c158 #define AIO_CLEANUP_SLEEP_CHAN p_aio_total_count
372 procp->p_aio_total_count--;
1391 procp->p_aio_total_count++;
1955 printf("aio_queue_async_request(): too many in flight for proc: %d.\n", procp->p_aio_total_count);
2199 return procp->p_aio_total_count;
H A Dbsd_init.c593 kernproc->p_aio_total_count = 0;

Completed in 34 milliseconds