Lines Matching refs:z_count
2326 stack->z_count++; in zstack_push()
2345 stack->z_count--; in zstack_pop()
6030 size_t n = MIN(zc_mag_size() - cache->zc_free_cur, stack.z_count); in zcache_free_stack_to_cpu()
6033 stack.z_count -= n; in zcache_free_stack_to_cpu()
6100 ZFREE_LOG(zone, stack.z_head, stack.z_count); in zcache_free_n_ext()
6106 stack.z_count * esize; in zcache_free_n_ext()
6129 if (stack.z_count == 0) { in zcache_free_n_ext()
6854 stack.z_count += n; in zcache_alloc_stack_from_cpu()
6879 count -= stack.z_count; in zcache_alloc_fail()
6959 count - stack.z_count, ops); in zcache_alloc_n_ext()
6977 if (stack.z_count == count) { in zcache_alloc_n_ext()
6985 ZALLOC_LOG(zone, stack.z_head, stack.z_count); in zcache_alloc_n_ext()