nlongs 1605 drivers/iommu/intel-iommu.c u32 ndomains, nlongs; nlongs 1611 drivers/iommu/intel-iommu.c nlongs = BITS_TO_LONGS(ndomains); nlongs 1615 drivers/iommu/intel-iommu.c iommu->domain_ids = kcalloc(nlongs, sizeof(unsigned long), GFP_KERNEL); nlongs 1332 mm/mempolicy.c unsigned long nlongs; nlongs 1342 mm/mempolicy.c nlongs = BITS_TO_LONGS(maxnode); nlongs 1357 mm/mempolicy.c if (nlongs > BITS_TO_LONGS(MAX_NUMNODES)) { nlongs 1358 mm/mempolicy.c for (k = BITS_TO_LONGS(MAX_NUMNODES); k < nlongs; k++) { nlongs 1361 mm/mempolicy.c if (k == nlongs - 1) { nlongs 1367 mm/mempolicy.c nlongs = BITS_TO_LONGS(MAX_NUMNODES); nlongs 1375 mm/mempolicy.c if (get_user(t, nmask + nlongs - 1)) nlongs 1381 mm/mempolicy.c if (copy_from_user(nodes_addr(*nodes), nmask, nlongs*sizeof(unsigned long))) nlongs 1383 mm/mempolicy.c nodes_addr(*nodes)[nlongs-1] &= endmask; nlongs 43 tools/include/linux/bitmap.h unsigned int nlongs = BITS_TO_LONGS(nbits); nlongs 45 tools/include/linux/bitmap.h unsigned int len = (nlongs - 1) * sizeof(unsigned long); nlongs 48 tools/include/linux/bitmap.h dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits);