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 …]
720 if (READ_ONCE(efi_rts_work.efi_rts_id) == EFI_NONE || in efi_crash_gracefully_on_page_fault()721 current_work() != &efi_rts_work.work) in efi_crash_gracefully_on_page_fault()746 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) { in efi_crash_gracefully_on_page_fault()759 efi_rts_work.status = EFI_ABORTED; in efi_crash_gracefully_on_page_fault()760 complete(&efi_rts_work.efi_rts_comp); in efi_crash_gracefully_on_page_fault()
1291 extern struct efi_runtime_work efi_rts_work;