Home
last modified time | relevance | path

Searched refs:autosleep_wq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/power/
H A Dautosleep.c17 static struct workqueue_struct *autosleep_wq; variable
72 queue_work(autosleep_wq, &suspend_work); in queue_up_suspend_work()
123 autosleep_wq = alloc_ordered_workqueue("autosleep", 0); in pm_autosleep_init()
124 if (autosleep_wq) in pm_autosleep_init()
/kernel/linux/linux-6.6/kernel/power/
H A Dautosleep.c17 static struct workqueue_struct *autosleep_wq; variable
72 queue_work(autosleep_wq, &suspend_work); in queue_up_suspend_work()
123 autosleep_wq = alloc_ordered_workqueue("autosleep", 0); in pm_autosleep_init()
124 if (autosleep_wq) in pm_autosleep_init()

Completed in 1 milliseconds