Home
last modified time | relevance | path

Searched refs:page_kaddr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/sunrpc/
H A Dxdr.c1349 if (xdr->page_kaddr) { in xdr_stream_unmap_current_page()
1350 kunmap_local(xdr->page_kaddr); in xdr_stream_unmap_current_page()
1351 xdr->page_kaddr = NULL; in xdr_stream_unmap_current_page()
1380 xdr->page_kaddr = kmap_local_page(*xdr->page_ptr); in xdr_set_page_base()
1381 kaddr = xdr->page_kaddr; in xdr_set_page_base()
1437 xdr->page_kaddr = NULL; in xdr_init_decode()
/linux-6.15/include/linux/sunrpc/
H A Dxdr.h229 void *page_kaddr; /* kmapped address of the current page */ member
/linux-6.15/mm/
H A Dshmem.c3162 void *page_kaddr; in shmem_mfill_atomic_pte() local
3187 page_kaddr = kmap_local_folio(folio, 0); in shmem_mfill_atomic_pte()
3204 ret = copy_from_user(page_kaddr, in shmem_mfill_atomic_pte()
3208 kunmap_local(page_kaddr); in shmem_mfill_atomic_pte()