Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_freeze.c134 uint64_t memorystatus_thaw_count_since_boot = 0; /* The number of thaws since boot */ variable
214 …CTL_QUAD(_kern, OID_AUTO, memorystatus_thaw_count_since_boot, CTLFLAG_RD | CTLFLAG_LOCKED, &memory…
H A Dkern_memorystatus.c3436 extern uint64_t memorystatus_thaw_count_since_boot;
3476 memorystatus_thaw_count_since_boot++; in memorystatus_on_resume()