Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dunpcb.h125 #define UNPGC_REF 0x1 /* unpcb has external ref. */ macro
/freebsd-12-stable/sys/kern/
Duipc_usrreq.c2516 if (unp->unp_gcflag & UNPGC_REF) in unp_accessable()
2519 unp->unp_gcflag |= UNPGC_REF; in unp_accessable()
2540 if ((unp->unp_gcflag & UNPGC_REF) == 0 && fp && in unp_gc_process()