Home
last modified time | relevance | path

Searched refs:nlongs (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/lib/
Dtest_bitmap.c295 unsigned int nlongs = DIV_ROUND_UP(nbits, BITS_PER_LONG); in test_replace() local
301 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
305 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
309 bitmap_replace(bmap, &exp2[0 * nlongs], &exp2[1 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
313 bitmap_replace(bmap, &exp2[1 * nlongs], &exp2[0 * nlongs], exp2_to_exp3_mask, nbits); in test_replace()
/Linux-v5.15/tools/include/linux/
Dbitmap.h39 unsigned int nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() local
41 unsigned int len = (nlongs - 1) * sizeof(unsigned long); in bitmap_fill()
44 dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); in bitmap_fill()
/Linux-v5.15/mm/
Dmempolicy.c1358 unsigned long nlongs = BITS_TO_LONGS(maxnode); in get_bitmap() local
1367 nlongs * sizeof(unsigned long)); in get_bitmap()
1373 mask[nlongs - 1] &= (1UL << (maxnode % BITS_PER_LONG)) - 1; in get_bitmap()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c1766 u32 ndomains, nlongs; in iommu_init_domains() local
1772 nlongs = BITS_TO_LONGS(ndomains); in iommu_init_domains()
1776 iommu->domain_ids = kcalloc(nlongs, sizeof(unsigned long), GFP_KERNEL); in iommu_init_domains()