Searched refs:cluster_mask (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/ |
| H A D | group_cpus.c | 298 const struct cpumask *cluster_mask; in alloc_cluster_groups() local 310 cluster_mask = topology_cluster_cpumask(cpu); in alloc_cluster_groups() 311 if (!cpumask_weight(cluster_mask)) in alloc_cluster_groups() 314 cpumask_andnot(msk, msk, cluster_mask); in alloc_cluster_groups() 334 cluster_mask = topology_cluster_cpumask(cpu); in alloc_cluster_groups() 335 nc = cpumask_weight_and(cluster_mask, node_cpumask); in alloc_cluster_groups() 336 clusters[n] = cluster_mask; in alloc_cluster_groups() 339 cpumask_andnot(msk, msk, cluster_mask); in alloc_cluster_groups()
|
| /linux/drivers/platform/x86/intel/uncore-frequency/ |
| H A D | uncore-frequency-tpmi.c | 605 u8 cluster_mask; in uncore_probe() local 646 cluster_mask = FIELD_GET(UNCORE_LOCAL_FABRIC_CLUSTER_ID_MASK, header); in uncore_probe() 647 if (!cluster_mask) { in uncore_probe() 648 dev_info(&auxdev->dev, "Uncore: Invalid cluster mask:%x\n", cluster_mask); in uncore_probe() 655 pd_info->cluster_count = hweight8(cluster_mask); in uncore_probe()
|
| /linux/fs/ntfs3/ |
| H A D | record.c | 325 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
|
| H A D | bitmap.c | 552 u32 off = vbo & sbi->cluster_mask; in wnd_rescan() 714 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 790 uint16_t cluster_mask, uint16_t holemask, 793 cluster_mask, holemask, cluster_ino), 803 __field(uint16_t, cluster_mask) 814 __entry->cluster_mask = cluster_mask; 826 __entry->cluster_mask,
|