Searched refs:has_assertion (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/osfmk/kperf/ |
| H A D | task_samplers.c | 38 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 D | kern_memorystatus_notify.h | 57 …boolean_t *allow_idle_exit, boolean_t *is_active, boolean_t *is_managed, boolean_t *has_assertion);
|
| H A D | kern_memorystatus.h | 673 …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 D | kern_memorystatus_notify.c | 702 … 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 D | kern_stackshot.c | 489 …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()
|