Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c338 pm_dep_wk_t *pm_dep_thread_tail = NULL; variable
2250 pm_dep_thread_tail = new_work; in pm_dispatch_to_dep_thread()
2253 pm_dep_thread_tail->pdw_next = new_work; in pm_dispatch_to_dep_thread()
2254 pm_dep_thread_tail = new_work; in pm_dispatch_to_dep_thread()
6530 if (pm_dep_thread_tail == work) in pm_dep_thread()
6531 pm_dep_thread_tail = work->pdw_next; in pm_dep_thread()