Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dkcov.h13 __u32 area_size; /* Length of coverage buffer in words */ member
/linux/arch/s390/kernel/
H A Dperf_pai.c85 unsigned long area_size; /* Size of counter area */ member
287 cpump->area = kzalloc(pai_pmu[idx].area_size, GFP_KERNEL); in pai_alloc_cpu()
458 memcpy((void *)PAI_SAVE_AREA(event), cpump->area, pp->area_size); in pai_start()
1158 .area_size = PAGE_SIZE,
1171 .area_size = PAIE1_CTRBLOCK_SZ,
/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/kernel/
H A Dkcov.c661 if ((unsigned long)remote_arg->area_size > in kcov_ioctl_locked()
668 kcov->remote_size = remote_arg->area_size; in kcov_ioctl_locked()
/linux/Documentation/dev-tools/
H A Dkcov.rst302 __u32 area_size;
353 arg->area_size = COVER_SIZE;
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c1099 .area_size = i915_gem_stolen_area_size,