Searched refs:zm_alloc_size (Results 1 – 1 of 1) sorted by relevance
228 uint16_t zm_alloc_size; /* first page only */ member763 if (os_add_overflow(m->zm_alloc_size, (uint16_t)esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_add()766 return m->zm_alloc_size; in zone_meta_alloc_size_add()773 if (os_sub_overflow(m->zm_alloc_size, esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_sub()776 return m->zm_alloc_size; in zone_meta_alloc_size_sub()3908 .zm_alloc_size = lock, in zcram_and_lock()3980 if (zone->z_permanent || meta->zm_alloc_size) { in zcram_and_lock()5116 vm_offset_t old_size = meta->zm_alloc_size; in zfree_drop()5796 vm_offset_t old_size = meta->zm_alloc_size; in zalloc_import()6706 page_meta->zm_alloc_size += size; in _zalloc_permanent()[all …]