Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c3906 static uint64_t jld_timestamp_msecs = 0; in memorystatus_act_aggressive() local
3949 (jld_now_msecs > (jld_timestamp_msecs + memorystatus_jld_eval_period_msecs))) { in memorystatus_act_aggressive()
3950 jld_timestamp_msecs = jld_now_msecs; in memorystatus_act_aggressive()