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

/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddstore.c81 { (long)FDEFER, FF_DEFER },
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h132 #define FDEFER 0x2000 /* defer for next gc pass */ macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c2066 fg->fg_flag &= ~(FMARK|FDEFER);
2085 if (fg->fg_flag & FDEFER) {
2086 fg->fg_flag &= ~FDEFER;
2322 fg->fg_flag |= (FMARK|FDEFER);

Completed in 87 milliseconds