Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_stall.h373 [RCU_GP_WAIT_FQS] = "RCU_GP_WAIT_FQS",
558 if (gp_state == RCU_GP_WAIT_FQS && in rcu_check_gp_kthread_expired_fqs_timer()
566 gp_state_getname(RCU_GP_WAIT_FQS), RCU_GP_WAIT_FQS, in rcu_check_gp_kthread_expired_fqs_timer()
H A Dtree.h440 #define RCU_GP_WAIT_FQS 5 /* Wait for force-quiescent-state time. */ macro
H A Dtree.c2044 WRITE_ONCE(rcu_state.gp_state, RCU_GP_WAIT_FQS); in rcu_gp_fqs_loop()