Lines Matching refs:target_threadid

82 … action, int policy, int policy_subtype, user_addr_t attrp, proc_t proc, uint64_t target_threadid);
83 static int handle_cpuuse(int action, user_addr_t attrp, proc_t proc, uint64_t target_threadid);
84 … action, int policy, int policy_subtype, user_addr_t attrp, proc_t proc, uint64_t target_threadid);
85 … action, int policy, int policy_subtype, user_addr_t attrp, proc_t proc, uint64_t target_threadid);
86 static int handle_no_smt(int scope, int action, proc_t target_proc, uint64_t target_threadid);
87 static int handle_tecs(int scope, int action, proc_t target_proc, uint64_t target_threadid);
93 … action, int policy, int policy_subtype, user_addr_t attrp, proc_t proc, uint64_t target_threadid);
117 uint64_t target_threadid = uap->target_threadid; in process_policy() local
190 …r = handle_lowresource(scope, action, policy, policy_subtype, attrp, target_proc, target_threadid); in process_policy()
209 error = handle_cpuuse(action, attrp, target_proc, target_threadid); in process_policy()
213 … = handle_applifecycle(scope, action, policy, policy_subtype, attrp, target_proc, target_threadid); in process_policy()
217 …error = handle_apptype(scope, action, policy, policy_subtype, attrp, target_proc, target_threadid); in process_policy()
220 error = handle_boost(scope, action, policy, policy_subtype, attrp, target_proc, target_threadid); in process_policy()
223 error = handle_no_smt(scope, action, target_proc, target_threadid); in process_policy()
226 error = handle_tecs(scope, action, target_proc, target_threadid); in process_policy()
242 …cy, int policy_subtype, __unused user_addr_t attrp, proc_t proc, __unused uint64_t target_threadid) in handle_lowresource() argument
265 handle_cpuuse(int action, user_addr_t attrp, proc_t proc, __unused uint64_t target_threadid) in handle_cpuuse() argument
372 __unused uint64_t target_threadid) in handle_applifecycle() argument
425 error = proc_lf_pidbind(current_task(), target_threadid, proc_task(proc), state); in handle_applifecycle()
449 __unused uint64_t target_threadid) in handle_apptype() argument
510 __unused uint64_t target_threadid) in handle_boost() argument
573 handle_no_smt(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_no_smt() argument
587 if (target_threadid != thread_tid(current_thread())) { in handle_no_smt()
598 …sed int scope, __unused int action, __unused proc_t target_proc, __unused uint64_t target_threadid) in handle_no_smt() argument
605 handle_tecs(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_tecs() argument
617 if (target_threadid != thread_tid(current_thread())) { in handle_tecs()