Home
last modified time | relevance | path

Searched defs:role (Results 1 – 14 of 14) sorted by relevance

/xnu-8019.80.24/tests/
H A Dtask_policy.c169 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
188 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
203 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
223 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
253 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
283 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
459 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
478 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
493 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
513 struct task_category_policy role[TASK_CATEGORY_POLICY_COUNT]; variable
[all …]
/xnu-8019.80.24/tests/vm/
H A Dmemorystatus_sort_test.c202 launch_proc_in_coalition(uint64_t *coalition_ids, int role, int num_pages) in launch_proc_in_coalition()
251 int role; in init_coalition() local
/xnu-8019.80.24/tools/tests/TLBcoherency/
H A DTLBcoherency.c181 uint32_t role = *(uint32_t *)targs; in tlbexerciser() local
/xnu-8019.80.24/osfmk/kern/
H A Dcoalition.c266 uint32_t role; /* default task role (background, adaptive, interactive, etc) */ member
686 __unused task_t task, __unused int role) in i_coal_resource_set_taskrole()
1020 i_coal_jetsam_set_taskrole(coalition_t coal, task_t task, int role) in i_coal_jetsam_set_taskrole()
1162 coalition_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_… in coalition_create_internal()
H A Dtask_policy.c1842 integer_t role = TASK_UNSPECIFIED; in proc_darwin_role_to_task_role() local
1908 …oc_set_task_spawnpolicy(task_t task, thread_t thread, int apptype, int qos_clamp, task_role_t role, in proc_set_task_spawnpolicy()
2044 int role; in proc_inherit_task_role() local
/xnu-8019.80.24/bsd/kern/
H A Dsys_coalition.c36 int role = COALITION_CREATE_FLAGS_GET_ROLE(flags); in coalition_create_syscall() local
H A Dkern_resource.c659 task_role_t role = TASK_UNSPECIFIED; in proc_set_darwin_role() local
683 int role = 0; in proc_get_darwin_role() local
H A Dproc_info.c1804 int role; in proc_can_use_foreground_hw() local
H A Dkern_exec.c2004 task_role_t role = TASK_UNSPECIFIED; in exec_handle_spawnattr_policy() local
/xnu-8019.80.24/osfmk/mach/
H A Dcoalition.h59 #define COALITION_CREATE_FLAGS_SET_ROLE(flags, role) \ argument
H A Dtask_policy.h127 task_role_t role; member
/xnu-8019.80.24/tools/lldbmacros/
H A Dprocess.py419 def GetTaskRoleString(role): argument
/xnu-8019.80.24/bsd/net/
H A Dbridgestp.c1386 bstp_set_port_role(struct bstp_port *bp, int role) in bstp_set_port_role()
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2208 uint64_t coalitionid, int type, int role) in posix_spawnattr_setcoalition_np()