Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c9164 int nr_pages, struct page *hpage) in headpage_already_acct() argument
9172 if (compound_head(pages[i]) == hpage) in headpage_already_acct()
9183 if (compound_head(imu->bvec[j].bv_page) == hpage) in headpage_already_acct()
9202 struct page *hpage; in io_buffer_account_pin() local
9204 hpage = compound_head(pages[i]); in io_buffer_account_pin()
9205 if (hpage == *last_hpage) in io_buffer_account_pin()
9207 *last_hpage = hpage; in io_buffer_account_pin()
9208 if (headpage_already_acct(ctx, pages, i, hpage)) in io_buffer_account_pin()
9210 imu->acct_pages += page_size(hpage) >> PAGE_SHIFT; in io_buffer_account_pin()