Home
last modified time | relevance | path

Searched refs:rgos_norm (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Drcutiny.h18 unsigned long rgos_norm; member
32 return rgosp1->rgos_norm == rgosp2->rgos_norm; in same_state_synchronize_rcu_full()
39 rgosp->rgos_norm = get_state_synchronize_rcu(); in get_state_synchronize_rcu_full()
46 rgosp->rgos_norm = start_poll_synchronize_rcu(); in start_poll_synchronize_rcu_full()
53 return poll_state_synchronize_rcu(rgosp->rgos_norm); in poll_state_synchronize_rcu_full()
63 cond_synchronize_rcu(rgosp->rgos_norm); in cond_synchronize_rcu_full()
73 rgosp->rgos_norm = start_poll_synchronize_rcu_expedited(); in start_poll_synchronize_rcu_expedited_full()
83 cond_synchronize_rcu_expedited(rgosp->rgos_norm); in cond_synchronize_rcu_expedited_full()
Drcutree.h45 unsigned long rgos_norm; member
74 return rgosp1->rgos_norm == rgosp2->rgos_norm && rgosp1->rgos_exp == rgosp2->rgos_exp; in same_state_synchronize_rcu_full()