/linux/arch/loongarch/kvm/ |
H A D | timer.c | 83 * If oneshot timer is fired, CSR TVAL will be -1, there are two in kvm_restore_timer() 85 * 1) timer is fired during exiting to host in kvm_restore_timer() 86 * 2) timer is fired and vm is doing timer irq, and then exiting to in kvm_restore_timer() 149 * If period timer is fired, CSR TVAL will be reloaded from CSR TCFG in _kvm_save_timer() 150 * If oneshot timer is fired, CSR TVAL will be -1 in _kvm_save_timer() 151 * Here judge one-shot timer fired by checking whether TVAL is larger in _kvm_save_timer()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-transport-srp | 54 the fast_io_fail_tmo timer has not yet fired; "fail-fast" 55 after the fast_io_fail_tmo timer has fired and before the 56 "dev_loss_tmo" timer has fired; "lost" after the 57 "dev_loss_tmo" timer has fired and before the port is finally
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_epoll_oneshot.pkt | 4 // This is a test to confirm that EPOLLERR is only fired once for an FD when 8 // is correctly fired only once, when EPOLLONESHOT is set. send another packet 9 // with MSG_ZEROCOPY. confirm that EPOLLERR is not fired. Rearm the FD and 49 // rearm the FD and verify the EPOLLERR is fired again.
|
H A D | tcp_zerocopy_epoll_edge.pkt | 8 // is correctly fired only once, when EPOLLET is set. send another packet with 9 // MSG_ZEROCOPY. confirm that EPOLLERR is correctly fired again only once.
|
H A D | tcp_zerocopy_epoll_exclusive.pkt | 9 // is correctly fired only once, when EPOLLET is set. send another packet with 10 // MSG_ZEROCOPY. confirm that EPOLLERR is correctly fired again only once.
|
/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.h | 144 * comprises two booleans - armed and fired: 146 * The sender sets fired when they signal the receiver. 147 * If fired is set, the receiver has been signalled and need not wait. 153 int fired; member
|
/linux/drivers/mailbox/ |
H A D | mailbox-sti.c | 171 /* No IRQs fired in specified instance */ in sti_mbox_irq_to_channel() 174 /* An IRQ has fired, find the associated channel */ in sti_mbox_irq_to_channel() 182 "IRQ fired on instance: %d channel: %d\n", in sti_mbox_irq_to_channel()
|
H A D | arm_mhu_db.c | 104 /* No IRQs fired in specified physical channel */ in mhu_db_mbox_irq_to_channel() 107 /* An IRQ has fired, find the associated channel */ in mhu_db_mbox_irq_to_channel()
|
/linux/include/uapi/linux/ |
H A D | if_packet.h | 219 * time when the timer fired and the block was closed. 225 * ts_last_pkt = time when the timer fired and the block
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_req.c | 104 rxe_dbg_qp(qp, "nak timer fired\n"); in rnr_nak_timer() 685 /* we come here if the retransmit timer has fired in rxe_requester() 686 * or if the rnr timer has fired. If the retransmit in rxe_requester() 688 * until the rnr timer has fired before starting the in rxe_requester()
|
H A D | rxe_comp.c | 120 rxe_dbg_qp(qp, "retransmit timer fired\n"); in retransmit_timer() 752 /* we come here if the retry timer fired and we did in rxe_completer() 806 * rnr timer has fired in rxe_completer()
|
/linux/kernel/time/ |
H A D | alarmtimer.c | 188 * alarmtimer_fired - Handles alarm hrtimer being fired. 563 * @alarm: alarm that fired 750 * @alarm: ptr to alarm that fired 774 * Sets the alarm timer and sleeps until it is fired or interrupted.
|
H A D | tick-sched.h | 46 * @next_tick: Next tick to be fired when in dynticks mode.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-irq | 43 Description: The number of times the interrupt has fired since boot. This
|
/linux/fs/ocfs2/dlmfs/ |
H A D | userdlm.c | 116 mlog(ML_BASTS, "AST fired for lockres %.*s, level %d => %d\n", in user_ast() 203 mlog(ML_BASTS, "BAST fired for lockres %.*s, blocking %d, level %d\n", in user_bast() 221 mlog(ML_BASTS, "UNLOCK AST fired for lockres %.*s, flags 0x%x\n", in user_unlock_ast()
|
/linux/tools/testing/selftests/arm64/signal/ |
H A D | README | 34 they are just fired using some simple included assembly trampoline code.
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | maxim,max77693.yaml | 49 Low input voltage level in millivolts. Flash is not fired if chip
|
/linux/include/scsi/ |
H A D | libiscsi_tcp.h | 82 ISCSI_TCP_CONN_ERR, /* iscsi layer has fired a conn err */
|
/linux/drivers/crypto/ccree/ |
H A D | cc_fips.c | 111 /* Deferred service handler, run as interrupt-fired tasklet */
|
/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 200 * know which watchpoint fired. In the future we can either add a in get_num_wrps() 785 pr_debug("watchpoint fired: address = 0x%x\n", info->trigger); in watchpoint_handler() 813 pr_debug("watchpoint fired: address = 0x%x\n", info->trigger); in watchpoint_handler() 888 pr_debug("breakpoint fired: address = 0x%x\n", addr); in breakpoint_handler()
|
/linux/drivers/extcon/ |
H A D | extcon-gpio.c | 26 * @work: Work fired by the interrupt.
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 389 #define NFP_SIGNAL_MASK_A BIT(0) /* Signal A fired */ 390 #define NFP_SIGNAL_MASK_B BIT(1) /* Signal B fired */
|
/linux/drivers/thunderbolt/ |
H A D | nhi_regs.h | 81 * New interrupts are fired only after ALL registers have been
|
/linux/drivers/android/ |
H A D | binder_alloc.h | 90 * @oneway_spam_detected: %true if oneway spam detection fired, clear that
|
/linux/samples/connector/ |
H A D | cn_test.c | 120 pr_debug("%s: timer fired\n", __func__); in cn_test_timer_func()
|