Home
last modified time | relevance | path

Searched refs:critical_threshold_percentage (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c226 unsigned long critical_threshold_percentage = 5; variable
1459 critical_threshold_percentage = critical_threshold_percentage_larger_devices; in memorystatus_init()
1463 …ot_argn("kern.jetsam_critical_threshold", &critical_threshold_percentage, sizeof(critical_threshol… in memorystatus_init()
1464 …default("kern.jetsam_critical_threshold", &critical_threshold_percentage, sizeof(critical_threshol… in memorystatus_init()
1466 assert(critical_threshold_percentage < 100); in memorystatus_init()
1534 …memorystatus_available_pages_critical_base = (unsigned int) ((critical_threshold_percentage / delt… in memorystatus_init()