Lines Matching defs:cnt
1805 int *cnt)
1837 --(*cnt);
2913 int cnt = 0;
2928 if (++cnt > *bulk_cnt)
2950 if (cnt != *bulk_cnt) {
2952 *bulk_cnt, cnt);
2953 *bulk_cnt = cnt;
3538 int cnt = bulk_cnt;
3547 if (free_debug_processing(s, slab, head, tail, &cnt, addr, handle)) {
3551 slab->inuse -= cnt;
3601 void *head, void *tail, int cnt,
3618 free_to_partial_list(s, slab, head, tail, cnt, addr);
3632 new.inuse -= cnt;
3732 * count (cnt). Bulk free indicated by tail pointer being set.
3736 int cnt, unsigned long addr)
3757 __slab_free(s, slab, head, tail_obj, cnt, addr);
3792 int cnt, unsigned long addr)
3796 __slab_free(s, slab, head, tail_obj, cnt, addr);
3801 void *head, void *tail, void **p, int cnt,
3804 memcg_slab_free_hook(s, slab, p, cnt);
3809 if (slab_free_freelist_hook(s, &head, &tail, &cnt))
3810 do_slab_free(s, slab, head, tail, cnt, addr);
3839 int cnt;
3884 df->cnt = 1;
3899 df->cnt++;
3927 slab_free(df.s, df.slab, df.freelist, df.tail, &p[size], df.cnt,