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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c87 static uint32_t uio_t_count = 0; variable
592 (void)hw_atomic_add(&uio_t_count, 1);
816 if (hw_atomic_sub(&uio_t_count, 1) == UINT_MAX)
817 panic("%s :%d - uio_t_count underflow\n", __FILE__, __LINE__);

Completed in 15 milliseconds