Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_stall.h390 [RCU_GP_WAIT_FQS] = "RCU_GP_WAIT_FQS",
543 if (gp_state == RCU_GP_WAIT_FQS && in rcu_check_gp_kthread_expired_fqs_timer()
551 gp_state_getname(RCU_GP_WAIT_FQS), RCU_GP_WAIT_FQS, in rcu_check_gp_kthread_expired_fqs_timer()
Dtree.h398 #define RCU_GP_WAIT_FQS 5 /* Wait for force-quiescent-state time. */ macro
Dtree.c1705 WRITE_ONCE(rcu_state.gp_state, RCU_GP_WAIT_FQS); in rcu_gp_fqs_loop()