Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dzalloc.h1999 uint32_t z_count; member
2030 return stack.z_count; in zstack_count()
H A Dzalloc.c2328 stack->z_count++; in zstack_push()
2347 stack->z_count--; in zstack_pop()
5933 size_t n = MIN(zc_mag_size() - cache->zc_free_cur, stack.z_count); in zcache_free_stack_to_cpu()
5936 stack.z_count -= n; in zcache_free_stack_to_cpu()
6003 ZFREE_LOG(zone, stack.z_head, stack.z_count); in zcache_free_n_ext()
6009 stack.z_count * esize; in zcache_free_n_ext()
6032 if (stack.z_count == 0) { in zcache_free_n_ext()
6755 stack.z_count += n; in zcache_alloc_stack_from_cpu()
6780 count -= stack.z_count; in zcache_alloc_fail()
6815 count - stack.z_count, ops); in zcache_alloc_n_ext()
[all …]