Searched refs:mach_port_msgcount_t (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dport.h291 typedef natural_t mach_port_msgcount_t; /* number of msgs */ typedef
305 mach_port_msgcount_t mps_qlimit; /* queue limit */
306 mach_port_msgcount_t mps_msgcount; /* number in the queue */
315 #define MACH_PORT_QLIMIT_ZERO ((mach_port_msgcount_t) 0)
316 #define MACH_PORT_QLIMIT_BASIC ((mach_port_msgcount_t) 5)
317 #define MACH_PORT_QLIMIT_SMALL ((mach_port_msgcount_t) 16)
318 #define MACH_PORT_QLIMIT_LARGE ((mach_port_msgcount_t) 1024)
319 #define MACH_PORT_QLIMIT_KERNEL ((mach_port_msgcount_t) 65536)
325 mach_port_msgcount_t mpl_qlimit; /* number of msgs */
338 mach_port_msgcount_t mpie_boost_cn
[all...]
H A Dstd_types.defs115 type mach_port_msgcount_t = unsigned;
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_mqueue.h90 mach_port_msgcount_t msgcount;
91 mach_port_msgcount_t qlimit;
254 mach_port_msgcount_t qlimit);
H A Dipc_mqueue.c1143 mach_port_msgcount_t qlimit)
1153 mach_port_msgcount_t i, wakeup;

Completed in 28 milliseconds