Home
last modified time | relevance | path

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

/linux/kernel/trace/rv/monitors/nrp/
H A Dnrp.c67 int cpu, int tif) in handle_sched_need_resched() argument
74 if (tif == TIF_NEED_RESCHED) in handle_sched_need_resched()
/linux/arch/x86/include/asm/
H A Dspec-ctrl.h96 extern void speculation_ctrl_update(unsigned long tif);
/linux/kernel/trace/rv/monitors/opid/
H A Dopid.c87 static void handle_sched_need_resched(void *data, struct task_struct *tsk, int cpu, int tif) in handle_sched_need_resched() argument
/linux/arch/x86/kernel/
H A Dprocess.c688 void speculation_ctrl_update(unsigned long tif) in speculation_ctrl_update() argument
694 __speculation_ctrl_update(~tif, tif); in speculation_ctrl_update()
/linux/kernel/sched/
H A Dcore.c965 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument
967 return !(fetch_or(&ti->flags, 1 << tif) & _TIF_POLLING_NRFLAG); in set_nr_and_not_polling()
992 static inline bool set_nr_and_not_polling(struct thread_info *ti, int tif) in set_nr_and_not_polling() argument
994 set_ti_thread_flag(ti, tif); in set_nr_and_not_polling()
1098 static void __resched_curr(struct rq *rq, int tif) in __resched_curr() argument
1110 if (is_idle_task(curr) && tif == TIF_NEED_RESCHED_LAZY) in __resched_curr()
1111 tif = TIF_NEED_RESCHED; in __resched_curr()
1113 if (cti->flags & ((1 << tif) | _TIF_NEED_RESCHED)) in __resched_curr()
1118 trace_sched_set_need_resched_tp(curr, cpu, tif); in __resched_curr()
1120 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/arch/x86/kernel/cpu/
H A Dbugs.c361 unsigned long tif; in x86_virt_spec_ctrl() local
363 tif = setguest ? ssbd_spec_ctrl_to_tif(guestval) : in x86_virt_spec_ctrl()
366 speculation_ctrl_update(tif); in x86_virt_spec_ctrl()
/linux/include/linux/
H A Dsched.h351 extern void __trace_set_need_resched(struct task_struct *curr, int tif);