Home
last modified time | relevance | path

Searched refs:area_size (Results 1 – 8 of 8) sorted by relevance

/linux/mm/
H A Dexecmem.c238 unsigned long addr, last, area_size = 0; in __execmem_cache_alloc() local
244 area_size = mas_range_len(&mas_free); in __execmem_cache_alloc()
246 if (area_size >= size && within_range(range, &mas_free, size)) in __execmem_cache_alloc()
250 if (area_size < size) in __execmem_cache_alloc()
263 if (area_size > size) { in __execmem_cache_alloc()
/linux/include/uapi/linux/
H A Dkcov.h13 __u32 area_size; /* Length of coverage buffer in words */ member
/linux/Documentation/networking/
H A Diou-zcrx.rst85 void *area_ptr = mmap(NULL, area_size,
115 .len = area_size,
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst281 __u32 area_size;
332 arg->area_size = COVER_SIZE;
/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst54 "<area_size>"
56 <area_size> sectors.
/linux/arch/x86/kernel/
H A Dsetup.c325 u64 area_size = PAGE_ALIGN(ramdisk_size); in relocate_initrd() local
329 u64 relocated_ramdisk = memblock_phys_alloc_range(area_size, PAGE_SIZE, 0, in relocate_initrd()
/linux/kernel/
H A Dkcov.c640 if ((unsigned long)remote_arg->area_size > in kcov_ioctl_locked()
648 kcov->remote_size = remote_arg->area_size; in kcov_ioctl_locked()
/linux/Documentation/dev-tools/
H A Dkcov.rst296 __u32 area_size;
347 arg->area_size = COVER_SIZE;