Home
last modified time | relevance | path

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

/xnu-11215.41.3/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()
2823 zalloc(ipc_importance_inherit_zone); in ipc_importance_inherit_from_kmsg()
2928 zfree(ipc_importance_inherit_zone, alloc); in ipc_importance_inherit_from_kmsg()
3031 zalloc(ipc_importance_inherit_zone); in ipc_importance_inherit_from_task()
3124 zfree(ipc_importance_inherit_zone, alloc); in ipc_importance_inherit_from_task()