Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c7948 unsigned int this_size = min_t(size_t, size, PAGE_SIZE); in io_alloc_page_table() local
7950 table[i] = kzalloc(this_size, GFP_KERNEL_ACCOUNT); in io_alloc_page_table()
7955 size -= this_size; in io_alloc_page_table()