Searched refs:bulk_cnt (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/mm/ |
D | slub.c | 1863 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 3397 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 3409 if (slab->inuse < *bulk_cnt) { in free_debug_processing() 3411 slab->inuse, *bulk_cnt); in free_debug_processing() 3417 if (++cnt > *bulk_cnt) in free_debug_processing() 3439 if (cnt != *bulk_cnt) { in free_debug_processing() 3441 *bulk_cnt, cnt); in free_debug_processing() 3442 *bulk_cnt = cnt; in free_debug_processing() 4314 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument 4319 int cnt = bulk_cnt; in free_to_partial_list()
|