Searched refs:leaf_node_cpu_bit (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/kernel/rcu/ |
| D | tree_exp.h | 402 unsigned long mask = leaf_node_cpu_bit(rnp, cpu); in sync_rcu_exp_select_node_cpus() 431 unsigned long mask = leaf_node_cpu_bit(rnp, cpu); in sync_rcu_exp_select_node_cpus() 547 mask = leaf_node_cpu_bit(rnp, cpu); in synchronize_sched_expedited_wait() 577 mask = leaf_node_cpu_bit(rnp, cpu); in synchronize_sched_expedited_wait()
|
| D | tree.h | 173 #define leaf_node_cpu_bit(rnp, cpu) (1UL << ((cpu) - (rnp)->grplo)) macro
|
| D | tree.c | 1339 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) in rcu_dump_cpu_stacks() 1399 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in print_other_cpu_stall() 2706 unsigned long bit = leaf_node_cpu_bit(rnp, cpu); in force_qs_rnp() 3543 rdp->grpmask = leaf_node_cpu_bit(rdp->mynode, cpu); in rcu_boot_init_percpu_data()
|
| D | tree_plugin.h | 1327 if ((mask & leaf_node_cpu_bit(rnp, cpu)) && in rcu_boost_kthread_setaffinity()
|