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() 286 unsigned int align = min(get_order(size), CONFIG_CMA_ALIGNMENT); in cma_alloc_aligned() local 405 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 | 51 resource_size_t min, max, align; member 548 resource_size_t align) in simple_align_resource() 695 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 | 876 int align = max_t(int, L1_CACHE_BYTES, ARCH_MIN_TASKALIGN); in fork_init() local
|
D | module.c | 597 unsigned long align = pcpusec->sh_addralign; in percpu_modalloc() local
|
/kernel/bpf/ |
D | syscall.c | 310 unsigned long align = 1; in __bpf_map_area_alloc() local 451 size_t align, gfp_t flags) in bpf_map_alloc_percpu()
|
D | btf.c | 3060 const char *name, int sz, int align) in btf_find_struct_field() 3089 const char *name, int sz, int align) in btf_find_datasec_var() 3117 const char *name, int sz, int align) in btf_find_field()
|