Searched refs:efi_rts_work (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c119 struct efi_runtime_work efi_rts_work; variable in typeref:struct:efi_runtime_work
218 const union efi_rts_args *args = efi_rts_work.args;
225 switch (efi_rts_work.efi_rts_id) {
303 * function identifier into efi_rts_work->efi_rts_id
308 efi_call_virt_check_flags(flags, efi_rts_work.caller);
311 efi_rts_work.status = status;
312 complete(&efi_rts_work.efi_rts_comp);
318 efi_rts_work.efi_rts_id = id;
319 efi_rts_work.args = args;
320 efi_rts_work
[all...]
/linux-master/arch/x86/platform/efi/
H A Dquirks.c728 if (READ_ONCE(efi_rts_work.efi_rts_id) == EFI_NONE ||
729 current_work() != &efi_rts_work.work)
754 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) {
767 efi_rts_work.status = EFI_ABORTED;
768 complete(&efi_rts_work.efi_rts_comp);
/linux-master/include/linux/
H A Defi.h1278 extern struct efi_runtime_work efi_rts_work;

Completed in 542 milliseconds