Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/netgraph/
H A Dng_base.c500 while ((node->flags & (NG_BUSY | NG_INVALID)) == NG_BUSY) in ng_wait_node()
509 node->flags |= NG_BUSY; in ng_wait_node()
526 node->flags &= ~NG_BUSY; in ng_release_node()
/dragonfly/sys/netgraph/
H A Dnetgraph.h121 #define NG_BUSY 0x002 /* callers should sleep or wait */ macro