Searched defs:req_state (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dturbo.c154 uint32_t cur_state, uint32_t req_state)
161 if (req_state == CPU_ACPI_P0) {
153 cpupm_record_turbo_info(cpupm_mach_turbo_info_t *turbo_info, uint32_t cur_state, uint32_t req_state) argument
H A Dcpupm_throttle.c157 cpupm_tstate_transition(uint32_t req_state) argument
168 req_tstate += req_state;
H A Dpwrnow.c114 pwrnow_pstate_transition(uint32_t req_state) argument
123 req_pstate += req_state;
136 mach_state->ms_pstate.cma_state.pstate, req_state);
138 mach_state->ms_pstate.cma_state.pstate = req_state;
143 pwrnow_power(cpuset_t set, uint32_t req_state) argument
152 pwrnow_pstate_transition(req_state);
156 xc_call((xc_arg_t)req_state, NULL, NULL,
H A Dspeedstep.c130 speedstep_pstate_transition(uint32_t req_state) argument
139 req_pstate += req_state;
151 mach_state->ms_pstate.cma_state.pstate, req_state);
153 mach_state->ms_pstate.cma_state.pstate = req_state;
158 speedstep_power(cpuset_t set, uint32_t req_state) argument
167 speedstep_pstate_transition(req_state);
171 xc_call((xc_arg_t)req_state, NULL, NULL, CPUSET2BV(set),
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h133 char req_state; /* AIO_REQ_QUEUED, ... */ member in struct:aio_req

Completed in 63 milliseconds