Home
last modified time | relevance | path

Searched refs:csd_lock_is_stuck (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsmp.h298 bool csd_lock_is_stuck(void);
300 static inline bool csd_lock_is_stuck(void) { return false; } in csd_lock_is_stuck() function
/linux/kernel/
H A Dsmp.c219 bool csd_lock_is_stuck(void) in csd_lock_is_stuck() function
/linux/kernel/rcu/
H A Dtree_exp.h557 if (READ_ONCE(csd_lock_suppress_rcu_stall) && csd_lock_is_stuck()) { in synchronize_rcu_expedited_stall()
H A Dtree_stall.h809 if (READ_ONCE(csd_lock_suppress_rcu_stall) && csd_lock_is_stuck()) { in check_cpu_stall()