Searched refs:resctrl_sched_in (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dresctrl.h153 static inline void resctrl_sched_in(struct task_struct *tsk) function
191 static inline void resctrl_sched_in(struct task_struct *tsk) {} function
/linux-master/arch/x86/kernel/
H A Dprocess_32.c214 resctrl_sched_in(next_p);
H A Dprocess_64.c710 resctrl_sched_in(next_p);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c338 * This is safe against resctrl_sched_in() called from __switch_to()
357 resctrl_sched_in(current);
573 resctrl_sched_in(task);
631 * resctrl_sched_in() during context switch.
2874 * between the rq->curr update and resctrl_sched_in()

Completed in 147 milliseconds