Home
last modified time | relevance | path

Searched refs:mb_clalloc_busy (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf_mcache.c698 static boolean_t mb_clalloc_busy; variable
699 static void *mb_clalloc_waitchan = &mb_clalloc_busy;
1395 while (mb_clalloc_busy) { in slab_free()
1403 mb_clalloc_busy = TRUE; in slab_free()
1599 mb_clalloc_busy = FALSE; in slab_free()
2439 while (mb_clalloc_busy) {
2447 mb_clalloc_busy = TRUE;
2634 mb_clalloc_busy = FALSE;
2647 mb_clalloc_busy = FALSE;
4759 VERIFY(mb_clalloc_busy);
[all …]