Home
last modified time | relevance | path

Searched refs:MACH_PORT_QLIMIT_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dport.h343 #define MACH_PORT_QLIMIT_DEFAULT MACH_PORT_QLIMIT_BASIC macro
H A Dmach_port.defs123 * count is zero and their queue limit is MACH_PORT_QLIMIT_DEFAULT.
/xnu-10002.1.13/osfmk/ipc/
H A Dipc_mqueue.c133 mqueue->imq_qlimit = MACH_PORT_QLIMIT_DEFAULT; in ipc_mqueue_init()
H A Dipc_kmsg.c1336 if (src_port->ip_messages.imq_qlimit != MACH_PORT_QLIMIT_DEFAULT) { in ipc_kmsg_trace_send()
1388 if (dst_port->ip_messages.imq_qlimit != MACH_PORT_QLIMIT_DEFAULT) { in ipc_kmsg_trace_send()