Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Drcutree.h41 struct rcu_gp_oldstate { struct
68 static inline bool same_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp1, in same_state_synchronize_rcu_full()
69 struct rcu_gp_oldstate *rgosp2) in same_state_synchronize_rcu_full()
75 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
77 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
79 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
81 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
83 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
85 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
H A 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()
H A Drcupdate_wait.h21 struct rcu_gp_oldstate oldstate;
H A Drcupdate.h45 struct rcu_gp_oldstate;
47 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
/linux-6.15/kernel/rcu/
H A Drcutorture.c387 void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp);
391 bool (*same_gp_state_full)(struct rcu_gp_oldstate *rgosp1, struct rcu_gp_oldstate *rgosp2);
393 void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp);
400 void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp);
1426 struct rcu_gp_oldstate cookie_full; in do_rtws_sync()
1463 struct rcu_gp_oldstate cookie_full; in rcu_torture_writer()
1467 struct rcu_gp_oldstate gp_snap_full; in rcu_torture_writer()
1468 struct rcu_gp_oldstate gp_snap1_full; in rcu_torture_writer()
1472 struct rcu_gp_oldstate *rgo = NULL; in rcu_torture_writer()
1747 struct rcu_gp_oldstate gp_snap_full; in rcu_torture_fakewriter()
[all …]
H A Dtiny.c192 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full()
H A Dtree_exp.h1096 void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_expedited_full()
1150 void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_expedited_full()
H A Dtree.c3347 void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_completed_synchronize_rcu_full()
3388 void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in get_state_synchronize_rcu_full()
3461 void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in start_poll_synchronize_rcu_full()
3546 bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in poll_state_synchronize_rcu_full()
3607 void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp) in cond_synchronize_rcu_full()
/linux-6.15/mm/
H A Dslab_common.c1339 struct rcu_gp_oldstate gp_snap;
1364 struct rcu_gp_oldstate head_free_gp_snap;
1572 struct rcu_gp_oldstate head_gp_snap; in kfree_rcu_work()