Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dverifier_arena.c28 volatile int __arena *page1, *page2, *no_page, *page3; in basic_alloc1() local
67 volatile char __arena *page1, *page2, *page3, *page4; in basic_alloc2() local
Dverifier_arena_large.c25 volatile char __arena *page1, *page2, *no_page, *page3; in big_alloc1() local
/linux-6.12.1/tools/testing/selftests/kvm/s390x/
Dshared_zeropage_test.c50 char *mem, *page0, *page1, *page2, tmp; in main() local
/linux-6.12.1/fs/nfs/
Dnfs4namespace.c484 char *page, char *page2, in nfs4_try_replacing_one_location()
544 char *page = NULL, *page2 = NULL; in nfs4_replace_transport() local
/linux-6.12.1/drivers/md/
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-6.12.1/tools/testing/selftests/mm/
Dmlock2-tests.c348 struct vm_boundaries page2; in test_vma_management() local
/linux-6.12.1/arch/arm64/kernel/
Dmte.c55 int memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
/linux-6.12.1/fs/smb/client/
Dlink.c469 void *page1, *page2; local
Dinode.c2327 void *page1, *page2; local
/linux-6.12.1/drivers/scsi/
Dses.c26 unsigned char *page2; member
/linux-6.12.1/mm/
Dutil.c1137 int __weak memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
/linux-6.12.1/drivers/phy/realtek/
Dphy-rtk-usb2.c80 struct phy_data page2[MAX_USB_PHY_PAGE2_DATA_SIZE]; member
/linux-6.12.1/include/linux/
Dmm.h4057 static inline int pages_identical(struct page *page1, struct page *page2) in pages_identical()