Searched refs:leaf_node_cpu_bit (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/rcu/ | 
| D | tree_exp.h | 348 		unsigned long mask = leaf_node_cpu_bit(rnp, cpu);  in sync_rcu_exp_select_node_cpus() 376 		unsigned long mask = leaf_node_cpu_bit(rnp, cpu);  in sync_rcu_exp_select_node_cpus() 493 				mask = leaf_node_cpu_bit(rnp, cpu);  in synchronize_sched_expedited_wait() 523 				mask = leaf_node_cpu_bit(rnp, cpu);  in synchronize_sched_expedited_wait()
  | 
| D | tree_stall.h | 253 			if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu))  in rcu_dump_cpu_stacks() 380 				if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) {  in print_other_cpu_stall()
  | 
| D | tree.h | 134 #define leaf_node_cpu_bit(rnp, cpu) (BIT((cpu) - (rnp)->grplo))  macro
  | 
| D | tree.c | 2284 			unsigned long bit = leaf_node_cpu_bit(rnp, cpu);  in force_qs_rnp() 2996 	rdp->grpmask = leaf_node_cpu_bit(rdp->mynode, cpu);  in rcu_boot_init_percpu_data()
  | 
| D | tree_plugin.h | 1165 		if ((mask & leaf_node_cpu_bit(rnp, cpu)) &&  in rcu_boost_kthread_setaffinity()
  |