Searched refs:allow_idle_exit (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/osfmk/kperf/ |
| H A D | task_samplers.c | 37 boolean_t *is_dirty_tracked, boolean_t *allow_idle_exit, boolean_t *is_active, 58 boolean_t dirty = FALSE, dirty_tracked = FALSE, allow_idle_exit = FALSE; in kperf_task_snapshot_sample() local 60 …memorystatus_proc_flags_unsafe(get_bsdtask_info(task), &dirty, &dirty_tracked, &allow_idle_exit, &… in kperf_task_snapshot_sample() 67 if (allow_idle_exit) { in kperf_task_snapshot_sample()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | kern_memorystatus_notify.h | 57 …id * v, boolean_t *is_dirty, boolean_t *is_dirty_tracked, boolean_t *allow_idle_exit, boolean_t *i…
|
| H A D | kern_memorystatus.h | 673 …id * v, boolean_t *is_dirty, boolean_t *is_dirty_tracked, boolean_t *allow_idle_exit, boolean_t *i…
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_memorystatus_notify.c | 702 …id * v, boolean_t *is_dirty, boolean_t *is_dirty_tracked, boolean_t *allow_idle_exit, boolean_t *i… in memorystatus_proc_flags_unsafe() argument 707 *allow_idle_exit = FALSE; in memorystatus_proc_flags_unsafe() 715 *allow_idle_exit = (p->p_memstat_dirty & P_DIRTY_ALLOW_IDLE_EXIT) != 0; in memorystatus_proc_flags_unsafe()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | kern_stackshot.c | 489 …id * v, boolean_t *is_dirty, boolean_t *is_dirty_tracked, boolean_t *allow_idle_exit, boolean_t *i… 3285 boolean_t dirty = FALSE, dirty_tracked = FALSE, allow_idle_exit = FALSE; in kcdata_get_task_ss_flags() local 3287 …memorystatus_proc_flags_unsafe(bsd_info, &dirty, &dirty_tracked, &allow_idle_exit, &is_active, &is… in kcdata_get_task_ss_flags() 3294 if (allow_idle_exit) { in kcdata_get_task_ss_flags()
|