Home
last modified time | relevance | path

Searched refs:rcu_gp_oldstate (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/
Drcutree.h45 struct rcu_gp_oldstate { struct
72 static inline bool same_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp1, in same_state_synchronize_rcu_full()
73 struct rcu_gp_oldstate *rgosp2) in same_state_synchronize_rcu_full()
79 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
81 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
83 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
85 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
87 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
89 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
Drcutiny.h17 struct rcu_gp_oldstate { struct
29 static inline bool same_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp1, in same_state_synchronize_rcu_full()
30 struct rcu_gp_oldstate *rgosp2) in same_state_synchronize_rcu_full()
37 static inline void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full()
44 static inline void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_full()
51 static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full()
61 static inline void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_full()
71 static inline void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_expedited_full()
81 static inline void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_expedited_full()
Drcupdate.h47 struct rcu_gp_oldstate;
49 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
/Linux-v6.6/kernel/rcu/
Drcutorture.c357 void (*start_gp_poll_exp_full)(struct rcu_gp_oldstate *rgosp);
360 void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp);
362 void (*get_comp_state_full)(struct rcu_gp_oldstate *rgosp);
364 bool (*same_gp_state_full)(struct rcu_gp_oldstate *rgosp1, struct rcu_gp_oldstate *rgosp2);
366 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp);
368 void (*get_gp_completed_full)(struct rcu_gp_oldstate *rgosp);
370 void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp);
372 bool (*poll_gp_state_full)(struct rcu_gp_oldstate *rgosp);
375 void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp);
1320 struct rcu_gp_oldstate cookie_full; in do_rtws_sync()
[all …]
Dtiny.c205 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full()
Dtree.c2785 struct rcu_gp_oldstate gp_snap;
2810 struct rcu_gp_oldstate head_free_gp_snap;
3019 struct rcu_gp_oldstate head_gp_snap; in kfree_rcu_work()
3575 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full()
3616 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full()
3693 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_full()
3778 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full()
3839 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_full()
Dtree_exp.h1094 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_expedited_full()
1148 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_expedited_full()