Searched refs:pm_dep_wk_t (Results 1 – 2 of 2) sorted by relevance
195 } pm_dep_wk_t; typedef
336 pm_dep_wk_t *pm_dep_thread_workq = NULL;337 pm_dep_wk_t *pm_dep_thread_tail = NULL;2233 pm_dep_wk_t *new_work; in pm_dispatch_to_dep_thread()2235 new_work = kmem_zalloc(sizeof (pm_dep_wk_t), KM_SLEEP); in pm_dispatch_to_dep_thread()2281 kmem_free(new_work, sizeof (pm_dep_wk_t)); in pm_dispatch_to_dep_thread()6421 pm_process_dep_request(pm_dep_wk_t *work) in pm_process_dep_request()6508 kmem_free(work, sizeof (pm_dep_wk_t)); in pm_process_dep_request()6525 pm_dep_wk_t *work; in pm_dep_thread()