Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask.c473 static diagthreshold_check_return task_check_memorythreshold_is_valid(task_t task, uint64_t new_lim…
7479 diag_threshold_validity = task_check_memorythreshold_is_valid( task, new_limit_mb, false); in task_set_phys_footprint_limit_internal()
7582 diag_threshold_validity = task_check_memorythreshold_is_valid( task, new_limit_bytes >> 20, true); in task_set_diag_footprint_limit_internal()
10070 task_check_memorythreshold_is_valid(task_t task, uint64_t new_limit, bool is_diagnostics_value) in task_check_memorythreshold_is_valid() function