Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/
H A Dtask_samplers.c38 boolean_t *is_managed, boolean_t *has_assertion);
59 boolean_t is_active = FALSE, is_managed = FALSE, has_assertion = FALSE; in kperf_task_snapshot_sample() local
60 …ask_info(task), &dirty, &dirty_tracked, &allow_idle_exit, &is_active, &is_managed, &has_assertion); in kperf_task_snapshot_sample()
76 if (has_assertion) { in kperf_task_snapshot_sample()
/xnu-12377.1.9/bsd/sys/
H A Dkern_memorystatus_notify.h57 …boolean_t *allow_idle_exit, boolean_t *is_active, boolean_t *is_managed, boolean_t *has_assertion);
H A Dkern_memorystatus.h673 …boolean_t *allow_idle_exit, boolean_t *is_active, boolean_t *is_managed, boolean_t *has_assertion);
/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c702 … boolean_t *allow_idle_exit, boolean_t *is_active, boolean_t *is_managed, boolean_t *has_assertion) in memorystatus_proc_flags_unsafe() argument
710 *has_assertion = FALSE; in memorystatus_proc_flags_unsafe()
718 *has_assertion = (p->p_memstat_state & P_MEMSTAT_PRIORITY_ASSERTION) != 0; in memorystatus_proc_flags_unsafe()
/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c489 …boolean_t *allow_idle_exit, boolean_t *is_active, boolean_t *is_managed, boolean_t *has_assertion);
3286 boolean_t is_active = FALSE, is_managed = FALSE, has_assertion = FALSE; in kcdata_get_task_ss_flags() local
3287 …nsafe(bsd_info, &dirty, &dirty_tracked, &allow_idle_exit, &is_active, &is_managed, &has_assertion); in kcdata_get_task_ss_flags()
3303 if (has_assertion) { in kcdata_get_task_ss_flags()