Searched refs:rcu_min_cached_objs (Results 1 – 2 of 2) sorted by relevance
180 static int rcu_min_cached_objs = 2; variable181 module_param(rcu_min_cached_objs, int, 0444);3157 if (krcp->nr_bkv_objs >= rcu_min_cached_objs) in put_cached_bnode()4459 for (i = 0; i < rcu_min_cached_objs; i++) { in kfree_rcu_batch_init()
4102 rcutree.rcu_min_cached_objs= [KNL]