Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/ipc/
H A Dipc_importance.c153 static ZONE_DEFINE_TYPE(ipc_importance_inherit_zone, "ipc importance inherit",
155 static zone_t ipc_importance_inherit_zone; variable
466 zfree(ipc_importance_inherit_zone, inherit); in ipc_importance_release_locked()
2813 zalloc(ipc_importance_inherit_zone); in ipc_importance_inherit_from_kmsg()
2918 zfree(ipc_importance_inherit_zone, alloc); in ipc_importance_inherit_from_kmsg()
3021 zalloc(ipc_importance_inherit_zone); in ipc_importance_inherit_from_task()
3114 zfree(ipc_importance_inherit_zone, alloc); in ipc_importance_inherit_from_task()