Searched refs:nr_objects (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 487 static void slub_set_cpu_partial(struct kmem_cache *s, unsigned int nr_objects) in slub_set_cpu_partial() argument 491 s->cpu_partial = nr_objects; in slub_set_cpu_partial() 499 nr_slabs = DIV_ROUND_UP(nr_objects * 2, oo_objects(s->oo)); in slub_set_cpu_partial() 504 slub_set_cpu_partial(struct kmem_cache *s, unsigned int nr_objects) in slub_set_cpu_partial() argument 4338 unsigned int nr_objects; in set_cpu_partial() local 4354 nr_objects = 0; in set_cpu_partial() 4356 nr_objects = 6; in set_cpu_partial() 4358 nr_objects = 24; in set_cpu_partial() 4360 nr_objects = 52; in set_cpu_partial() 4362 nr_objects in set_cpu_partial() [all...] |
H A D | slab.c | 3255 int nr_objects, int node, struct list_head *list) in free_block() 3261 n->free_objects += nr_objects; in free_block() 3263 for (i = 0; i < nr_objects; i++) { in free_block() 3254 free_block(struct kmem_cache *cachep, void **objpp, int nr_objects, int node, struct list_head *list) free_block() argument
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 3322 int nr_objects, int node, struct list_head *list) in free_block() 3328 n->free_objects += nr_objects; in free_block() 3330 for (i = 0; i < nr_objects; i++) { in free_block() 3321 free_block(struct kmem_cache *cachep, void **objpp, int nr_objects, int node, struct list_head *list) free_block() argument
|
Completed in 19 milliseconds