Searched refs:requested (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c63 * Threads and tasks have three policy fields: requested, effective, and pending.
68 * Each interface that has an input into the task policy state machine controls a field in requested.
69 * If the interface has a getter, it returns what is in the field in requested, but that is
79 * 2) Change requested field for the relevant policy
80 * 3) Run a task policy update, which recalculates effective based on requested,
81 * then takes a diff between the old and new versions of requested and calls the relevant
87 * To add a new requested policy, add the field in the requested struct, the flavor in task.h,
99 * These are a set of behaviors that can be requested for a task. They currently have specific
557 info->requested
725 struct task_requested_policy requested = local
1488 struct task_requested_policy requested = local
1615 struct task_requested_policy requested = local
1671 struct task_requested_policy requested = local
1741 struct task_requested_policy requested = local
2147 struct task_requested_policy requested = thread->requested_policy; local
2568 struct task_requested_policy requested = local
[all...]
H A Dthread_policy.c561 * from the requested absolute priority value.
601 * Set the thread's requested mode
1095 info->requested = 0;
/xnu-2782.1.97/tools/lockstat/
H A Dlockstat.c70 void print_spin(int requested, lockgroup_info_t *lockgroup);
73 void print_mutex(int requested, lockgroup_info_t *lockgroup);
76 void print_rw(int requested, lockgroup_info_t *lockgroup);
308 print_spin(int requested, lockgroup_info_t *lockgroup) argument
310 lockgroup_info_t *curptr = &lockgroup[requested];
340 print_mutex(int requested, lockgroup_info_t *lockgroup) argument
342 lockgroup_info_t *curptr = &lockgroup[requested];
373 print_rw(int requested, lockgroup_info_t *lockgroup) argument
375 lockgroup_info_t *curptr = &lockgroup[requested];
/xnu-2782.1.97/osfmk/mach/
H A Dthread_policy.h271 integer_t requested; member in struct:thread_policy_state
H A Dtask_policy.h329 uint64_t requested; member in struct:task_policy_state
383 /* thread requested policy */
405 /* requested suppression behaviors (note: clipped off in 32-bit tracepoints) */
/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py736 io_policy -> RAGE - rapid aging of vnodes requested
737 NORM - normal I/O explicitly requested (this is the default)
738 PASS - passive I/O requested (i.e. I/Os do not affect throttling decisions)
739 THROT - throttled I/O requested (i.e. thread/task may be throttled after each I/O completes)
753 io_policy -> RAGE - rapid aging of vnodes requested
754 NORM - normal I/O explicitly requested (this is the default)
755 PASS - passive I/O requested (i.e. I/Os do not affect throttling decisions)
756 THROT - throttled I/O requested (i.e. thread/task may be throttled after each I/O completes)
1512 io_policy -> RAGE - rapid aging of vnodes requested
1513 NORM - normal I/O explicitly requested (thi
[all...]

Completed in 39 milliseconds