Home
last modified time | relevance | path

Searched refs:pdw_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h196 struct pm_dep_wk *pdw_next; /* next element */ member
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2251 new_work->pdw_next = NULL; in pm_dispatch_to_dep_thread()
2253 pm_dep_thread_tail->pdw_next = new_work; in pm_dispatch_to_dep_thread()
2255 new_work->pdw_next = NULL; in pm_dispatch_to_dep_thread()
6529 pm_dep_thread_workq = work->pdw_next; in pm_dep_thread()
6531 pm_dep_thread_tail = work->pdw_next; in pm_dep_thread()