Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dmach_port.defs95 * there is a dead-name request for the name.
124 * New sets, ports, and dead names have one user reference.
151 * a dead name (again, with multiple user refs).
159 * Releases one send/send-once/dead-name user ref.
173 * A dead name always has one or more user refs.
192 * user ref count for the right. Only dead names
287 * MACH_NOTIFY_DEAD_NAME: if non-zero, then name can be dead,
289 * If zero, then name can't be dead.
295 * generate a dead-name notification if name is already dead
296 * or becomes dead before a send-possible notification fires.
[all …]
/xnu-11215.1.10/osfmk/kern/
H A Dmach_node.c356 if (!MACH_NODE_VALID(old_node) || (old_node->dead)) { in mach_node_register()
415 (MACH_NODE_VALID(node) && node->dead && alloc_if_dead)) { in mach_node_for_id_locked()
682 if (mnode->dead) { in mnl_set_link_state()
722 if (mnode->dead) { in mnl_terminate()
730 mnode->dead = 1; in mnl_terminate()
H A Dmach_node.h116 uint32_t dead:1; // True if node is dead member
/xnu-11215.1.10/bsd/kern/
H A Dkpi_socketfilter.c245 struct socket_filter_entry *dead = sock_filter_cleanup_entries; in sflt_cleanup_thread() local
256 for (entry = dead; entry; entry = dead) { in sflt_cleanup_thread()
259 dead = entry->sfe_next_oncleanup; in sflt_cleanup_thread()
/xnu-11215.1.10/osfmk/ipc/
H A Dflipc.c424 while (!to_node->dead) { in flipc_msg_to_remote_node()
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp1823 IOUserClient * dead; in iokit_task_terminate_phase2() local
1828 dead = NULL; in iokit_task_terminate_phase2()
1840 uc->owners.prev = (queue_entry_t) dead; in iokit_task_terminate_phase2()
1841 dead = uc; in iokit_task_terminate_phase2()
1847 while (dead) { in iokit_task_terminate_phase2()
1848 uc = dead; in iokit_task_terminate_phase2()
1849 dead = (IOUserClient *)(void *) dead->owners.prev; in iokit_task_terminate_phase2()
/xnu-11215.1.10/libsyscall/mach/
H A Derr_server.sub129 "(server/us) object dead",
/xnu-11215.1.10/doc/vm/
H A Dmemorystatus.md149 … speed it up, but this effort was unsuccessful. The other threads are just dead code at this point.
/xnu-11215.1.10/makedefs/
H A DMakeInc.def1077 # we need to prevent the LTO logic from dead stripping them.