Home
last modified time | relevance | path

Searched refs:mpl (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/osfmk/i386/
H A DDiagnostics.c357 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; in cpu_powerstats() local
359 rdmsr_carefully(MSR_IA32_MPERF, &mpl, &mph); in cpu_powerstats()
362 cdp->cpu_mperf = ((uint64_t)mph << 32) | mpl; in cpu_powerstats()
/xnu-10063.141.1/libsyscall/mach/
H A Dmach_right.c51 .mpl = { in mach_right_recv_construct()
/xnu-10063.141.1/osfmk/mach/
H A Dport.h468 mach_port_limits_t mpl; /* Message queue limit for port */ member
/xnu-10063.141.1/osfmk/ipc/
H A Dmach_port.c2737 const mach_msg_type_number_t count = sizeof(options->mpl) / sizeof(int); in mach_port_construct()
2740 if (options->mpl.mpl_qlimit > MACH_PORT_QLIMIT_MAX) { in mach_port_construct()
2758 ipc_mqueue_set_qlimit_locked(&port->ip_messages, options->mpl.mpl_qlimit); in mach_port_construct()
/xnu-10063.141.1/tests/ipc/
H A Dmach_msg_transport.c34 .mpl.mpl_qlimit = qlimit, in t_port_construct_full()