Searched refs:qsmask (Results 1 – 5 of 5) sorted by relevance
/linux/include/trace/events/ |
H A D | rcu.h | 150 int grplo, int grphi, unsigned long qsmask), 152 TP_ARGS(rcuname, gp_seq, level, grplo, grphi, qsmask), 160 __field(unsigned long, qsmask) 169 __entry->qsmask = qsmask; 174 __entry->grplo, __entry->grphi, __entry->qsmask) 371 unsigned long mask, unsigned long qsmask, 374 TP_ARGS(rcuname, gp_seq, mask, qsmask, level, grplo, grphi, gp_tasks), 380 __field(unsigned long, qsmask) 391 __entry->qsmask = qsmask; 400 __entry->mask, __entry->qsmask, __entry->level,
|
/linux/kernel/rcu/ |
H A D | tree_stall.h | 352 if (!(data_race(rnp->qsmask) & leaf_node_cpu_bit(rnp, cpu))) in rcu_dump_cpu_stacks() 355 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in rcu_dump_cpu_stacks() 534 } else if (!(data_race(READ_ONCE(rdp->mynode->qsmask)) & rdp->grpmask)) { in rcu_check_gp_kthread_starvation() 601 if (rnp->qsmask != 0) { in print_other_cpu_stall() 603 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in print_other_cpu_stall() 633 data_race(READ_ONCE(rcu_get_root()->qsmask))); in print_other_cpu_stall() 775 self_detected = READ_ONCE(rnp->qsmask) & rdp->grpmask; in check_cpu_stall() 838 if (data_race(READ_ONCE(rnp->qsmask))) { in rcu_check_boost_fail() 850 if (!rnp->qsmask) { in rcu_check_boost_fail() 857 if (rnp->qsmask & (1UL << (cpu - rnp->grplo))) { in rcu_check_boost_fail() [all …]
|
H A D | tree.h | 48 unsigned long qsmask; /* CPUs or groups that need to switch in */ member
|
/linux/Documentation/RCU/Design/Data-Structures/ |
H A D | Data-Structures.rst | 425 1 unsigned long qsmask; 430 The ``->qsmask`` field tracks which of this ``rcu_node`` structure's 444 This mask is used to initialize ``->qsmask``, and ``->expmaskinit`` is 635 number of bits in the ``->qsmask`` field on a 64-bit system, results in 815 The ``->grpmask`` field indicates the bit in the ``->mynode->qsmask``
|
/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | Tree-RCU-Memory-Ordering.rst | 463 diagram, clearing bits from each ``rcu_node`` structure's ``->qsmask`` 477 structure's ``->qsmask`` field.
|