Searched refs:zm_alloc_size (Results 1 – 1 of 1) sorted by relevance
238 uint16_t zm_alloc_size; /* first page only */ member848 if (os_add_overflow(m->zm_alloc_size, (uint16_t)esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_add()851 return m->zm_alloc_size; in zone_meta_alloc_size_add()858 if (os_sub_overflow(m->zm_alloc_size, esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_sub()861 return m->zm_alloc_size; in zone_meta_alloc_size_sub()3993 .zm_alloc_size = lock, in zcram_and_lock()4065 if (zone->z_permanent || meta->zm_alloc_size) { in zcram_and_lock()5796 vm_offset_t old_size = meta->zm_alloc_size; in zfree_drop()6481 vm_offset_t old_size = meta->zm_alloc_size; in zalloc_import()7396 page_meta->zm_alloc_size += size; in _zalloc_permanent()[all …]