Symbol: rcu_gp_oldstate
include/linux/rcupdate.h
55
struct rcu_gp_oldstate;
include/linux/rcupdate.h
57
void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
include/linux/rcupdate_wait.h
21
struct rcu_gp_oldstate oldstate;
include/linux/rcutiny.h
29
static inline bool same_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp1,
include/linux/rcutiny.h
30
struct rcu_gp_oldstate *rgosp2)
include/linux/rcutiny.h
37
static inline void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
include/linux/rcutiny.h
44
static inline void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
include/linux/rcutiny.h
51
static inline bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
include/linux/rcutiny.h
61
static inline void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
include/linux/rcutiny.h
71
static inline void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp)
include/linux/rcutiny.h
81
static inline void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp)
include/linux/rcutree.h
68
static inline bool same_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp1,
include/linux/rcutree.h
69
struct rcu_gp_oldstate *rgosp2)
include/linux/rcutree.h
75
void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
include/linux/rcutree.h
77
void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp);
include/linux/rcutree.h
79
void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
include/linux/rcutree.h
81
void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
include/linux/rcutree.h
83
bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
include/linux/rcutree.h
85
void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
1546
struct rcu_gp_oldstate cookie_full;
kernel/rcu/rcutorture.c
1583
struct rcu_gp_oldstate cookie_full;
kernel/rcu/rcutorture.c
1587
struct rcu_gp_oldstate gp_snap_full;
kernel/rcu/rcutorture.c
1588
struct rcu_gp_oldstate gp_snap1_full;
kernel/rcu/rcutorture.c
1593
struct rcu_gp_oldstate *rgo = NULL;
kernel/rcu/rcutorture.c
1881
struct rcu_gp_oldstate gp_snap_full;
kernel/rcu/rcutorture.c
2310
struct rcu_gp_oldstate cookie_full;
kernel/rcu/rcutorture.c
395
void (*start_gp_poll_exp_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
398
void (*cond_sync_exp_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
400
void (*get_comp_state_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
402
bool (*same_gp_state_full)(struct rcu_gp_oldstate *rgosp1, struct rcu_gp_oldstate *rgosp2);
kernel/rcu/rcutorture.c
404
void (*get_gp_state_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
406
void (*start_gp_poll_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
408
bool (*poll_gp_state_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/rcutorture.c
411
void (*cond_sync_full)(struct rcu_gp_oldstate *rgosp);
kernel/rcu/tiny.c
190
void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree.c
3396
void get_completed_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree.c
3437
void get_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree.c
3510
void start_poll_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree.c
3595
bool poll_state_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree.c
3656
void cond_synchronize_rcu_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree_exp.h
1059
void start_poll_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp)
kernel/rcu/tree_exp.h
1113
void cond_synchronize_rcu_expedited_full(struct rcu_gp_oldstate *rgosp)
mm/slab_common.c
1325
struct rcu_gp_oldstate gp_snap;
mm/slab_common.c
1350
struct rcu_gp_oldstate head_free_gp_snap;
mm/slab_common.c
1558
struct rcu_gp_oldstate head_gp_snap;