Home
last modified time | relevance | path

Searched refs:km_quarantined (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_kern.c2660 uint8_t km_quarantined : KMEM_QUARANTINE_BITS; member
3204 uint32_t num_slots = meta->km_avail_count + meta->km_quarantined + in kmem_get_next_slot()
3290 meta->km_quarantined = 0; in kmem_init_allocated_chunk()
3299 meta->km_quarantined = 0; in kmem_init_allocated_chunk()
3695 } else if (meta->km_avail_count + meta->km_quarantined + 1 < in kmem_free_slot()
3701 meta->km_quarantined += 1; in kmem_free_slot()
3713 meta->km_avail_count += meta->km_quarantined + 1; in kmem_free_slot()
3714 meta->km_quarantined = 0; in kmem_free_slot()