Home
last modified time | relevance | path

Searched defs:page2 (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c29 volatile int __arena *page1, *page2, *no_page, *page3; in basic_alloc1() local
68 volatile char __arena *page1, *page2, *page3, *page4; in basic_alloc2() local
H A Dverifier_arena_large.c25 volatile char __arena *page1, *page2, *no_page, *page3; in big_alloc1() local
/linux/fs/nfs/
H A Dnfs4namespace.c484 char *page, char *page2, in nfs4_try_replacing_one_location()
544 char *page = NULL, *page2 = NULL; in nfs4_replace_transport() local
/linux/drivers/md/
H A Draid5-ppl.c705 static void ppl_xor(int size, struct page *page1, struct page *page2) in ppl_xor()
792 struct page *page2; in ppl_recover_entry() local
1073 struct page *page, *page2; in ppl_load_distributed() local
/linux/tools/testing/selftests/mm/
H A Dmlock2-tests.c361 struct vm_boundaries page2; test_vma_management() local
[all...]
/linux/arch/arm64/kernel/
H A Dmte.c72 int memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
/linux/fs/smb/client/
H A Dlink.c446 void *page1, *page2; local
H A Dinode.c2500 void *page1, *page2; local
/linux/drivers/scsi/
H A Dses.c26 unsigned char *page2; member
/linux/tools/testing/selftests/proc/
H A Dproc-maps-race.c75 struct page_content page2; in FIXTURE() local
/linux/mm/
H A Dutil.c1035 int __weak memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
/linux/include/linux/
H A Dmm.h4158 static inline int pages_identical(struct page *page1, struct page *page2) in pages_identical()