Home
last modified time | relevance | path

Searched full:fired (Results 1 – 25 of 151) sorted by relevance

1234567

/linux/arch/loongarch/kvm/
H A Dtimer.c83 * 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 Dsysfs-transport-srp54 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 Dtcp_zerocopy_epoll_oneshot.pkt4 // 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 Dtcp_zerocopy_epoll_edge.pkt8 // 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 Dtcp_zerocopy_epoll_exclusive.pkt9 // 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 Dvchiq_core.h144 * 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 Dmailbox-sti.c171 /* 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 Darm_mhu_db.c104 /* 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 Dif_packet.h219 * 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 Drxe_req.c104 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 Drxe_comp.c120 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 Dalarmtimer.c188 * 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 Dtick-sched.h46 * @next_tick: Next tick to be fired when in dynticks mode.
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-irq43 Description: The number of times the interrupt has fired since boot. This
/linux/fs/ocfs2/dlmfs/
H A Duserdlm.c116 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 DREADME34 they are just fired using some simple included assembly trampoline code.
/linux/Documentation/devicetree/bindings/leds/
H A Dmaxim,max77693.yaml49 Low input voltage level in millivolts. Flash is not fired if chip
/linux/include/scsi/
H A Dlibiscsi_tcp.h82 ISCSI_TCP_CONN_ERR, /* iscsi layer has fired a conn err */
/linux/drivers/crypto/ccree/
H A Dcc_fips.c111 /* Deferred service handler, run as interrupt-fired tasklet */
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c200 * 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 Dextcon-gpio.c26 * @work: Work fired by the interrupt.
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h389 #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 Dnhi_regs.h81 * New interrupts are fired only after ALL registers have been
/linux/drivers/android/
H A Dbinder_alloc.h90 * @oneway_spam_detected: %true if oneway spam detection fired, clear that
/linux/samples/connector/
H A Dcn_test.c120 pr_debug("%s: timer fired\n", __func__); in cn_test_timer_func()

1234567