Home
last modified time | relevance | path

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

/mm/
Dmemblock.c36 .memory.cnt = 1, /* empty dummy entry */
40 .reserved.cnt = 1, /* empty dummy entry */
45 .physmem.cnt = 1, /* empty dummy entry */
99 for (i = 0; i < type->cnt; i++) { in memblock_overlaps_region()
106 return i < type->cnt; in memblock_overlaps_region()
252 (type->cnt - (r + 1)) * sizeof(type->regions[r])); in memblock_remove_region()
253 type->cnt--; in memblock_remove_region()
256 if (type->cnt == 0) { in memblock_remove_region()
258 type->cnt = 1; in memblock_remove_region()
422 while (i < type->cnt - 1) { in memblock_merge_regions()
[all …]
Dslub.c1118 int cnt = 0; in free_debug_processing() local
1127 cnt++; in free_debug_processing()
1168 if (cnt != bulk_cnt) in free_debug_processing()
1170 bulk_cnt, cnt); in free_debug_processing()
2694 void *head, void *tail, int cnt, in __slab_free() argument
2708 !(n = free_debug_processing(s, page, head, tail, cnt, in __slab_free()
2722 new.inuse -= cnt; in __slab_free()
2825 int cnt, unsigned long addr) in do_slab_free() argument
2861 __slab_free(s, page, head, tail_obj, cnt, addr); in do_slab_free()
2866 void *head, void *tail, int cnt, in slab_free() argument
[all …]
Dzsmalloc.c458 enum zs_stat_type type, unsigned long cnt) in zs_stat_inc() argument
461 class->stats.objs[type] += cnt; in zs_stat_inc()
465 enum zs_stat_type type, unsigned long cnt) in zs_stat_dec() argument
468 class->stats.objs[type] -= cnt; in zs_stat_dec()