Home
last modified time | relevance | path

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

/linux/include/linux/
H A Darray_size.h17 #define ARRAY_END(arr) (&(arr)[ARRAY_SIZE(arr)]) macro
/linux/mm/kfence/
H A Dkfence_test.c113 end = ARRAY_END(expect[0]); in report_matches()
143 end = ARRAY_END(expect[1]); in report_matches()
/linux/mm/kmsan/
H A Dkmsan_test.c108 end = ARRAY_END(expected_header); in report_matches()
/linux/kernel/kcsan/
H A Dkcsan_test.c179 end = ARRAY_END(expect[0]); in __report_matches()
203 end = ARRAY_END(expect[1]); in __report_matches()
/linux/mm/
H A Dmemcontrol-v1.c1819 for (stat = stats; stat < ARRAY_END(stats); stat++) { in memcg_numa_stat_show()
1830 for (stat = stats; stat < ARRAY_END(stats); stat++) { in memcg_numa_stat_show()
H A Dkmemleak.c513 if (object < mem_pool || object >= ARRAY_END(mem_pool)) { in mem_pool_free()
/linux/drivers/block/
H A Dfloppy.c4809 for (p = io_regions; p < ARRAY_END(io_regions); p++) { in floppy_request_regions()
4823 floppy_release_allocated_regions(fdc, ARRAY_END(io_regions)); in floppy_release_regions()