Home
last modified time | relevance | path

Searched refs:task_curr (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_bt.c155 if (task_curr(p)) in kdb_bt()
H A Dkdb_private.h231 #define kdb_task_has_cpu(p) (task_curr(p))
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtasks.h862 if (task_curr(t)) { in trc_inspect_reader()
927 if (task_curr(t) && in trc_wait_for_one_reader()
H A Dtree_stall.h245 if (task_curr(t)) in check_slow_task()
H A Dtree.c1129 if (!task_curr(t)) in rcu_request_urgent_qs_task()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1733 extern int task_curr(const struct task_struct *p);
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c540 if (IS_ENABLED(CONFIG_SMP) && task_curr(t)) in update_task_closid_rmid()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c1761 inline int task_curr(const struct task_struct *p) in task_curr() function
2457 if ((cpu != smp_processor_id()) && task_curr(p)) in kick_process()
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c990 return task_curr(p) || !task_sigpending(p); in wants_signal()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c2781 if (task_curr(ctx->task) && !reprogram) { in __perf_install_in_context()
2925 if (task_curr(task)) { in perf_install_in_context()