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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c153 static boolean_t nd_prefix_busy; variable
154 static void *nd_prefix_waitchan = &nd_prefix_busy;
2947 while (nd_prefix_busy) {
2953 nd_prefix_busy = TRUE;
3076 VERIFY(nd_prefix_busy);
3077 nd_prefix_busy = FALSE;

Completed in 19 milliseconds