Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslub.c1724 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
2908 struct slab *slab, void *head, void *tail, int *bulk_cnt, in free_debug_processing() argument
2920 if (slab->inuse < *bulk_cnt) { in free_debug_processing()
2922 slab->inuse, *bulk_cnt); in free_debug_processing()
2928 if (++cnt > *bulk_cnt) in free_debug_processing()
2950 if (cnt != *bulk_cnt) { in free_debug_processing()
2952 *bulk_cnt, cnt); in free_debug_processing()
2953 *bulk_cnt = cnt; in free_debug_processing()
3533 void *head, void *tail, int bulk_cnt, in free_to_partial_list() argument
3538 int cnt = bulk_cnt; in free_to_partial_list()