Home
last modified time | relevance | path

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

/xnu-10002.81.5/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()
2658 need_port_lock = ipc_port_importance_delta_internal(port, IPID_OPTION_NORMAL, &delta, &task_imp); in ipc_importance_send()
2944 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_inherit_from_kmsg()
3263 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_receive()
3358 ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_clean()
H A Dipc_port.h708 IPID_OPTION_NORMAL = 0, /* normal boost */ enumerator
H A Dipc_port.c959 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == TRUE) { in ipc_port_spnotify()
2632 assert(options == IPID_OPTION_NORMAL || options == IPID_OPTION_SENDPOSSIBLE); in ipc_port_importance_delta_internal()