Searched defs:align (Results 1 – 7 of 7) sorted by relevance
/kernel/dma/ |
D | contiguous.c | 260 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() 287 unsigned int align = min(get_order(size), CONFIG_CMA_ALIGNMENT); in cma_alloc_aligned() local 411 phys_addr_t align = PAGE_SIZE << max(MAX_ORDER - 1, pageblock_order); in rmem_cma_setup() local
|
/kernel/ |
D | kexec_file.c | 819 unsigned long align; in kexec_purgatory_setup_kbuf() local 898 unsigned long align; in kexec_purgatory_setup_sechdrs() local
|
D | resource.c | 48 resource_size_t min, max, align; member 577 resource_size_t align) in simple_align_resource() 724 resource_size_t max, resource_size_t align, in allocate_resource()
|
D | kexec_core.c | 1093 size_t size, align; in crash_notes_memory_init() local
|
D | fork.c | 846 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init() local
|
D | module.c | 662 unsigned long align = pcpusec->sh_addralign; in percpu_modalloc() local
|
/kernel/bpf/ |
D | syscall.c | 302 unsigned long align = 1; in __bpf_map_area_alloc() local
|