Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c337 pm_dep_wk_t *pm_dep_thread_tail = NULL; variable
2254 pm_dep_thread_tail = new_work; in pm_dispatch_to_dep_thread()
2257 pm_dep_thread_tail->pdw_next = new_work; in pm_dispatch_to_dep_thread()
2258 pm_dep_thread_tail = new_work; in pm_dispatch_to_dep_thread()
6539 if (pm_dep_thread_tail == work) in pm_dep_thread()
6540 pm_dep_thread_tail = work->pdw_next; in pm_dep_thread()