Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dhv_io_notifier.c53 } hv_ion_entry_t; typedef
65 static hv_ion_entry_t *
66 hv_io_notifier_grp_lookup(const hv_ion_grp_t *grp, const hv_ion_entry_t *key) in hv_io_notifier_grp_lookup()
68 hv_ion_entry_t *ion = NULL; in hv_io_notifier_grp_lookup()
104 hv_ion_entry_t *ion = NULL; in hv_io_notifier_grp_add()
106 ion = kalloc_type(hv_ion_entry_t, Z_WAITOK | Z_NOFAIL); in hv_io_notifier_grp_add()
118 kfree_type(hv_ion_entry_t, ion); in hv_io_notifier_grp_add()
127 kfree_type(hv_ion_entry_t, ion); in hv_io_notifier_grp_add()
145 hv_ion_entry_t ion = {}; in hv_io_notifier_grp_remove()
146 hv_ion_entry_t *entry = NULL; in hv_io_notifier_grp_remove()
[all …]