Searched refs:PAGE_ALIGN (Results 76 - 100 of 448) sorted by last modified time

1234567891011>>

/linux-master/sound/pci/
H A Datiixp.c330 PAGE_ALIGN(ATI_MAX_DESCRIPTORS * sizeof(struct atiixp_dma_desc))
/linux-master/sound/core/
H A Dpcm_native.c830 size = PAGE_ALIGN(size);
3665 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)))
3703 if (size != PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)))
3779 dma_bytes = PAGE_ALIGN(runtime->dma_bytes);
3888 dma_bytes = PAGE_ALIGN(runtime->dma_bytes);
H A Dpcm.c941 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status));
949 size = PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control));
953 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)));
986 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_status)));
988 PAGE_ALIGN(sizeof(struct snd_pcm_mmap_control)));
H A Dinfo.c319 char *nbuf = kvzalloc(PAGE_ALIGN(next), GFP_KERNEL);
324 buf->len = PAGE_ALIGN(next);
/linux-master/mm/
H A Dutil.c349 return PAGE_ALIGN(stack_top) + random_variable;
351 return PAGE_ALIGN(stack_top) - random_variable;
372 range -= PAGE_ALIGN(start) - start;
373 start = PAGE_ALIGN(start);
459 return PAGE_ALIGN(STACK_TOP - gap - rnd);
587 if (unlikely(offset + PAGE_ALIGN(len) < offset))
H A Dsparse.c425 return PAGE_ALIGN(sizeof(struct page) * PAGES_PER_SECTION);
723 nr_pages = PAGE_ALIGN(PAGES_PER_SECTION * sizeof(struct page))
H A Dpage_alloc.c4898 unsigned long end = addr + PAGE_ALIGN(size);
5689 start = (void *)PAGE_ALIGN((unsigned long)start);
H A Dnommu.c713 rlen = PAGE_ALIGN(len);
1040 len = PAGE_ALIGN(len);
1433 len = PAGE_ALIGN(len);
1549 old_len = PAGE_ALIGN(old_len);
1550 new_len = PAGE_ALIGN(new_len);
H A Dmprotect.c702 len = PAGE_ALIGN(len);
H A Dmm_init.c1328 return PAGE_ALIGN(pages * sizeof(struct page)) >> PAGE_SHIFT;
H A Dmlock.c533 VM_BUG_ON(len != PAGE_ALIGN(len));
634 len = PAGE_ALIGN(len + (offset_in_page(start)));
694 len = PAGE_ALIGN(len + (offset_in_page(start)));
H A Dmempolicy.c1287 len = PAGE_ALIGN(len);
1561 len = PAGE_ALIGN(len);
/linux-master/mm/kasan/
H A Dshadow.c349 shadow_end = PAGE_ALIGN(shadow_end);
/linux-master/kernel/module/
H A Dmain.c2237 mod->mem[type].size = PAGE_ALIGN(mod->mem[type].size);
/linux-master/kernel/dma/
H A Ddirect.c214 size = PAGE_ALIGN(size);
342 dma_free_from_pool(dev, cpu_addr, PAGE_ALIGN(size)))
534 sg_set_page(sgt->sgl, page, PAGE_ALIGN(size), 0);
549 unsigned long count = PAGE_ALIGN(size) >> PAGE_SHIFT;
H A Dcontiguous.c403 unsigned int count = PAGE_ALIGN(size) >> PAGE_SHIFT;
/linux-master/fs/proc/
H A Dtask_mmu.c57 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK);
96 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK))
H A Dkcore.c114 *data_offset = PAGE_ALIGN(sizeof(struct elfhdr) + *phdrs_len +
154 end = PAGE_ALIGN(end);
/linux-master/drivers/scsi/
H A Dsun_esp.c421 u32 end = PAGE_ALIGN(addr + dma_count + 16U);
/linux-master/drivers/nvdimm/
H A Dpmem.c272 PAGE_ALIGN((first_bad - sector) << SECTOR_SHIFT));
/linux-master/drivers/media/usb/msi2500/
H A Dmsi2500.c610 sizes[0] = PAGE_ALIGN(dev->buffersize);
/linux-master/drivers/md/dm-vdo/
H A Dmemory-alloc.c277 block->size = PAGE_ALIGN(size);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_pc.c868 u32 size = PAGE_ALIGN(sizeof(struct slpc_shared_data));
990 u32 size = PAGE_ALIGN(sizeof(struct slpc_shared_data));
H A Dxe_guc_hwconfig.c80 bo = xe_managed_bo_create_pin_map(xe, tile, PAGE_ALIGN(size),
H A Dxe_guc_ads.c131 return PAGE_ALIGN(ads->golden_lrc_size);
137 return PAGE_ALIGN(PAGE_SIZE);
152 return PAGE_ALIGN(ads_to_guc(ads)->fw.private_data_size);
167 return PAGE_ALIGN(offset);
177 return PAGE_ALIGN(offset);
187 return PAGE_ALIGN(offset);
197 return PAGE_ALIGN(offset);
256 alloc_size = PAGE_ALIGN(real_size);
640 alloc_size = PAGE_ALIGN(real_size);

Completed in 306 milliseconds

1234567891011>>