Searched refs:area_size (Results 1 – 8 of 8) sorted by relevance
| /linux/mm/ |
| H A D | execmem.c | 235 unsigned long addr, last, area_size = 0; in __execmem_cache_alloc() local 241 area_size = mas_range_len(&mas_free); in __execmem_cache_alloc() 243 if (area_size >= size && within_range(range, &mas_free, size)) in __execmem_cache_alloc() 247 if (area_size < size) in __execmem_cache_alloc() 260 if (area_size > size) { in __execmem_cache_alloc()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 85 unsigned long area_size; /* Size of counter area */ member 280 cpump->area = kzalloc(pai_pmu[idx].area_size, GFP_KERNEL); in pai_alloc_cpu() 451 memcpy((void *)PAI_SAVE_AREA(event), cpump->area, pp->area_size); in pai_start() 638 memcpy((void *)PAI_SAVE_AREA(event), cpump->area, pp->area_size); in pai_push_sample() 1147 .area_size = PAGE_SIZE, 1160 .area_size = PAIE1_CTRBLOCK_SZ,
|
| /linux/include/uapi/linux/ |
| H A D | kcov.h | 13 __u32 area_size; /* Length of coverage buffer in words */ member
|
| /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/kernel/ |
| H A D | kcov.c | 650 if ((unsigned long)remote_arg->area_size > in kcov_ioctl_locked() 658 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;
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_stolen.c | 1099 .area_size = i915_gem_stolen_area_size,
|