efi_rts_wq         69 drivers/firmware/efi/efi.c struct workqueue_struct *efi_rts_wq;
efi_rts_wq        337 drivers/firmware/efi/efi.c 	efi_rts_wq = alloc_ordered_workqueue("efi_rts_wq", 0);
efi_rts_wq        338 drivers/firmware/efi/efi.c 	if (!efi_rts_wq) {
efi_rts_wq         81 drivers/firmware/efi/runtime-wrappers.c 	if (queue_work(efi_rts_wq, &efi_rts_work.work))			\
efi_rts_wq       1778 include/linux/efi.h extern struct workqueue_struct *efi_rts_wq;