Home
last modified time | relevance | path

Searched refs:task_scs_end_corrupted (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dscs.h48 static inline bool task_scs_end_corrupted(struct task_struct *tsk) in task_scs_end_corrupted() function
80 static inline bool task_scs_end_corrupted(struct task_struct *tsk) { return false; } in task_scs_end_corrupted() function
/openbmc/linux/kernel/
H A Dscs.c164 WARN(task_scs_end_corrupted(tsk), in scs_release()
/openbmc/linux/kernel/sched/
H A Dcore.c5940 if (task_scs_end_corrupted(prev)) in schedule_debug()