Home
last modified time | relevance | path

Searched refs:leaf_node_cpu_bit (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Dtree.h147 #define leaf_node_cpu_bit(rnp, cpu) (BIT((cpu) - (rnp)->grplo)) macro
H A Dtree_exp.h646 mask = leaf_node_cpu_bit(rnp, cpu); in synchronize_rcu_expedited_wait()
678 mask = leaf_node_cpu_bit(rnp, cpu); in synchronize_rcu_expedited_wait()
H A Dtree_stall.h374 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in rcu_dump_cpu_stacks()
618 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in print_other_cpu_stall()
H A Dtree_plugin.h1243 if ((mask & leaf_node_cpu_bit(rnp, cpu)) && in rcu_boost_kthread_setaffinity()
H A Dtree.c4360 rdp->grpmask = leaf_node_cpu_bit(rdp->mynode, cpu); in rcu_boot_init_percpu_data()