/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_tpl.c | 119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 125 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute() 153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute() 166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 172 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute() 192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000); in execute() 211 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
|
H A D | efi_selftest_events.c | 115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 121 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute() 149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute() 156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute() 162 ret = boottime->set_timer(event_wait, EFI_TIMER_PERIODIC, 1000000); in execute() 189 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
|
H A D | efi_selftest_watchdog.c | 184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute() 192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 13500000); in execute()
|
H A D | efi_selftest_snp.c | 198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup() 388 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0); in teardown()
|
H A D | efi_selftest_bitblt.c | 286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_exception_with_invalid_guest_state.c | 46 static void set_timer(void) in set_timer() function 103 set_timer(); in sigalrm_handler() 143 set_timer(); in main()
|
/openbmc/linux/fs/afs/ |
H A D | fs_probe.c | 367 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local 394 set_timer = true; in afs_fs_probe_dispatcher() 405 set_timer = true; in afs_fs_probe_dispatcher() 426 } else if (set_timer) { in afs_fs_probe_dispatcher()
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/ |
H A D | timer.c | 139 void set_timer(ulong t) in set_timer() function
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | link.c | 331 goto set_timer; in ath_ani_calibrate() 397 set_timer: in ath_ani_calibrate()
|
H A D | htc_drv_main.c | 785 goto set_timer; in ath9k_htc_ani_work() 839 set_timer: in ath9k_htc_ani_work()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | netmain.c | 58 void set_timer(int val) in set_timer() function
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 270 efi_status_t (__efiapi *set_timer)(efi_event_t, 337 u32 set_timer; member
|
H A D | efi-stub-helper.c | 646 status = efi_bs_call(set_timer, timer, EfiTimerRelative, in efi_wait_for_key()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_recv.c | 2128 goto set_timer; in rtw_signal_stat_timer_hdl() 2135 goto set_timer; in rtw_signal_stat_timer_hdl() 2160 set_timer: in rtw_signal_stat_timer_hdl()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 607 goto set_timer; in iwl_mvm_release_frames() 611 goto set_timer; in iwl_mvm_release_frames() 637 set_timer: in iwl_mvm_release_frames()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 84 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3156 .set_timer = efi_set_timer_ext,
|