Searched refs:spages (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hv/ |
H A D | mshv_synic.c | 24 struct hv_synic_pages *spages; in synic_event_ring_get_queued_port() local 29 spages = this_cpu_ptr(mshv_root.synic_pages); in synic_event_ring_get_queued_port() 30 event_ring_page = &spages->synic_event_ring_page; in synic_event_ring_get_queued_port() 396 struct hv_synic_pages *spages = this_cpu_ptr(mshv_root.synic_pages); in mshv_isr() local 397 struct hv_message_page **msg_page = &spages->synic_message_page; in mshv_isr() 458 struct hv_synic_pages *spages = this_cpu_ptr(mshv_root.synic_pages); in mshv_synic_init() local 459 struct hv_message_page **msg_page = &spages->synic_message_page; in mshv_synic_init() 461 &spages->synic_event_flags_page; in mshv_synic_init() 463 &spages->synic_event_ring_page; in mshv_synic_init() 552 struct hv_synic_pages *spages in mshv_synic_cleanup() local [all...] |
/linux/lib/tests/ |
H A D | kunit_iov_iter.c | 103 struct page **spages, **bpages; in iov_kunit_copy_to_kvec() local 112 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_to_kvec() 153 struct page **spages, **bpages; in iov_kunit_copy_from_kvec() local 166 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_from_kvec() 263 struct page **spages, **bpages; in iov_kunit_copy_to_bvec() local 271 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_to_bvec() 317 struct page **spages, **bpages; in iov_kunit_copy_from_bvec() local 329 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_from_bvec() 421 struct page **spages, **bpages; in iov_kunit_copy_to_folioq() local 431 scratch = iov_kunit_create_buffer(test, &spages, npage in iov_kunit_copy_to_folioq() 483 struct page **spages, **bpages; iov_kunit_copy_from_folioq() local 583 struct page **spages, **bpages; iov_kunit_copy_to_xarray() local 641 struct page **spages, **bpages; iov_kunit_copy_from_xarray() local [all...] |
/linux/drivers/md/ |
H A D | raid1.c | 2301 struct page **spages = get_resync_pages(sbio)->pages; in process_checks() local 2317 page_address(spages[j]), in process_checks()
|
/linux/fs/nfs/ |
H A D | nfs4proc.c | 6012 struct page *newpage, **spages; in nfs4_buf_to_pages_noslab() local 6015 spages = pages; in nfs4_buf_to_pages_noslab() 6034 __free_page(spages[rc-1]); in nfs4_buf_to_pages_noslab()
|