Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dfcntl.h140 #define FDEFER 0x00002000 /* defer for next gc pass */ macro
/netbsd/sys/kern/
H A Duipc_usrreq.c1712 (oflags | FSCAN) & ~(FMARK|FDEFER)); in unp_gc()
1732 if ((fp->f_flag & FDEFER) != 0) { in unp_gc()
1733 atomic_and_uint(&fp->f_flag, ~FDEFER); in unp_gc()
1946 if (fp->f_flag & (FMARK | FDEFER)) { in unp_mark()
1959 atomic_or_uint(&fp->f_flag, FDEFER); in unp_mark()