Searched refs:IPID_OPTION_NORMAL (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/osfmk/ipc/ ! |
| H A D | ipc_importance.c | 731 if (!ipc_port_importance_delta_internal(port, IPID_OPTION_NORMAL, &delta, &temp_task_imp)) { in ipc_importance_task_propagate_helper() 2639 need_port_lock = ipc_port_importance_delta_internal(port, IPID_OPTION_NORMAL, &delta, &task_imp); in ipc_importance_send() 2925 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_inherit_from_kmsg() 3246 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_receive() 3339 ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_clean()
|
| H A D | ipc_port.h | 638 IPID_OPTION_NORMAL = 0, /* normal boost */ enumerator
|
| H A D | ipc_port.c | 874 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == TRUE) { in ipc_port_spnotify() 2512 assert(options == IPID_OPTION_NORMAL || options == IPID_OPTION_SENDPOSSIBLE); in ipc_port_importance_delta_internal()
|