Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask_policy.c144 static void proc_set_task_policy2(task_t task, int category, int flavor, int value1, int value2);
145 static void proc_get_task_policy2(task_t task, int category, int flavor, int *value1, int *value2);
616 int value1, value2; in task_policy_get() local
618 …olicy2(task, TASK_POLICY_ATTRIBUTE, TASK_POLICY_BASE_LATENCY_AND_THROUGHPUT_QOS, &value1, &value2); in task_policy_get()
620 info->task_latency_qos_tier = qos_latency_policy_package(value1); in task_policy_get()
623 int value1, value2; in task_policy_get() local
625 …y2(task, TASK_POLICY_ATTRIBUTE, TASK_POLICY_OVERRIDE_LATENCY_AND_THROUGHPUT_QOS, &value1, &value2); in task_policy_get()
627 info->task_latency_qos_tier = qos_latency_policy_package(value1); in task_policy_get()
1748 int *value1, in proc_get_task_policy2() argument
1758 *value1 = requested.trp_base_latency_qos; in proc_get_task_policy2()
[all …]
/xnu-11215/bsd/kern/
H A Dkdebug.c1601 pid = (pid_t)kdr->value1; in kdbg_setpid()
1642 pid = (pid_t)kdr->value1; in kdbg_setpidex()
1765 kdlog_beg = KDBG_EVENTID(kdr->value1 & 0xff, 0, 0); in kdbg_setreg()
1771 unsigned int cls = kdr->value1 & 0xff; in kdbg_setreg()
1780 kdlog_beg = kdr->value1; in kdbg_setreg()
1786 kdlog_value1 = kdr->value1; in kdbg_setreg()
/xnu-11215/bsd/sys/
H A Dkdebug_private.h469 unsigned int value1; member
/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c2814 unsigned long flags, uint64_t value1, __unused uint64_t value2) in bsdthread_dispatch_apply_attr() argument
2821 apply_worker_index = (uint32_t)value1; in bsdthread_dispatch_apply_attr()
/xnu-11215/tests/
H A Dproc_info.c2080 reg.value1 = (unsigned int)getpid();