Searched refs:zm_alloc_size (Results 1 – 1 of 1) sorted by relevance
228 uint16_t zm_alloc_size; /* first page only */ member766 if (os_add_overflow(m->zm_alloc_size, (uint16_t)esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_add()769 return m->zm_alloc_size; in zone_meta_alloc_size_add()776 if (os_sub_overflow(m->zm_alloc_size, esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_sub()779 return m->zm_alloc_size; in zone_meta_alloc_size_sub()3979 .zm_alloc_size = lock, in zcram_and_lock()4051 if (zone->z_permanent || meta->zm_alloc_size) { in zcram_and_lock()5206 vm_offset_t old_size = meta->zm_alloc_size; in zfree_drop()5886 vm_offset_t old_size = meta->zm_alloc_size; in zalloc_import()6802 page_meta->zm_alloc_size += size; in _zalloc_permanent()[all …]