Searched refs:gzfc_size (Results 1 – 1 of 1) sorted by relevance
114 uint32_t gzfc_size = GZFC_DEFAULT_SIZE; variable157 if (gzfc_size && z->z_gzalloc_tracked) { in gzalloc_zone_init()158 vm_size_t gzfcsz = round_page(sizeof(*z->gz.gzfc) * gzfc_size); in gzalloc_zone_init()194 vm_offset_t gzfcsz = round_page(sizeof(*zone->gz.gzfc) * gzfc_size); in gzalloc_empty_free_cache()212 for (uint32_t index = 0; index < gzfc_size; index++) { in gzalloc_empty_free_cache()272 (void)PE_parse_boot_argn("gzalloc_fc_size", &gzfc_size, sizeof(gzfc_size)); in gzalloc_configure()460 if (gzfc_size && gzalloc_dfree_check) { in gzalloc_free()463 for (uint32_t gd = 0; gd < gzfc_size; gd++) { in gzalloc_free()528 if (gzfc_size) { in gzalloc_free()548 if (gzfc_size) { in gzalloc_free()[all …]