Searched refs:NGF_CLOSING (Results 1 – 4 of 4) 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()1612 if (node->nd_flags & NGF_CLOSING) in ng_rmnode_self()
385 #define NGF_CLOSING 0x00000008 /* ng_rmnode() at work */ macro386 #define NG_CLOSING NGF_CLOSING /* compat for old code */
724 if ((node->nd_flags & NGF_CLOSING) != 0) in ng_rmnode()741 node->nd_flags |= NGF_INVALID|NGF_CLOSING; in ng_rmnode()774 node->nd_flags &= ~(NGF_INVALID|NGF_CLOSING); in ng_rmnode()1618 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 */