Home
last modified time | relevance | path

Searched refs:spages (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hv/
H A Dmshv_synic.c32 struct hv_synic_pages *spages; in synic_event_ring_get_queued_port() local
37 spages = this_cpu_ptr(synic_pages); in synic_event_ring_get_queued_port()
38 event_ring_page = &spages->synic_event_ring_page; in synic_event_ring_get_queued_port()
404 struct hv_synic_pages *spages = this_cpu_ptr(synic_pages); in mshv_isr() local
405 struct hv_message_page **msg_page = &spages->hyp_synic_message_page; in mshv_isr()
460 struct hv_synic_pages *spages = this_cpu_ptr(synic_pages); in mshv_synic_cpu_init() local
461 struct hv_message_page **msg_page = &spages->hyp_synic_message_page; in mshv_synic_cpu_init()
463 &spages->synic_event_flags_page; in mshv_synic_cpu_init()
465 &spages->synic_event_ring_page; in mshv_synic_cpu_init()
555 struct hv_synic_pages *spages = this_cpu_ptr(synic_pages); in mshv_synic_cpu_exit() local
[all …]
/linux/lib/tests/
H A Dkunit_iov_iter.c115 struct page **spages, **bpages; in iov_kunit_copy_to_kvec() local
124 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_to_kvec()
165 struct page **spages, **bpages; in iov_kunit_copy_from_kvec() local
178 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_from_kvec()
275 struct page **spages, **bpages; in iov_kunit_copy_to_bvec() local
283 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_to_bvec()
329 struct page **spages, **bpages; in iov_kunit_copy_from_bvec() local
341 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_from_bvec()
430 struct page **spages, **bpages; in iov_kunit_copy_to_folioq() local
440 scratch = iov_kunit_create_buffer(test, &spages, npages); in iov_kunit_copy_to_folioq()
[all …]
/linux/drivers/md/
H A Draid1.c2308 struct page **spages = get_resync_pages(sbio)->pages; in process_checks() local
2324 page_address(spages[j]), in process_checks()
/linux/fs/nfs/
H A Dnfs4proc.c5945 struct page *newpage, **spages; in nfs4_buf_to_pages_noslab() local
5948 spages = pages; in nfs4_buf_to_pages_noslab()
5967 __free_page(spages[rc-1]); in nfs4_buf_to_pages_noslab()