Home
last modified time | relevance | path

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

/mm/
Dmemblock.c116 .memory.cnt = 1, /* empty dummy entry */
121 .reserved.cnt = 1, /* empty dummy entry */
127 .physmem.cnt = 1, /* empty dummy entry */
167 for (i = 0; i < type->cnt; i++) in memblock_overlaps_region()
171 return i < type->cnt; in memblock_overlaps_region()
360 (type->cnt - (r + 1)) * sizeof(type->regions[r])); in memblock_remove_region()
361 type->cnt--; in memblock_remove_region()
364 if (type->cnt == 0) { in memblock_remove_region()
366 type->cnt = 1; in memblock_remove_region()
516 while (i < type->cnt - 1) { in memblock_merge_regions()
[all …]
Dslub.c1175 int cnt = 0; in free_debug_processing() local
1188 cnt++; in free_debug_processing()
1209 if (cnt != bulk_cnt) in free_debug_processing()
1211 bulk_cnt, cnt); in free_debug_processing()
2829 void *head, void *tail, int cnt, in __slab_free() argument
2843 !free_debug_processing(s, page, head, tail, cnt, addr)) in __slab_free()
2856 new.inuse -= cnt; in __slab_free()
2958 int cnt, unsigned long addr) in do_slab_free() argument
2992 __slab_free(s, page, head, tail_obj, cnt, addr); in do_slab_free()
2997 void *head, void *tail, int cnt, in slab_free() argument
[all …]
Dzsmalloc.c552 int type, unsigned long cnt) in zs_stat_inc() argument
554 class->stats.objs[type] += cnt; in zs_stat_inc()
559 int type, unsigned long cnt) in zs_stat_dec() argument
561 class->stats.objs[type] -= cnt; in zs_stat_dec()
Dmemcontrol.c4457 atomic_read(&frn->done.cnt) == 1) { in mem_cgroup_track_foreign_dirty_slowpath()
4504 atomic_read(&frn->done.cnt) == 1) { in mem_cgroup_flush_foreign()