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.h351 extern void __trace_set_need_resched(struct task_struct *curr, int tif);
2024 __trace_set_need_resched(tsk, TIF_NEED_RESCHED); in set_tsk_need_resched()
/linux/kernel/sched/
H A Dcore.c1135 void __trace_set_need_resched(struct task_struct *curr, int tif) in __trace_set_need_resched() function