Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree.c185 static int rcu_min_cached_objs = 5; variable
186 module_param(rcu_min_cached_objs, int, 0444);
2971 if (krcp->nr_bkv_objs >= rcu_min_cached_objs) in put_cached_bnode()
3200 1 : rcu_min_cached_objs; in fill_page_cache_func()
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt4701 rcutree.rcu_min_cached_objs= [KNL]