OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026