Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rtr.c145 static boolean_t nd_prefix_busy; variable
146 static void *nd_prefix_waitchan = &nd_prefix_busy;
159 while (nd_prefix_busy) { in nd_prefix_busy_wait()
165 nd_prefix_busy = TRUE; in nd_prefix_busy_wait()
173 VERIFY(nd_prefix_busy); in nd_prefix_busy_signal()
174 nd_prefix_busy = FALSE; in nd_prefix_busy_signal()
3288 VERIFY(nd_prefix_busy); in pfxlist_onlink_check()