Searched refs:bulk_cnt (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/mm/ |
D | slub.c | 1859 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 3415 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 3427 if (slab->inuse < *bulk_cnt) { in free_debug_processing() 3429 slab->inuse, *bulk_cnt); in free_debug_processing() 3435 if (++cnt > *bulk_cnt) in free_debug_processing() 3457 if (cnt != *bulk_cnt) { in free_debug_processing() 3459 *bulk_cnt, cnt); in free_debug_processing() 3460 *bulk_cnt = cnt; in free_debug_processing() 4354 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument 4359 int cnt = bulk_cnt; in free_to_partial_list()
|