Searched refs:tif (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/trace/rv/monitors/nrp/ |
| H A D | nrp.c | 67 int cpu, int tif) in handle_sched_need_resched() argument 74 if (tif == TIF_NEED_RESCHED) in handle_sched_need_resched()
|
| /linux/kernel/trace/rv/monitors/opid/ |
| H A D | opid.c | 87 static void handle_sched_need_resched(void *data, struct task_struct *tsk, int cpu, int tif) in handle_sched_need_resched() argument
|
| /linux/kernel/sched/ |
| H A D | core.c | 966 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument 968 return !(fetch_or(&ti->flags, 1 << tif) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling() 993 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument 995 set_ti_thread_flag(ti, tif); in set_nr_and_not_polling() 1099 static void __resched_curr(struct rq *rq, int tif) in __resched_curr() argument 1111 if (is_idle_task(curr) && tif == TIF_NEED_RESCHED_LAZY) in __resched_curr() 1112 tif = TIF_NEED_RESCHED; in __resched_curr() 1114 if (cti->flags & ((1 << tif) | _TIF_NEED_RESCHED)) in __resched_curr() 1119 trace_sched_set_need_resched_tp(curr, cpu, tif); in __resched_curr() 1121 set_ti_thread_flag(cti, tif); in __resched_curr() [all …]
|
| /linux/include/trace/events/ |
| H A D | sched.h | 896 TP_PROTO(struct task_struct *tsk, int cpu, int tif), 897 TP_ARGS(tsk, cpu, tif));
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 213 unsigned long tif; in x86_virt_spec_ctrl() local 215 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) : in x86_virt_spec_ctrl() 218 speculation_ctrl_update(tif); in x86_virt_spec_ctrl()
|
| /linux/include/linux/ |
| H A D | sched.h | 351 extern void __trace_set_need_resched(struct task_struct *curr, int tif);
|