Searched refs:pcurrent (Results 1 – 3 of 3) sorted by relevance
242 struct pp_power_state *pcurrent; in power_state_management() local251 pcurrent = hwmgr->current_ps; in power_state_management()253 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management()254 if (pcurrent == NULL || (0 != phm_check_states_equal(hwmgr, in power_state_management()255 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management()259 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
65 struct process *pcurrent; variable167 if (pcurrent && pcurrent != fp) in pchild()168 pprevious = pcurrent; in pchild()169 pcurrent = fp; in pchild()430 if (pp == pcurrent) { in pclrcurr()432 pcurrent = pprevious; in pclrcurr()436 pcurrent = pgetcurr(pp); in pclrcurr()507 if (pcurrent == NULL) in palloc()508 pcurrent = pp; in palloc()688 pp == pcurrent ? '+' : in pprint()[all …]
99 extern struct process *pcurrent; /* current job in table */