Searched refs:zm_alloc_size (Results 1 – 1 of 1) sorted by relevance
242 uint16_t zm_alloc_size; /* first page only */ member836 if (os_add_overflow(m->zm_alloc_size, (uint16_t)esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_add()839 return m->zm_alloc_size; in zone_meta_alloc_size_add()846 if (os_sub_overflow(m->zm_alloc_size, esize, &m->zm_alloc_size)) { in zone_meta_alloc_size_sub()849 return m->zm_alloc_size; in zone_meta_alloc_size_sub()3957 .zm_alloc_size = lock, in zcram_and_lock()4033 if (zone->z_permanent || meta->zm_alloc_size) { in zcram_and_lock()5768 vm_offset_t old_size = meta->zm_alloc_size; in zfree_drop()6459 vm_offset_t old_size = meta->zm_alloc_size; in zalloc_import()7380 page_meta->zm_alloc_size += size; in _zalloc_permanent()[all …]