Lines Matching refs:rcu_gp_poll_state_t
29 typedef unsigned long rcu_gp_poll_state_t; typedef
31 static inline bool rcu_gp_poll_cookie_eq(rcu_gp_poll_state_t l, rcu_gp_poll_state_t r) in rcu_gp_poll_cookie_eq()
36 typedef struct urcu_gp_poll_state rcu_gp_poll_state_t; typedef
38 static inline bool rcu_gp_poll_cookie_eq(rcu_gp_poll_state_t l, rcu_gp_poll_state_t r) in rcu_gp_poll_cookie_eq()
44 static inline rcu_gp_poll_state_t __get_state_synchronize_rcu(struct srcu_struct *ssp) in __get_state_synchronize_rcu()
51 static inline rcu_gp_poll_state_t __start_poll_synchronize_rcu(struct srcu_struct *ssp) in __start_poll_synchronize_rcu()
58 static inline bool __poll_state_synchronize_rcu(struct srcu_struct *ssp, rcu_gp_poll_state_t cookie) in __poll_state_synchronize_rcu()
90 rcu_gp_poll_state_t seq;
96 rcu_gp_poll_state_t seq;
330 get_object_radix(struct rcu_pending_pcpu *p, rcu_gp_poll_state_t seq) in get_object_radix()
343 rcu_pending_enqueue_list(struct rcu_pending_pcpu *p, rcu_gp_poll_state_t seq, in rcu_pending_enqueue_list()
436 rcu_gp_poll_state_t seq = __get_state_synchronize_rcu(pending->srcu); in __rcu_pending_enqueue()