Home
last modified time | relevance | path

Searched defs:gp_seq (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Drcu_tasks_trace_gp.c13 long gp_seq; variable
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_kptr.c121 long gp_seq = READ_ONCE(rcu->bss->gp_seq); in kern_sync_rcu_tasks_trace() local
/linux/include/linux/
H A Drcu_segcblist.h193 unsigned long gp_seq[RCU_CBLIST_NSEGS]; member
/linux/kernel/rcu/
H A Dtree.h45 unsigned long gp_seq; /* Track rsp->gp_seq. */ member
167 unsigned long gp_seq; /* Track rdp->gp_seq counter */ member
191 unsigned long gp_seq; /* Track rsp->gp_seq counter. */ member
H A Drcutorture.c718 static void srcu_get_gp_data(int *flags, unsigned long *gp_seq) in srcu_get_gp_data()
2824 unsigned long __maybe_unused gp_seq = 0; in rcu_torture_stats_print() local
4013 unsigned long gp_seq = 0; in rcu_torture_cleanup() local
4447 unsigned long gp_seq = 0; in rcu_torture_init() local
H A Dtree.c549 void rcutorture_get_gp_data(int *flags, unsigned long *gp_seq) in rcutorture_get_gp_data()
3480 unsigned long gp_seq = get_state_synchronize_rcu(); in start_poll_synchronize_rcu() local
H A Dsrcutree.c2017 unsigned long *gp_seq) in srcutorture_get_gp_data()