Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/
Defi.c66 struct workqueue_struct *efi_rts_wq; variable
371 efi_rts_wq = alloc_ordered_workqueue("efi_rts_wq", 0); in efisubsys_init()
372 if (!efi_rts_wq) { in efisubsys_init()
387 destroy_workqueue(efi_rts_wq); in efisubsys_init()
431 destroy_workqueue(efi_rts_wq); in efisubsys_init()
Druntime-wrappers.c81 if (queue_work(efi_rts_wq, &efi_rts_work.work)) \
/Linux-v5.10/include/linux/
Defi.h1228 extern struct workqueue_struct *efi_rts_wq;