Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_mbuf.c735 static boolean_t mb_clalloc_busy; variable
736 static void *mb_clalloc_waitchan = &mb_clalloc_busy;
1987 while (mb_clalloc_busy) { in slab_free()
1995 mb_clalloc_busy = TRUE; in slab_free()
2191 mb_clalloc_busy = FALSE; in slab_free()
3038 while (mb_clalloc_busy) {
3046 mb_clalloc_busy = TRUE;
3237 mb_clalloc_busy = FALSE;
3250 mb_clalloc_busy = FALSE;
7204 VERIFY(mb_clalloc_busy);
[all …]