Home
last modified time | relevance | path

Searched refs:tif (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/rv/monitors/nrp/
H A Dnrp.c65 int cpu, int tif)
72 if (tif == TIF_NEED_RESCHED) in handle_sched_need_resched()
67 handle_sched_need_resched(void * data,struct task_struct * tsk,int cpu,int tif) handle_sched_need_resched() argument
/linux/kernel/trace/rv/monitors/opid/
H A Dopid.c85 static void handle_sched_need_resched(void *data, struct task_struct *tsk, int cpu, int tif) in handle_preempt_enable()
87 handle_sched_need_resched(void * data,struct task_struct * tsk,int cpu,int tif) handle_sched_need_resched() argument
/linux/kernel/sched/
H A Dcore.c979 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument
981 return !(fetch_or(&ti->flags, 1 << tif) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
1006 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument
1008 set_ti_thread_flag(ti, tif); in set_nr_and_not_polling()
1112 static void __resched_curr(struct rq *rq, int tif) in __resched_curr() argument
1124 if (is_idle_task(curr) && tif == TIF_NEED_RESCHED_LAZY) in __resched_curr()
1125 tif = TIF_NEED_RESCHED; in __resched_curr()
1127 if (cti->flags & ((1 << tif) | _TIF_NEED_RESCHED)) in __resched_curr()
1132 trace_sched_set_need_resched_tp(curr, cpu, tif); in __resched_curr()
1134 set_ti_thread_flag(cti, tif); in __resched_curr()
[all …]
/linux/include/trace/events/
H A Dsched.h896 TP_PROTO(struct task_struct *tsk, int cpu, int tif),
897 TP_ARGS(tsk, cpu, tif));
/linux/include/linux/
H A Dsched.h353 extern void __trace_set_need_resched(struct task_struct *curr, int tif);