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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h142 #define FDEFER 0x2000 /* defer for next gc pass */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c1410 fg->fg_flag &= ~(FMARK|FDEFER);
1429 if (fg->fg_flag & FDEFER) {
1430 fg->fg_flag &= ~FDEFER;
1668 fg->fg_flag |= (FMARK|FDEFER);

Completed in 28 milliseconds