Searched refs:bulk_cnt (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | slub.c | 1882 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 3437 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 3449 if (slab->inuse < *bulk_cnt) { in free_debug_processing() 3451 slab->inuse, *bulk_cnt); in free_debug_processing() 3457 if (++cnt > *bulk_cnt) in free_debug_processing() 3479 if (cnt != *bulk_cnt) { in free_debug_processing() 3481 *bulk_cnt, cnt); in free_debug_processing() 3482 *bulk_cnt = cnt; in free_debug_processing() 4377 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument 4382 int cnt = bulk_cnt; in free_to_partial_list()
|