Searched refs:qsmask (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/include/trace/events/ |
| 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-v5.15/kernel/rcu/ |
| D | tree_stall.h | 340 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in rcu_dump_cpu_stacks() 546 if (rnp->qsmask != 0) { in print_other_cpu_stall() 548 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in print_other_cpu_stall() 577 data_race(READ_ONCE(rcu_get_root()->qsmask))); in print_other_cpu_stall() 699 (READ_ONCE(rnp->qsmask) & rdp->grpmask) && in check_cpu_stall() 770 if (data_race(READ_ONCE(rnp->qsmask))) { in rcu_check_boost_fail() 782 if (!rnp->qsmask) { in rcu_check_boost_fail() 789 if (rnp->qsmask & (1UL << (cpu - rnp->grplo))) { in rcu_check_boost_fail() 834 !data_race(READ_ONCE(rnp->qsmask)) && !data_race(READ_ONCE(rnp->boost_tasks)) && in show_rcu_gp_kthreads() 841 data_race(READ_ONCE(rnp->qsmask)), in show_rcu_gp_kthreads()
|
| D | tree_plugin.h | 158 (rnp->qsmask & rdp->grpmask ? RCU_GP_BLKD : 0) + in rcu_preempt_ctxt_queue() 166 WARN_ON_ONCE(rnp->qsmaskinitnext & ~rnp->qsmaskinit & rnp->qsmask & in rcu_preempt_ctxt_queue() 252 !(rnp->qsmask & rdp->grpmask)); in rcu_preempt_ctxt_queue() 335 (rnp->qsmask & rdp->grpmask) in rcu_note_context_switch() 518 (!empty_norm || rnp->qsmask)); in rcu_preempt_deferred_qs_irqrestore() 547 0, rnp->qsmask, in rcu_preempt_deferred_qs_irqrestore() 697 WARN_ON_ONCE(rnp->qsmask); in rcu_preempt_check_blocked_tasks() 784 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 938 WARN_ON_ONCE(rnp->qsmask); in rcu_preempt_check_blocked_tasks() 1123 rnp->qsmask == 0 && in rcu_initiate_boost()
|
| D | tree.c | 1267 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs() 1645 rdp->core_needs_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 1657 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 1852 rnp->qsmask = rnp->qsmaskinit; in rcu_gp_init() 1859 rnp->grphi, rnp->qsmask); in rcu_gp_init() 1861 mask = rnp->qsmask & ~rnp->qsmaskinitnext; in rcu_gp_init() 1896 if (!READ_ONCE(rnp->qsmask) && !rcu_preempt_blocked_readers_cgp(rnp)) in rcu_gp_fqs_check_wake() 1963 if (!READ_ONCE(rnp->qsmask) && in rcu_gp_fqs_loop() 2047 WARN_ON_ONCE(rnp->qsmask); in rcu_gp_cleanup() 2184 if ((!(rnp->qsmask & mask) && mask) || rnp->gp_seq != gps) { in rcu_report_qs_rnp() [all …]
|
| D | tree.h | 47 unsigned long qsmask; /* CPUs or groups that need to switch in */ member
|
| /Linux-v5.15/Documentation/RCU/Design/Data-Structures/ |
| 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-v5.15/Documentation/RCU/ |
| D | stallwarn.rst | 275 …_preempt kthread activity 23807 (4297905177-4297881370), jiffies_till_next_fqs=3, root ->qsmask 0x0 282 ->qsmask field is printed, which will normally be zero.
|
| /Linux-v5.15/Documentation/RCU/Design/Memory-Ordering/ |
| D | Tree-RCU-Memory-Ordering.rst | 468 diagram, clearing bits from each ``rcu_node`` structure's ``->qsmask`` 482 structure's ``->qsmask`` field.
|