Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c2044 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
4275 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
4287 if (slab->inuse < *bulk_cnt) { in free_debug_processing()
4289 slab->inuse, *bulk_cnt); in free_debug_processing()
4295 if (++cnt > *bulk_cnt) in free_debug_processing()
4317 if (cnt != *bulk_cnt) { in free_debug_processing()
4319 *bulk_cnt, cnt); in free_debug_processing()
4320 *bulk_cnt = cnt; in free_debug_processing()
5613 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument
5618 int cnt = bulk_cnt; in free_to_partial_list()