Searched refs:qsmask (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | rcu.h | 147 int grplo, int grphi, unsigned long qsmask), 149 TP_ARGS(rcuname, gpnum, level, grplo, grphi, qsmask), 157 __field(unsigned long, qsmask) 166 __entry->qsmask = qsmask; 171 __entry->grplo, __entry->grphi, __entry->qsmask) 282 unsigned long mask, unsigned long qsmask, 285 TP_ARGS(rcuname, gpnum, mask, qsmask, level, grplo, grphi, gp_tasks), 291 __field(unsigned long, qsmask) 302 __entry->qsmask = qsmask; 311 __entry->mask, __entry->qsmask, __entry->level, [all …]
|
/linux-4.1.27/kernel/rcu/ |
D | tree.c | 1153 if (rnp->qsmask != 0) { in rcu_dump_cpu_stacks() 1155 if (rnp->qsmask & (1UL << cpu)) in rcu_dump_cpu_stacks() 1195 if (rnp->qsmask != 0) { in print_other_cpu_stall() 1197 if (rnp->qsmask & (1UL << cpu)) { in print_other_cpu_stall() 1224 rcu_get_root(rsp)->qsmask); in print_other_cpu_stall() 1323 (ACCESS_ONCE(rnp->qsmask) & rdp->grpmask)) { in check_cpu_stall() 1705 rdp->qs_pending = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 1836 rnp->qsmask = rnp->qsmaskinit; in rcu_gp_init() 1845 rnp->grphi, rnp->qsmask); in rcu_gp_init() 1936 WARN_ON_ONCE(rnp->qsmask); in rcu_gp_cleanup() [all …]
|
D | tree_plugin.h | 180 if ((rnp->qsmask & rdp->grpmask) && rnp->gp_tasks != NULL) { in rcu_preempt_note_context_switch() 189 if (rnp->qsmask & rdp->grpmask) in rcu_preempt_note_context_switch() 194 (rnp->qsmask & rdp->grpmask) in rcu_preempt_note_context_switch() 351 0, rnp->qsmask, in rcu_read_unlock_special() 475 WARN_ON_ONCE(rnp->qsmask); in rcu_preempt_check_blocked_tasks() 894 WARN_ON_ONCE(rnp->qsmask); in rcu_preempt_check_blocked_tasks() 956 else if (rnp->gp_tasks != NULL && rnp->qsmask != 0) in rcu_initiate_boost_trace() 1113 rnp->qsmask == 0 && in rcu_initiate_boost()
|
D | tree.h | 132 unsigned long qsmask; /* CPUs or groups that need to switch in */ member
|
D | tree_trace.c | 287 rnp->qsmask, rnp->qsmaskinit, rnp->qsmaskinitnext, in print_one_rcu_state()
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 355 o The numbers separated by the "/" are the qsmask followed 356 by the qsmaskinit. The qsmask will have one bit 362 The value of qsmaskinit is assigned to that of qsmask
|