Searched refs:efi_rts_work (Results 1 – 3 of 3) sorted by relevance
47 struct efi_runtime_work efi_rts_work; variable61 efi_rts_work.status = EFI_ABORTED; \68 init_completion(&efi_rts_work.efi_rts_comp); \69 INIT_WORK(&efi_rts_work.work, efi_call_rts); \70 efi_rts_work.arg1 = _arg1; \71 efi_rts_work.arg2 = _arg2; \72 efi_rts_work.arg3 = _arg3; \73 efi_rts_work.arg4 = _arg4; \74 efi_rts_work.arg5 = _arg5; \75 efi_rts_work.efi_rts_id = _rts; \[all …]
724 if (efi_rts_work.efi_rts_id == EFI_NONE) in efi_recover_from_page_fault()749 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) { in efi_recover_from_page_fault()762 efi_rts_work.status = EFI_ABORTED; in efi_recover_from_page_fault()763 complete(&efi_rts_work.efi_rts_comp); in efi_recover_from_page_fault()
1775 extern struct efi_runtime_work efi_rts_work;