Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Defi.c83 struct workqueue_struct *efi_rts_wq; variable
416 efi_rts_wq = alloc_ordered_workqueue("efi_runtime", WQ_SYSFS); in efipostcore_init()
417 if (!efi_rts_wq) { in efipostcore_init()
501 if (efi_rts_wq) in efisubsys_init()
502 destroy_workqueue(efi_rts_wq); in efisubsys_init()
/linux/include/linux/
H A Defi.h1257 extern struct workqueue_struct *efi_rts_wq;