Home
last modified time | relevance | path

Searched refs:PAGE_CNT (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_arena_large.c182 #define PAGE_CNT 100 in alloc_pages()
183 __u8 __arena * __arena page[PAGE_CNT]; /* occupies the first page */ in alloc_pages()
230 err = alloc_pages(PAGE_CNT, 1, true, PAGE_CNT, 2); in big_alloc2()
235 for (i = 0; i < PAGE_CNT; i += 2) { in big_alloc2()
245 err = alloc_pages(PAGE_CNT / 2, 1, false, PAGE_CNT, 4); in big_alloc2()
250 for (i = 0; i < PAGE_CNT; i += 4) { in big_alloc2()
262 err = alloc_pages(PAGE_CNT / 4, 2, false, PAGE_CNT, in big_alloc2()
169 #define PAGE_CNT global() macro
[all...]
/linux/drivers/mtd/nand/raw/
H A Ddenali.h230 #define PAGE_CNT(bank) (0x430 + (bank) * 0x50) macro