Searched refs:NGQF_FN (Results 1 – 4 of 4) sorted by relevance
2449 case NGQF_FN: in ng_apply_item()2473 if ((item->el_flags & NGQF_TYPE) == NGQF_FN) { in ng_apply_item()3023 case NGQF_FN: in ng_free_item()3300 case NGQF_FN: in dumpitem()3709 if ((item = ng_alloc_item(NGQF_FN, flags)) == NULL) { in ng_send_fn1()3791 if ((item = ng_alloc_item(NGQF_FN, NG_NOFLAGS)) == NULL) in ng_callout()
664 #define NGQF_FN 0x02 /* the queue element is a function */ macro
2467 case NGQF_FN: in ng_apply_item()2491 if ((item->el_flags & NGQF_TYPE) == NGQF_FN) { in ng_apply_item()3047 case NGQF_FN: in ng_free_item()3328 case NGQF_FN: in dumpitem()3739 if ((item = ng_alloc_item(NGQF_FN, flags)) == NULL) { in ng_send_fn1()3821 if ((item = ng_alloc_item(NGQF_FN, NG_NOFLAGS)) == NULL) in ng_callout()
666 #define NGQF_FN 0x02 /* the queue element is a function */ macro