Searched refs:grpmask (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tree.c | 963 (rnp->ffmask & rdp->grpmask)) { in rcu_watching_snap_recheck() 1295 rdp->core_needs_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 1307 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes() 2374 mask = rnp->grpmask; in rcu_report_qs_rnp() 2432 mask = rnp->grpmask; in rcu_report_qs_rdp() 2465 mask = rdp->grpmask; in rcu_report_qs_rdp() 2768 mask |= rdp->grpmask; in force_qs_rnp() 2772 rsmask |= rdp->grpmask; in force_qs_rnp() 3071 WRITE_ONCE(rnp->cbovldmask, rnp->cbovldmask | rdp->grpmask); 3073 WRITE_ONCE(rnp->cbovldmask, rnp->cbovldmask & ~rdp->grpmask); [all...] |
| H A D | tree.h | 77 unsigned long grpmask; /* Mask to apply to parent qsmask. */ member 200 unsigned long grpmask; /* Mask to apply to leaf qsmask. */ member
|
| H A D | srcutree.c | 193 sdp->grpmask = 1UL << (cpu - sdp->mynode->grplo); in init_srcu_struct_nodes() 1088 snp->srcu_data_have_cbs[idx] |= sdp->grpmask; in srcu_funnel_gp_start() 1100 snp->srcu_data_have_cbs[idx] |= sdp->grpmask; in srcu_funnel_gp_start()
|
| /linux/fs/xfs/ |
| H A D | xfs_healthmon.c | 207 existing->grpmask |= new->grpmask; in xfs_healthmon_merge_events() 502 event.grpmask = metadata_event_mask(hm, type, old_mask, in xfs_healthmon_report_group() 508 event.grpmask = metadata_event_mask(hm, type, old_mask, in xfs_healthmon_report_group() 519 if (event.grpmask) in xfs_healthmon_report_group() 778 hme.e.group.mask = xfs_healthmon_rtgroup_mask(event->grpmask); in xfs_healthmon_format_v0() 782 hme.e.group.mask = xfs_healthmon_perag_mask(event->grpmask); in xfs_healthmon_format_v0()
|
| H A D | xfs_trace.h | 6104 __entry->mask = event->grpmask; 6192 __field(unsigned int, grpmask) 6201 __entry->grpmask = event->grpmask; 6210 __entry->grpmask,
|
| /linux/include/linux/ |
| H A D | srcutree.h | 48 unsigned long grpmask; /* Mask for leaf srcu_node */ member
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 369 4 unsigned long grpmask; 381 during initialization and for tracing. The ``->grpmask`` field is the 839 3 unsigned long grpmask; 848 The ``->grpmask`` field indicates the bit in the ``->mynode->qsmask``
|