Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/efi/
A Defi.c74 struct workqueue_struct *efi_rts_wq; variable
403 efi_rts_wq = alloc_ordered_workqueue("efi_rts_wq", 0); in efisubsys_init()
404 if (!efi_rts_wq) { in efisubsys_init()
469 if (efi_rts_wq) in efisubsys_init()
470 destroy_workqueue(efi_rts_wq); in efisubsys_init()
A Druntime-wrappers.c82 if (queue_work(efi_rts_wq, &efi_rts_work.work)) \
/linux-6.3-rc2/include/linux/
A Defi.h1264 extern struct workqueue_struct *efi_rts_wq;

Completed in 11 milliseconds