HomeSort by: relevance | last modified time | path
    Searched defs:pcurrent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_psm.c 242 struct pp_power_state *pcurrent; local in function:power_state_management
251 pcurrent = hwmgr->current_ps;
253 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent);
254 if (pcurrent == NULL || (0 != phm_check_states_equal(hwmgr,
255 &pcurrent->hardware, &requested->hardware, &equal)))
259 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
  /src/bin/csh/
proc.c 65 struct process *pcurrent; variable in typeref:struct:process *
167 if (pcurrent && pcurrent != fp)
168 pprevious = pcurrent;
169 pcurrent = fp;
430 if (pp == pcurrent) {
432 pcurrent = pprevious;
436 pcurrent = pgetcurr(pp);
507 if (pcurrent == NULL)
508 pcurrent = pp
    [all...]

Completed in 11 milliseconds