Home
last modified time | relevance | path

Searched refs:cluster_mask (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/kernel/apic/
Dx2apic_cluster.c12 struct cluster_mask { struct
20 static DEFINE_PER_CPU(struct cluster_mask *, cluster_masks); argument
21 static struct cluster_mask *cluster_hotplug_mask;
55 struct cluster_mask *cmsk = per_cpu(cluster_masks, cpu); in __x2apic_send_IPI_mask()
100 struct cluster_mask *cmsk = this_cpu_read(cluster_masks); in init_x2apic_ldr()
157 struct cluster_mask *cmsk = per_cpu(cluster_masks, dead_cpu); in x2apic_dead_cpu()
/Linux-v5.10/fs/xfs/scrub/
Dialloc.c221 uint16_t cluster_mask = 0; in xchk_iallocbt_check_cluster() local
235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
245 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster()
259 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
264 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
Dtrace.h555 unsigned int nr_inodes, uint16_t cluster_mask,
558 cluster_mask, holemask, cluster_ino),
568 __field(uint16_t, cluster_mask)
579 __entry->cluster_mask = cluster_mask;
591 __entry->cluster_mask,