Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dalloc_cache.c30 cache->max_cached = max_nr; in io_alloc_cache_init()
H A Dalloc_cache.h22 if (cache->nr_cached < cache->max_cached) { in io_alloc_cache_kasan()
/linux/include/linux/
H A Dio_uring_types.h234 unsigned int max_cached; member