Searched refs:IPID_OPTION_NORMAL (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/osfmk/ipc/ |
| H A D | ipc_importance.c | 741 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 D | ipc_port.h | 708 IPID_OPTION_NORMAL = 0, /* normal boost */ enumerator
|
| H A D | ipc_port.c | 959 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()
|