Searched refs:bulk_cnt (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | slub.c | 2003 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 4115 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument 4127 if (slab->inuse < *bulk_cnt) { in free_debug_processing() 4129 slab->inuse, *bulk_cnt); in free_debug_processing() 4135 if (++cnt > *bulk_cnt) in free_debug_processing() 4157 if (cnt != *bulk_cnt) { in free_debug_processing() 4159 *bulk_cnt, cnt); in free_debug_processing() 4160 *bulk_cnt = cnt; in free_debug_processing() 5399 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument 5404 int cnt = bulk_cnt; in free_to_partial_list()
|