Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dtask.c454 static diagthreshold_check_return task_check_memorythreshold_is_valid(task_t task, uint64_t new_lim…
7317 diag_threshold_validity = task_check_memorythreshold_is_valid( task, new_limit_mb, false); in task_set_phys_footprint_limit_internal()
7420 diag_threshold_validity = task_check_memorythreshold_is_valid( task, new_limit_bytes >> 20, true); in task_set_diag_footprint_limit_internal()
9708 task_check_memorythreshold_is_valid(task_t task, uint64_t new_limit, bool is_diagnostics_value) in task_check_memorythreshold_is_valid() function