Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/surface/
Dsurface_acpi_notify.c40 static struct workqueue_struct *san_wq; variable
361 queue_delayed_work(san_wq, &work->work, delay); in san_evt_bat_nf()
866 flush_workqueue(san_wq); in san_remove()
891 san_wq = alloc_workqueue("san_wq", 0, 0); in san_init()
892 if (!san_wq) in san_init()
896 destroy_workqueue(san_wq); in san_init()
904 destroy_workqueue(san_wq); in san_exit()