Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree.c188 static int rcu_min_cached_objs = 5; variable
189 module_param(rcu_min_cached_objs, int, 0444);
2978 if (krcp->nr_bkv_objs >= rcu_min_cached_objs) in put_cached_bnode()
2993 if (!rcu_min_cached_objs) in drain_page_cache()
3303 1 : rcu_min_cached_objs; in fill_page_cache_func()
3330 if (!rcu_min_cached_objs) in run_page_cache_worker()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4926 rcutree.rcu_min_cached_objs= [KNL]