Searched defs:rnp (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/kernel/rcu/ | 
| D | tree_plugin.h | 150 static void rcu_preempt_ctxt_queue(struct rcu_node *rnp, struct rcu_data *rdp,  in rcu_preempt_ctxt_queue()296 	struct rcu_node *rnp;  in rcu_preempt_note_context_switch()  local
 349 static int rcu_preempt_blocked_readers_cgp(struct rcu_node *rnp)  in rcu_preempt_blocked_readers_cgp()
 359 					     struct rcu_node *rnp)  in rcu_next_node_entry()
 373 static bool rcu_preempt_has_tasks(struct rcu_node *rnp)  in rcu_preempt_has_tasks()
 392 	struct rcu_node *rnp;  in rcu_read_unlock_special()  local
 525 static void rcu_print_detail_task_stall_rnp(struct rcu_node *rnp)  in rcu_print_detail_task_stall_rnp()
 548 	struct rcu_node *rnp = rcu_get_root(rsp);  in rcu_print_detail_task_stall()  local
 555 static void rcu_print_task_stall_begin(struct rcu_node *rnp)  in rcu_print_task_stall_begin()
 570 static int rcu_print_task_stall(struct rcu_node *rnp)  in rcu_print_task_stall()
 [all …]
 
 | 
| D | tree.c | 226 unsigned long rcu_rnp_online_cpus(struct rcu_node *rnp)  in rcu_rnp_online_cpus()596 	struct rcu_node *rnp = rcu_get_root(rsp);  in rcu_future_needs_gp()  local
 1033 	struct rcu_node *rnp;  in rcu_lockdep_current_cpu_online()  local
 1214 	struct rcu_node *rnp;  in rcu_dump_cpu_stacks()  local
 1235 	struct rcu_node *rnp = rcu_get_root(rsp);  in print_other_cpu_stall()  local
 1308 	struct rcu_node *rnp = rcu_get_root(rsp);  in print_cpu_stall()  local
 1353 	struct rcu_node *rnp;  in check_cpu_stall()  local
 1453 				       struct rcu_node *rnp)  in rcu_cbs_completed()
 1476 static void trace_rcu_future_gp(struct rcu_node *rnp, struct rcu_data *rdp,  in trace_rcu_future_gp()
 1493 rcu_start_future_gp(struct rcu_node *rnp, struct rcu_data *rdp,  in rcu_start_future_gp()
 [all …]
 
 | 
| D | tree_trace.c | 215 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp)  in print_one_rcu_node_boost()240 	struct rcu_node *rnp;  in show_rcu_node_boost()  local
 266 	struct rcu_node *rnp;  in print_one_rcu_state()  local
 320 	struct rcu_node *rnp = &rsp->node[0];  in show_one_rcugp()  local
 
 | 
| D | tree.h | 258 #define rcu_for_each_node_breadth_first(rsp, rnp) \  argument267 #define rcu_for_each_nonleaf_node_breadth_first(rsp, rnp) \  argument
 277 #define rcu_for_each_leaf_node(rsp, rnp) \  argument
 
 |