Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Duipc_mbuf.c743 static boolean_t mb_clalloc_busy; variable
744 static void *mb_clalloc_waitchan = &mb_clalloc_busy;
1996 while (mb_clalloc_busy) { in slab_free()
2004 mb_clalloc_busy = TRUE; in slab_free()
2200 mb_clalloc_busy = FALSE; in slab_free()
3045 while (mb_clalloc_busy) {
3053 mb_clalloc_busy = TRUE;
3244 mb_clalloc_busy = FALSE;
3257 mb_clalloc_busy = FALSE;
7242 VERIFY(mb_clalloc_busy);
[all …]