Searched refs:qsmask (Results 1 – 8 of 8) 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 | 378 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in rcu_dump_cpu_stacks() 556 } else if (!(data_race(READ_ONCE(rdp->mynode->qsmask)) & rdp->grpmask)) { in rcu_check_gp_kthread_starvation() 623 if (rnp->qsmask != 0) { in print_other_cpu_stall() 625 if (rnp->qsmask & leaf_node_cpu_bit(rnp, cpu)) { in print_other_cpu_stall() 655 data_race(READ_ONCE(rcu_get_root()->qsmask))); in print_other_cpu_stall() 796 self_detected = READ_ONCE(rnp->qsmask) & rdp->grpmask; in check_cpu_stall() 859 if (data_race(READ_ONCE(rnp->qsmask))) { in rcu_check_boost_fail() 871 if (!rnp->qsmask) { in rcu_check_boost_fail() 878 if (rnp->qsmask & (1UL << (cpu - rnp->grplo))) { in rcu_check_boost_fail() 923 !data_race(READ_ONCE(rnp->qsmask)) && !data_race(READ_ONCE(rnp->boost_tasks)) && in show_rcu_gp_kthreads() [all …]
|
H A D | tree_plugin.h | 167 (rnp->qsmask & rdp->grpmask ? RCU_GP_BLKD : 0) + in rcu_preempt_ctxt_queue() 175 WARN_ON_ONCE(rnp->qsmaskinitnext & ~rnp->qsmaskinit & rnp->qsmask & in rcu_preempt_ctxt_queue() 261 !(rnp->qsmask & rdp->grpmask)); in rcu_preempt_ctxt_queue() 350 (rnp->qsmask & rdp->grpmask) in rcu_note_context_switch() 534 (!empty_norm || rnp->qsmask)); in rcu_preempt_deferred_qs_irqrestore() 563 0, rnp->qsmask, in rcu_preempt_deferred_qs_irqrestore() 658 ((rdp->grpmask & READ_ONCE(rnp->qsmask)) || t->rcu_blocked_node)) || in rcu_read_unlock_special() 720 WARN_ON_ONCE(rnp->qsmask); in rcu_preempt_check_blocked_tasks() 803 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 968 WARN_ON_ONCE(rnp->qsmask); in rcu_preempt_check_blocked_tasks() [all …]
|
H A D | tree.c | 860 pr_info("%s: %d:%d ->qsmask %#lx ->qsmaskinit %#lx ->qsmaskinitnext %#lx ->rcu_gp_init_mask %#lx\n", in rcu_watching_snap_recheck() 861 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rcu_gp_init_mask); in rcu_watching_snap_recheck() 1287 rdp->core_needs_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 1299 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 1925 rnp->qsmask = rnp->qsmaskinit; in rcu_gp_init() 1932 rnp->grphi, rnp->qsmask); in rcu_gp_init() 1934 mask = rnp->qsmask & ~rnp->qsmaskinitnext; in rcu_gp_init() 1969 if (!READ_ONCE(rnp->qsmask) && !rcu_preempt_blocked_readers_cgp(rnp)) in rcu_gp_fqs_check_wake() 2055 * For multi-node trees, checking the root node's ->qsmask suffices, because a in rcu_gp_fqs_loop() 2056 * given root node's ->qsmask bi in rcu_gp_fqs_loop() [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/ |
H A D | stallwarn.rst | 301 …_preempt kthread activity 23807 (4297905177-4297881370), jiffies_till_next_fqs=3, root ->qsmask 0x0 308 ->qsmask field is printed, which will normally be zero.
|
/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.
|