Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c8067 struct page **last_hpage) in io_buffer_account_pin() argument
8078 if (hpage == *last_hpage) in io_buffer_account_pin()
8080 *last_hpage = hpage; in io_buffer_account_pin()
8101 struct page *last_hpage = NULL; in io_sqe_buffer_register() local
8197 ret = io_buffer_account_pin(ctx, pages, pret, imu, &last_hpage); in io_sqe_buffer_register()