Home
last modified time | relevance | path

Searched defs:page1 (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/tools/testing/selftests/vm/
Dmlock2-tests.c574 struct vm_boundaries page1; in test_vma_management() local
/Linux-v5.4/drivers/md/
Draid5-ppl.c716 static void ppl_xor(int size, struct page *page1, struct page *page2) in ppl_xor()
802 struct page *page1; in ppl_recover_entry() local
/Linux-v5.4/mm/
Dutil.c892 int memcmp_pages(struct page *page1, struct page *page2) in memcmp_pages()
/Linux-v5.4/drivers/scsi/
Dses.c24 unsigned char *page1; member
/Linux-v5.4/arch/sparc/kernel/
Dleon_pci_grpci1.c42 unsigned int page1; /* 0x10 PAGE1 */ member
/Linux-v5.4/fs/ubifs/
Dfile.c718 struct page *page1) in ubifs_do_bulk_read()
/Linux-v5.4/fs/
Dread_write.c1833 static void vfs_lock_two_pages(struct page *page1, struct page *page2) in vfs_lock_two_pages()
1845 static void vfs_unlock_two_pages(struct page *page1, struct page *page2) in vfs_unlock_two_pages()
/Linux-v5.4/drivers/scsi/cxlflash/
Dsislite.h448 char page1[SIZE_4K]; /* page 1 */ member
/Linux-v5.4/drivers/net/ethernet/sun/
Dcassini.c1381 cas_page_t **page1 = cp->rx_pages[1]; in cas_page_swap() local
/Linux-v5.4/include/linux/
Dmm.h2871 static inline int pages_identical(struct page *page1, struct page *page2) in pages_identical()