Searched refs:old_pport (Results 1 – 1 of 1) sorted by relevance
650 ipc_port_t old_kport, old_pport, new_kport, new_pport; in ipc_task_reset() local685 old_pport = task->itk_self; in ipc_task_reset()687 if (old_pport == IP_NULL) { in ipc_task_reset()722 if (old_pport != old_kport) { in ipc_task_reset()724 ipc_kobject_disable(old_pport, IKOT_TASK_CONTROL); in ipc_task_reset()800 if (old_pport != old_kport) { in ipc_task_reset()802 ipc_kobject_dealloc_port(old_pport, 0, IKOT_TASK_CONTROL); in ipc_task_reset()1139 ipc_port_t old_kport, new_kport, old_pport, new_pport; in ipc_thread_reset() local1179 old_pport = tro->tro_self_port; in ipc_thread_reset()1219 if (thread_is_immovable && old_pport != IP_NULL) { in ipc_thread_reset()[all …]