Searched refs:efi_rts_work (Results 1 – 1 of 1) sorted by relevance
94 struct efi_runtime_work efi_rts_work; \95 efi_rts_work.status = EFI_ABORTED; \97 init_completion(&efi_rts_work.efi_rts_comp); \98 INIT_WORK_ONSTACK(&efi_rts_work.work, efi_call_rts); \99 efi_rts_work.arg1 = _arg1; \100 efi_rts_work.arg2 = _arg2; \101 efi_rts_work.arg3 = _arg3; \102 efi_rts_work.arg4 = _arg4; \103 efi_rts_work.arg5 = _arg5; \104 efi_rts_work.efi_rts_id = _rts; \[all …]