Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c1859 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
3405 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
3417 if (slab->inuse < *bulk_cnt) { in free_debug_processing()
3419 slab->inuse, *bulk_cnt); in free_debug_processing()
3425 if (++cnt > *bulk_cnt) in free_debug_processing()
3447 if (cnt != *bulk_cnt) { in free_debug_processing()
3449 *bulk_cnt, cnt); in free_debug_processing()
3450 *bulk_cnt = cnt; in free_debug_processing()
4344 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument
4349 int cnt = bulk_cnt; in free_to_partial_list()