Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.h400 unsigned long n_force_qs; /* Number of calls to */ member
418 unsigned long n_force_qs_gpstart; /* Snapshot of n_force_qs at */
H A Dtree_stall.h212 rcu_state.n_force_qs_gpstart = READ_ONCE(rcu_state.n_force_qs); in record_gp_stall_check_time()
561 data_race(rcu_state.n_force_qs) - rcu_state.n_force_qs_gpstart, in print_cpu_stall_info()
H A Dtree.c2022 WRITE_ONCE(rcu_state.n_force_qs, rcu_state.n_force_qs + 1); in rcu_gp_fqs()
2656 rdp->n_force_qs_snap = READ_ONCE(rcu_state.n_force_qs); in rcu_do_batch()
3035 if (READ_ONCE(rcu_state.n_force_qs) == rdp->n_force_qs_snap && in call_rcu_core()
3038 rdp->n_force_qs_snap = READ_ONCE(rcu_state.n_force_qs); in call_rcu_core()
4237 rdp->n_force_qs_snap = READ_ONCE(rcu_state.n_force_qs); in rcutree_prepare_cpu()