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

/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddstore.c80 { (long)FMARK, FF_MARK },
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfcntl.h131 #define FMARK 0x1000 /* mark during gc() */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c2057 fg->fg_flag &= ~(FMARK|FDEFER);
2084 if (fg->fg_flag & FMARK) {
2101 fg->fg_flag |= FMARK;
2214 if (fg->fg_count == fg->fg_msgcount && !(fg->fg_flag & FMARK)) {
2315 if (fg->fg_flag & FMARK) {
2319 fg->fg_flag |= (FMARK|FDEFER);

Completed in 82 milliseconds