Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc.h2080 uint32_t z_count; member
2111 return stack.z_count; in zstack_count()
H A Dzalloc.c2363 stack->z_count++; in zstack_push()
2382 stack->z_count--; in zstack_pop()
6126 size_t n = MIN(zc_mag_size() - cache->zc_free_cur, stack.z_count); in zcache_free_stack_to_cpu()
6129 stack.z_count -= n; in zcache_free_stack_to_cpu()
6196 ZFREE_LOG(zone, stack.z_head, stack.z_count); in zcache_free_n_ext()
6202 stack.z_count * esize; in zcache_free_n_ext()
6225 if (stack.z_count == 0) { in zcache_free_n_ext()
6946 stack.z_count += n; in zcache_alloc_stack_from_cpu()
6971 count -= stack.z_count; in zcache_alloc_fail()
7051 count - stack.z_count, ops); in zcache_alloc_n_ext()
[all …]