Searched refs:area_size (Results 1 – 8 of 8) sorted by relevance
/linux/mm/ |
H A D | execmem.c | 238 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 D | kcov.h | 13 __u32 area_size; /* Length of coverage buffer in words */ member
|
/linux/Documentation/networking/ |
H A D | iou-zcrx.rst | 85 void *area_ptr = mmap(NULL, area_size, 115 .len = area_size,
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kcov.rst | 281 __u32 area_size; 332 arg->area_size = COVER_SIZE;
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | statistics.rst | 54 "<area_size>" 56 <area_size> sectors.
|
/linux/arch/x86/kernel/ |
H A D | setup.c | 325 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 D | kcov.c | 640 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 D | kcov.rst | 296 __u32 area_size; 347 arg->area_size = COVER_SIZE;
|