roundup            86 arch/x86/kernel/pci-dma.c 	size = roundup(dma32_bootmem_size, align);
roundup           130 arch/x86/kernel/pci-dma.c 	unsigned long size = roundup((addr & ~PAGE_MASK) + len, PAGE_SIZE);
roundup           107 arch/x86/kernel/setup_percpu.c 	size = roundup(sizeof(struct x8664_pda), cache_line_size());
roundup           114 arch/x86/kernel/setup_percpu.c 		tsize = roundup(tsize, cache_line_size());
roundup           282 arch/x86/mm/init_64.c 	unsigned long end = roundup((unsigned long)_end, PMD_SIZE) - 1;
roundup           550 arch/x86/mm/init_64.c 	tables = roundup(puds * sizeof(pud_t), PAGE_SIZE);
roundup           557 arch/x86/mm/init_64.c 	tables += roundup(pmds * sizeof(pmd_t), PAGE_SIZE);
roundup           565 arch/x86/mm/init_64.c 	tables += roundup(ptes * sizeof(pte_t), PAGE_SIZE);
roundup           331 arch/x86/mm/numa_32.c 	kva_pages = roundup(calculate_numa_remap_pages(), PTRS_PER_PTE);
roundup            82 arch/x86/mm/numa_64.c 	nodemap_size = roundup(sizeof(s16) * memnodemapsize, L1_CACHE_BYTES);
roundup           179 arch/x86/mm/numa_64.c 	const int pgdat_size = roundup(sizeof(pg_data_t), PAGE_SIZE);
roundup           182 arch/x86/mm/numa_64.c 	start = roundup(start, ZONE_ALIGN);
roundup           213 arch/x86/mm/numa_64.c 		bootmap_start = roundup(nodedata_phys + pgdat_size, PAGE_SIZE);
roundup           215 arch/x86/mm/numa_64.c 		bootmap_start = roundup(start, PAGE_SIZE);
roundup            99 arch/x86/mm/pageattr.c 	return __pa(roundup((unsigned long)_end, PMD_SIZE)) >> PAGE_SHIFT;
roundup           187 arch/x86/xen/multicalls.c 	unsigned argidx = roundup(b->argidx, sizeof(u64));
roundup           196 arch/x86/xen/multicalls.c 		argidx = roundup(b->argidx, sizeof(u64));
roundup          1232 fs/binfmt_elf.c 	sz += roundup(strlen(en->name) + 1, 4);
roundup          1233 fs/binfmt_elf.c 	sz += roundup(en->datasz, 4);
roundup          1244 fs/binfmt_elf.c 	DUMP_WRITE(buf, roundup(*foffset, 4) - *foffset, foffset);
roundup          1958 fs/binfmt_elf.c 	dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE);
roundup          1251 fs/binfmt_elf_fdpic.c 	sz += roundup(strlen(en->name) + 1, 4);
roundup          1252 fs/binfmt_elf_fdpic.c 	sz += roundup(en->datasz, 4);
roundup          1275 fs/binfmt_elf_fdpic.c 	DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));	/* XXX */
roundup          1277 fs/binfmt_elf_fdpic.c 	DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));	/* XXX */
roundup          1720 fs/binfmt_elf_fdpic.c 	dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE);
roundup            82 fs/lockd/svc.c 		return roundup(nlm_grace_period, nlm_timeout) * HZ;
roundup            90 fs/proc/kcore.c 			     roundup(sizeof(CORE_STR), 4)) +
roundup            91 fs/proc/kcore.c 			roundup(sizeof(struct elf_prstatus), 4) +
roundup            92 fs/proc/kcore.c 			roundup(sizeof(struct elf_prpsinfo), 4) +
roundup            93 fs/proc/kcore.c 			roundup(sizeof(struct task_struct), 4);
roundup           108 fs/proc/kcore.c 	sz += roundup((strlen(en->name) + 1), 4);
roundup           109 fs/proc/kcore.c 	sz += roundup(en->datasz, 4);
roundup           132 fs/proc/kcore.c 	bufp = (char*) roundup((unsigned long)bufp,4);
roundup           134 fs/proc/kcore.c 	bufp = (char*) roundup((unsigned long)bufp,4);
roundup           790 fs/xfs/linux-2.6/xfs_aops.c 	p_offset = p_offset ? roundup(p_offset, len) : PAGE_CACHE_SIZE;
roundup           983 fs/xfs/linux-2.6/xfs_aops.c 	p_offset = p_offset ? roundup(p_offset, len) : PAGE_CACHE_SIZE;
roundup           110 fs/xfs/xfs_alloc.c 		bno = roundup(foundbno, alignment);
roundup           145 fs/xfs/xfs_alloc.c 		if ((newbno1 = roundup(freebno, alignment)) >= freeend)
roundup           148 fs/xfs/xfs_alloc.c 		newbno1 = roundup(wantbno, alignment);
roundup           169 fs/xfs/xfs_alloc.c 		newbno1 = roundup(freeend - wantlen, alignment);
roundup           134 fs/xfs/xfs_attr_leaf.c 		minforkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
roundup           137 fs/xfs/xfs_attr_leaf.c 		minforkoff = roundup(sizeof(uuid_t), 8) >> 3;
roundup           184 fs/xfs/xfs_attr_leaf.c 	minforkoff = roundup(minforkoff, 8) >> 3;
roundup          4008 fs/xfs/xfs_bmap.c 		ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
roundup          4011 fs/xfs/xfs_bmap.c 		ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3;
roundup           128 fs/xfs/xfs_dir2_data.h 	return (int)roundup(offsetof(xfs_dir2_data_entry_t, name[0]) + (n) + \
roundup           518 fs/xfs/xfs_inode.c 		real_size = roundup(size, 4);
roundup          2486 fs/xfs/xfs_inode.c 		real_size = roundup(new_size, 4);
roundup           402 fs/xfs/xfs_inode_item.c 			data_bytes = roundup(ip->i_df.if_bytes, 4);
roundup           519 fs/xfs/xfs_inode_item.c 			data_bytes = roundup(ip->i_afp->if_bytes, 4);
roundup          2903 fs/xfs/xfs_log.c 		log->l_curr_block = roundup(log->l_curr_block, sunit_bb);
roundup          2238 fs/xfs/xfs_rtalloc.c 	mp->m_rsumsize = roundup(mp->m_rsumsize, sbp->sb_blocksize);
roundup            63 mm/allocpercpu.c 	size = roundup(size, cache_line_size());
roundup           116 mm/allocpercpu.c 	size_t sz = roundup(nr_cpu_ids * sizeof(void *), cache_line_size());
roundup          2517 mm/page_alloc.c 	reserve = roundup(zone->pages_min, pageblock_nr_pages) >>
roundup          3332 mm/page_alloc.c 	usemapsize = roundup(zonesize, pageblock_nr_pages);
roundup          3335 mm/page_alloc.c 	usemapsize = roundup(usemapsize, 8 * sizeof(unsigned long));
roundup          3816 mm/page_alloc.c 			roundup(required_movablecore, MAX_ORDER_NR_PAGES);
roundup          3922 mm/page_alloc.c 			roundup(zone_movable_pfn[nid], MAX_ORDER_NR_PAGES);
roundup           259 mm/sparse.c    	size_bytes = roundup(SECTION_BLOCKFLAGS_BITS, 8) / 8;
roundup           260 mm/sparse.c    	size_bytes = roundup(size_bytes, sizeof(unsigned long));
roundup            99 net/mac80211/rx.c 		len = roundup(len, 8);
roundup          1068 net/netfilter/nf_conntrack_core.c 	size = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_head));
roundup           379 net/sunrpc/svc.c 	serv->sv_max_mesg  = roundup(serv->sv_max_payload + PAGE_SIZE, PAGE_SIZE);
roundup           153 sound/core/seq/seq_memory.c 		newlen = roundup(len, size_aligned);