Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Duipc_mbuf.c942 static boolean_t mb_clalloc_busy; variable
943 static void *mb_clalloc_waitchan = &mb_clalloc_busy;
2700 while (mb_clalloc_busy) { in slab_free()
2708 mb_clalloc_busy = TRUE; in slab_free()
2904 mb_clalloc_busy = FALSE; in slab_free()
3748 while (mb_clalloc_busy) {
3756 mb_clalloc_busy = TRUE;
3943 mb_clalloc_busy = FALSE;
3956 mb_clalloc_busy = FALSE;
8436 VERIFY(mb_clalloc_busy);
[all …]