Searched refs:IPID_OPTION_NORMAL (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/osfmk/ipc/ ! |
| H A D | ipc_importance.c | 730 if (!ipc_port_importance_delta_internal(port, IPID_OPTION_NORMAL, &delta, &temp_task_imp)) { in ipc_importance_task_propagate_helper() 2638 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() 3245 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_receive() 3340 ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == FALSE) { in ipc_importance_clean()
|
| H A D | ipc_port.h | 665 IPID_OPTION_NORMAL = 0, /* normal boost */ enumerator
|
| H A D | ipc_port.c | 900 if (ipc_port_importance_delta(port, IPID_OPTION_NORMAL, -1) == TRUE) { in ipc_port_spnotify() 2573 assert(options == IPID_OPTION_NORMAL || options == IPID_OPTION_SENDPOSSIBLE); in ipc_port_importance_delta_internal()
|