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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_msg.c457 * If compiled in, the run-time toggle "enable_hotpath" below
629 boolean_t enable_hotpath = FALSE; /* XXX - push MAC into HOTPATH too */ variable
631 boolean_t enable_hotpath = TRUE; /* Patchable, just in case ... */ variable
667 if ((masked_option == (MACH_SEND_MSG|MACH_RCV_MSG)) && enable_hotpath) {

Completed in 21 milliseconds