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.c78 struct workqueue_struct *efi_rts_wq; variable
421 efi_rts_wq = alloc_ordered_workqueue("efi_rts_wq", 0); in efisubsys_init()
422 if (!efi_rts_wq) { in efisubsys_init()
488 if (efi_rts_wq) in efisubsys_init()
489 destroy_workqueue(efi_rts_wq); in efisubsys_init()
/linux/include/linux/
H A Defi.h1271 extern struct workqueue_struct *efi_rts_wq;