Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslub.c1730 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
2915 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
2927 if (slab->inuse < *bulk_cnt) { in free_debug_processing()
2929 slab->inuse, *bulk_cnt); in free_debug_processing()
2935 if (++cnt > *bulk_cnt) in free_debug_processing()
2957 if (cnt != *bulk_cnt) { in free_debug_processing()
2959 *bulk_cnt, cnt); in free_debug_processing()
2960 *bulk_cnt = cnt; in free_debug_processing()
3540 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument
3545 int cnt = bulk_cnt; in free_to_partial_list()