Searched refs:leaf_node_cpu_bit (Results 1 – 5 of 5) sorted by relevance
/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() 492 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 | 255 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) in rcu_dump_cpu_stacks() 382 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 | 2294 unsigned long bit = leaf_node_cpu_bit(rnp, cpu); in force_qs_rnp() 3005 rdp->grpmask = leaf_node_cpu_bit(rdp->mynode, cpu); in rcu_boot_init_percpu_data()
|
D | tree_plugin.h | 1167 if ((mask & leaf_node_cpu_bit(rnp, cpu)) && in rcu_boost_kthread_setaffinity()
|