Searched refs:pm_dep_wk_t (Results 1 – 2 of 2) sorted by relevance
199 } pm_dep_wk_t; typedef
337 pm_dep_wk_t *pm_dep_thread_workq = NULL;338 pm_dep_wk_t *pm_dep_thread_tail = NULL;2229 pm_dep_wk_t *new_work; in pm_dispatch_to_dep_thread()2231 new_work = kmem_zalloc(sizeof (pm_dep_wk_t), KM_SLEEP); in pm_dispatch_to_dep_thread()2277 kmem_free(new_work, sizeof (pm_dep_wk_t)); in pm_dispatch_to_dep_thread()6411 pm_process_dep_request(pm_dep_wk_t *work) in pm_process_dep_request()6499 kmem_free(work, sizeof (pm_dep_wk_t)); in pm_process_dep_request()6516 pm_dep_wk_t *work; in pm_dep_thread()