Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_importance.c741 if (!ipc_port_importance_delta_internal(port, IPID_OPTION_NORMAL, &delta, &temp_task_imp)) { in ipc_importance_task_propagate_helper()
2648 need_port_lock = ipc_port_importance_delta_internal(port, IPID_OPTION_NORMAL, &delta, &task_imp); in ipc_importance_send()
2934 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_inherit_from_kmsg()
3253 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_receive()
3348 ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_clean()
H A Dipc_port.h666 IPID_OPTION_NORMAL = 0, /* normal boost */ enumerator
H A Dipc_port.c1018 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == TRUE) { in ipc_port_spnotify()
2687 assert(options == IPID_OPTION_NORMAL || options == IPID_OPTION_SENDPOSSIBLE); in ipc_port_importance_delta_internal()