Searched refs:NGF_CLOSING (Results 1 – 2 of 2) sorted by relevance
718 if ((node->nd_flags & NGF_CLOSING) != 0) in ng_rmnode()735 node->nd_flags |= NGF_INVALID|NGF_CLOSING; in ng_rmnode()766 node->nd_flags &= ~(NGF_INVALID|NGF_CLOSING); in ng_rmnode()1611 if (node->nd_flags & NGF_CLOSING) in ng_rmnode_self()
387 #define NGF_CLOSING 0x00000008 /* ng_rmnode() at work */ macro388 #define NG_CLOSING NGF_CLOSING /* compat for old code */