Home
last modified time | relevance | path

Searched refs:__trace_set_need_resched (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dsched.h353 extern void __trace_set_need_resched(struct task_struct *curr, int tif);
2073 __trace_set_need_resched(tsk, TIF_NEED_RESCHED); in set_tsk_need_resched()
/linux/kernel/sched/
H A Dcore.c1206 void __trace_set_need_resched(struct task_struct *curr, int tif) in __trace_set_need_resched() function
1210 EXPORT_SYMBOL_GPL(__trace_set_need_resched);