Searched refs:PF_LINGER (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dpioctl.h75 * If PF_LINGER is set in procp->p_pfsflags, then the last close
80 # define PF_LINGER 0x01 /* Keep stops around after last close */ macro
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ioctl.c255 if (p != NULL && (p->p_pfsflags & PF_LINGER) == 0) {

Completed in 84 milliseconds