Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Defi.c77 struct workqueue_struct *efi_rts_wq; variable
395 efi_rts_wq = alloc_ordered_workqueue("efi_rts_wq", 0); in efisubsys_init()
396 if (!efi_rts_wq) { in efisubsys_init()
458 if (efi_rts_wq) in efisubsys_init()
459 destroy_workqueue(efi_rts_wq); in efisubsys_init()
H A Druntime-wrappers.c336 if (queue_work(efi_rts_wq, &efi_rts_work.work)) in __efi_queue_work()
/openbmc/linux/include/linux/
H A Defi.h1280 extern struct workqueue_struct *efi_rts_wq;