Searched refs:FDEFER (Results 1 – 2 of 2) sorted by relevance
135 #define FDEFER 0x00002000 /* defer for next gc pass, same value as O_UNIQUE */ macro
2571 os_atomic_andnot(&fg->fg_flag, FMARK | FDEFER, relaxed); in unp_gc()2588 if (fg->fg_flag & FDEFER) { in unp_gc()2589 os_atomic_andnot(&fg->fg_flag, FDEFER, relaxed); in unp_gc()2817 nflags = oflags | FMARK | FDEFER; in unp_mark()