Searched refs:cnt (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | memblock.c | 113 .memory.cnt = 1, /* empty dummy entry */ 118 .reserved.cnt = 1, /* empty dummy entry */ 129 .cnt = 1, /* empty dummy entry */ 145 i < memblock_type->cnt; \ 187 for (i = 0; i < type->cnt; i++) in memblock_overlaps_region() 191 return i < type->cnt; in memblock_overlaps_region() 343 (type->cnt - (r + 1)) * sizeof(type->regions[r])); in memblock_remove_region() 344 type->cnt--; in memblock_remove_region() 347 if (type->cnt == 0) { in memblock_remove_region() 349 type->cnt = 1; in memblock_remove_region() [all …]
|
D | slub.c | 1372 int cnt = 0; in free_debug_processing() local 1385 cnt++; in free_debug_processing() 1406 if (cnt != bulk_cnt) in free_debug_processing() 1408 bulk_cnt, cnt); in free_debug_processing() 1726 int *cnt) in slab_free_freelist_hook() argument 1758 --(*cnt); in slab_free_freelist_hook() 3307 void *head, void *tail, int cnt, in __slab_free() argument 3324 !free_debug_processing(s, page, head, tail, cnt, addr)) in __slab_free() 3337 new.inuse -= cnt; in __slab_free() 3440 int cnt, unsigned long addr) in do_slab_free() argument [all …]
|
D | zsmalloc.c | 548 int type, unsigned long cnt) in zs_stat_inc() argument 550 class->stats.objs[type] += cnt; in zs_stat_inc() 555 int type, unsigned long cnt) in zs_stat_dec() argument 557 class->stats.objs[type] -= cnt; in zs_stat_dec()
|
D | memcontrol.c | 4640 atomic_read(&frn->done.cnt) == 1) { in mem_cgroup_track_foreign_dirty_slowpath() 4687 atomic_read(&frn->done.cnt) == 1) { in mem_cgroup_flush_foreign()
|