Home
last modified time | relevance | path

Searched defs:rsp (Results 1 – 6 of 6) sorted by relevance

/kernel/rcu/
Dtree_exp.h24 static void rcu_exp_gp_seq_start(struct rcu_state *rsp) in rcu_exp_gp_seq_start()
28 static void rcu_exp_gp_seq_end(struct rcu_state *rsp) in rcu_exp_gp_seq_end()
33 static unsigned long rcu_exp_gp_seq_snap(struct rcu_state *rsp) in rcu_exp_gp_seq_snap()
42 static bool rcu_exp_gp_seq_done(struct rcu_state *rsp, unsigned long s) in rcu_exp_gp_seq_done()
54 static void sync_exp_reset_tree_hotplug(struct rcu_state *rsp) in sync_exp_reset_tree_hotplug()
111 static void __maybe_unused sync_exp_reset_tree(struct rcu_state *rsp) in sync_exp_reset_tree()
151 static void __rcu_report_exp_rnp(struct rcu_state *rsp, struct rcu_node *rnp, in __rcu_report_exp_rnp()
188 static void __maybe_unused rcu_report_exp_rnp(struct rcu_state *rsp, in rcu_report_exp_rnp()
202 static void rcu_report_exp_cpu_mult(struct rcu_state *rsp, struct rcu_node *rnp, in rcu_report_exp_cpu_mult()
219 static void rcu_report_exp_rdp(struct rcu_state *rsp, struct rcu_data *rdp, in rcu_report_exp_rdp()
[all …]
Dtree.c237 static int rcu_gp_in_progress(struct rcu_state *rsp) in rcu_gp_in_progress()
305 struct rcu_state *rsp; in rcu_momentary_dyntick_idle() local
539 struct rcu_state *rsp; in show_rcu_gp_kthreads() local
569 struct rcu_state *rsp = NULL; in rcutorture_get_gp_data() local
620 static struct rcu_node *rcu_get_root(struct rcu_state *rsp) in rcu_get_root()
630 static int rcu_future_needs_gp(struct rcu_state *rsp) in rcu_future_needs_gp()
645 cpu_needs_another_gp(struct rcu_state *rsp, struct rcu_data *rdp) in cpu_needs_another_gp()
674 struct rcu_state *rsp; in rcu_eqs_enter_common() local
1242 static void record_gp_stall_check_time(struct rcu_state *rsp) in record_gp_stall_check_time()
1268 static void rcu_check_gp_kthread_starvation(struct rcu_state *rsp) in rcu_check_gp_kthread_starvation()
[all …]
Dsync.c66 void rcu_sync_lockdep_assert(struct rcu_sync *rsp) in rcu_sync_lockdep_assert()
80 void rcu_sync_init(struct rcu_sync *rsp, enum rcu_sync_type type) in rcu_sync_init()
93 void rcu_sync_enter_start(struct rcu_sync *rsp) in rcu_sync_enter_start()
114 void rcu_sync_enter(struct rcu_sync *rsp) in rcu_sync_enter()
163 struct rcu_sync *rsp = container_of(rcu, struct rcu_sync, cb_head); in rcu_sync_func() local
203 void rcu_sync_exit(struct rcu_sync *rsp) in rcu_sync_exit()
221 void rcu_sync_dtor(struct rcu_sync *rsp) in rcu_sync_dtor()
Dtree_trace.c63 struct rcu_state *rsp = (struct rcu_state *)m->private; in r_start() local
82 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcubarrier() local
186 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuexp() local
267 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state()
300 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuhier() local
318 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp()
342 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcugp() local
433 struct rcu_state *rsp; in rcutree_trace_init() local
Dtree_plugin.h533 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall()
764 static void rcu_print_detail_task_stall(struct rcu_state *rsp) in rcu_print_detail_task_stall()
1056 static int rcu_spawn_one_boost_kthread(struct rcu_state *rsp, in rcu_spawn_one_boost_kthread()
1333 struct rcu_state *rsp; in rcu_try_advance_all_cbs() local
1422 struct rcu_state *rsp; in rcu_prepare_for_idle() local
1525 struct rcu_state *rsp; in rcu_oom_notify_cpu() local
1624 static void print_cpu_stall_info(struct rcu_state *rsp, int cpu) in print_cpu_stall_info()
1669 struct rcu_state *rsp; in increment_cpu_stall_ticks() local
1779 static bool rcu_nocb_cpu_needs_barrier(struct rcu_state *rsp, int cpu) in rcu_nocb_cpu_needs_barrier()
1928 static bool __maybe_unused rcu_nocb_adopt_orphan_cbs(struct rcu_state *rsp, in rcu_nocb_adopt_orphan_cbs()
[all …]
Dtree.h267 #define rcu_for_each_node_breadth_first(rsp, rnp) \ argument
276 #define rcu_for_each_nonleaf_node_breadth_first(rsp, rnp) \ argument
286 #define rcu_for_each_leaf_node(rsp, rnp) \ argument
437 struct rcu_state *rsp; member
583 #define for_each_rcu_flavor(rsp) \ argument