Searched defs:align (Results 1 – 8 of 8) sorted by relevance
/kernel/dma/ |
D | contiguous.c | 259 unsigned int align, bool no_warn) in dma_alloc_from_contiguous() 285 unsigned int align = min(get_order(size), CONFIG_CMA_ALIGNMENT); in cma_alloc_aligned() local
|
/kernel/ |
D | resource.c | 51 resource_size_t min, max, align; member 561 resource_size_t align) in simple_align_resource() 708 resource_size_t max, resource_size_t align, in allocate_resource() 1776 resource_size_t align, unsigned long flags) in gfr_start() 1822 resource_size_t size, const unsigned long align, in get_free_mem_region() 1952 unsigned long size, unsigned long align, in alloc_free_mem_region()
|
D | kexec_file.c | 807 unsigned long align; in kexec_purgatory_setup_kbuf() local 886 unsigned long align; in kexec_purgatory_setup_sechdrs() local
|
D | kexec_core.c | 1099 size_t size, align; in crash_notes_memory_init() local
|
D | fork.c | 1010 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init() local
|
/kernel/bpf/ |
D | syscall.c | 316 unsigned long align = 1; in __bpf_map_area_alloc() local 476 size_t align, gfp_t flags) in bpf_map_alloc_percpu()
|
D | btf.c | 3268 const char *name, int sz, int align, in btf_find_struct_field() 3320 const char *name, int sz, int align, in btf_find_datasec_var() 3374 int sz, align; in btf_find_field() local
|
/kernel/module/ |
D | main.c | 377 unsigned long align = pcpusec->sh_addralign; in percpu_modalloc() local
|