Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c4520 unsigned long size, tmp_check; in io_provide_buffers_prep() local
4535 &size)) in io_provide_buffers_prep()
4537 if (check_add_overflow((unsigned long)p->addr, size, &tmp_check)) in io_provide_buffers_prep()
4540 size = (unsigned long)p->len * p->nbufs; in io_provide_buffers_prep()
4541 if (!access_ok(u64_to_user_ptr(p->addr), size)) in io_provide_buffers_prep()
7928 static void io_free_page_table(void **table, size_t size) in io_free_page_table() argument
7930 unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE); in io_free_page_table()
7937 static void **io_alloc_page_table(size_t size) in io_alloc_page_table() argument
7939 unsigned i, nr_tables = DIV_ROUND_UP(size, PAGE_SIZE); in io_alloc_page_table()
7940 size_t init_size = size; in io_alloc_page_table()
[all …]