Home
last modified time | relevance | path

Searched refs:efi_runtime_lock_owner (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firmware/efi/
H A Druntime-wrappers.c205 static struct task_struct *efi_runtime_lock_owner; variable
224 efi_runtime_lock_owner = current; in efi_call_rts()
317 efi_runtime_lock_owner = NULL; in efi_call_rts()
452 efi_runtime_lock_owner = current; in virt_efi_set_variable_nb()
455 efi_runtime_lock_owner = NULL; in virt_efi_set_variable_nb()
491 efi_runtime_lock_owner = current; in virt_efi_query_variable_info_nb()
495 efi_runtime_lock_owner = NULL; in virt_efi_query_variable_info_nb()
521 efi_runtime_lock_owner = current; in virt_efi_reset_system()
527 efi_runtime_lock_owner = NULL; in virt_efi_reset_system()
603 WARN_ON(efi_runtime_lock_owner != current); in efi_runtime_assert_lock_held()