Searched refs:mpl (Results 1 – 5 of 5) sorted by relevance
357 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; in cpu_powerstats() local359 rdmsr_carefully(MSR_IA32_MPERF, &mpl, &mph); in cpu_powerstats()362 cdp->cpu_mperf = ((uint64_t)mph << 32) | mpl; in cpu_powerstats()
51 .mpl = { in mach_right_recv_construct()
468 mach_port_limits_t mpl; /* Message queue limit for port */ member
2737 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()
34 .mpl.mpl_qlimit = qlimit, in t_port_construct_full()