Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/osfmk/ipc/
H A Dipc_mqueue.c133 mqueue->imq_qlimit = MACH_PORT_QLIMIT_DEFAULT; in ipc_mqueue_init()
H A Dipc_kmsg.c1282 if (src_port->ip_messages.imq_qlimit != MACH_PORT_QLIMIT_DEFAULT) { in ipc_kmsg_trace_send()
1334 if (dst_port->ip_messages.imq_qlimit != MACH_PORT_QLIMIT_DEFAULT) { in ipc_kmsg_trace_send()