Lines Matching refs:z_count
2278 stack->z_count++; in zstack_push()
2297 stack->z_count--; in zstack_pop()
5527 size_t n = MIN(zc_mag_size() - cache->zc_free_cur, stack.z_count); in zcache_free_stack_to_cpu()
5530 stack.z_count -= n; in zcache_free_stack_to_cpu()
5597 ZFREE_LOG(zone, stack.z_head, stack.z_count); in zcache_free_n_ext()
5603 stack.z_count * esize; in zcache_free_n_ext()
5626 if (stack.z_count == 0) { in zcache_free_n_ext()
6347 stack.z_count += n; in zcache_alloc_stack_from_cpu()
6372 count -= stack.z_count; in zcache_alloc_fail()
6452 count - stack.z_count, ops); in zcache_alloc_n_ext()
6470 if (stack.z_count == count) { in zcache_alloc_n_ext()
6478 ZALLOC_LOG(zone, stack.z_head, stack.z_count); in zcache_alloc_n_ext()