Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Drsrc.h66 bool io_check_coalesce_buffer(struct page **page_array, int nr_pages,
Dmemmap.c118 if (io_check_coalesce_buffer(mr->pages, mr->nr_pages, &ifd)) { in io_region_init_ptr()
Drsrc.c682 bool io_check_coalesce_buffer(struct page **page_array, int nr_pages, in io_check_coalesce_buffer() function
759 if (nr_pages > 1 && io_check_coalesce_buffer(pages, nr_pages, &data)) { in io_sqe_buffer_register()