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

/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_bt.c134 if (task_curr(p)) kdb_do_each_thread()
H A Dkdb_private.h231 #define kdb_task_has_cpu(p) (task_curr(p))
/linux-4.1.27/kernel/sched/
H A Dcore.c968 * task_curr - is this task currently executing on a CPU?
973 inline int task_curr(const struct task_struct *p) task_curr() function
1294 if ((cpu != smp_processor_id()) && task_curr(p)) kick_process()
/linux-4.1.27/include/linux/
H A Dsched.h2282 extern int task_curr(const struct task_struct *p);
/linux-4.1.27/kernel/events/
H A Dcore.c68 if (task_cpu(p) != smp_processor_id() || !task_curr(p)) remote_function()
98 if (task_curr(p)) task_function_call()
/linux-4.1.27/kernel/
H A Dsignal.c918 return task_curr(p) || !signal_pending(p); wants_signal()

Completed in 337 milliseconds