Home
last modified time | relevance | path

Searched refs:bulk_cnt (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dslub.c2007 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
4146 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
4158 if (slab->inuse < *bulk_cnt) { in free_debug_processing()
4160 slab->inuse, *bulk_cnt); in free_debug_processing()
4166 if (++cnt > *bulk_cnt) in free_debug_processing()
4188 if (cnt != *bulk_cnt) { in free_debug_processing()
4190 *bulk_cnt, cnt); in free_debug_processing()
4191 *bulk_cnt = cnt; in free_debug_processing()
5438 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument
5443 int cnt = bulk_cnt; in free_to_partial_list()