Searched refs:NGF_CLOSING (Results 1 – 2 of 2) sorted by relevance
720 if ((node->nd_flags & NGF_CLOSING) != 0) in ng_rmnode()737 node->nd_flags |= NGF_INVALID|NGF_CLOSING; in ng_rmnode()768 node->nd_flags &= ~(NGF_INVALID|NGF_CLOSING); in ng_rmnode()1616 if (node->nd_flags & NGF_CLOSING) in ng_rmnode_self()
399 #define NGF_CLOSING 0x00000008 /* ng_rmnode() at work */ macro400 #define NG_CLOSING NGF_CLOSING /* compat for old code */