Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dalloc_cache.h12 if (cache->nr_cached < cache->max_cached) { in io_alloc_cache_put()
40 cache->max_cached = max_nr; in io_alloc_cache_init()
/linux/include/linux/
H A Dio_uring_types.h223 unsigned int max_cached; member