Searched refs:LcksOpts (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dlocks.h39 extern unsigned int LcksOpts;
H A Dlocks_i386.c115 unsigned int LcksOpts=0; variable
/xnu-2422.115.4/osfmk/kern/
H A Dlocks.c112 if (!PE_parse_boot_argn("lcks", &LcksOpts, sizeof (LcksOpts)))
113 LcksOpts = 0;
125 if (LcksOpts & enaLkStat)
167 if (LcksOpts & enaLkStat)
232 else if (LcksOpts & enaLkStat)
370 if (LcksOpts & enaLkDeb)
H A Dsched_prim.c2560 if ((thread->rwlock_count != 0) && !(LcksOpts & disLkRWPrio)) {

Completed in 31 milliseconds