Home
last modified time | relevance | path

Searched refs:handlers (Results 151 – 175 of 188) sorted by relevance

12345678

/linux/Documentation/RCU/
H A DwhatisRCU.rst1159 d. Do you need to treat NMI handlers, hardirq handlers,
1221 become blocking locks, and all irq handlers execute in
/linux/arch/m68k/fpsp040/
H A Dres_func.S1460 | handlers.
1478 | handlers.
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.c1979 if ((group < ENA_MAX_HANDLERS) && aenq_handlers->handlers[group]) in ena_com_get_specific_aenq_cb()
1980 return aenq_handlers->handlers[group]; in ena_com_get_specific_aenq_cb()
/linux/Documentation/driver-api/pm/
H A Ddevices.rst276 when IRQ handlers have been disabled (except for those marked with the
393 4. The ``suspend_noirq`` phase occurs after IRQ handlers have been disabled,
431 needed before the driver's interrupt handlers are invoked. This
/linux/Documentation/trace/
H A Dhistogram-design.rst870 Note that the way the trace handlers such as wakeup_latency() (which
1352 action_data and the onXXX() handlers
1361 Typically, the onmax() or onchange() handlers are used in conjunction
H A Dhistogram.rst2097 2.2.3 Hist trigger 'handlers' and 'actions'
2107 Hist trigger handlers and actions are paired together in the general
2127 The supported handlers and actions are listed below, and each is
2131 The available handlers are:
/linux/Documentation/networking/
H A Drds.rst287 CM event handlers, and other Infiniband details.
H A Dfilter.rst642 in the eBPF interpreter. For in-kernel handlers, this all works transparently
/linux/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst327 * 255: highest priority, will preempt all other restart handlers
/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c77 .handlers = cxgb3i_cpl_handlers,
/linux/Documentation/gpu/
H A Ddrm-mm.rst291 functions directly as open and close handlers.
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c2643 struct qed_queue_cid *handlers[QED_MAX_VF_CHAINS_PER_PF]; in qed_iov_vf_mbx_update_rxqs() local
2693 handlers[i] = vf->vf_queues[qid].cids[qid_usage_idx].p_cid; in qed_iov_vf_mbx_update_rxqs()
2696 rc = qed_sp_eth_rx_queues_update(p_hwfn, (void **)&handlers, in qed_iov_vf_mbx_update_rxqs()
/linux/drivers/spi/
H A DKconfig1256 bool "SPI slave protocol handlers"
1259 slave protocol handlers.
/linux/Documentation/arch/s390/
H A Dcds.rst57 * The interrupt handlers must be adapted to use a ccw_device as argument.
/linux/Documentation/kernel-hacking/
H A Dlocking.rst286 It is rare to have to share data between two IRQ handlers, but if you
289 handlers themselves.
/linux/drivers/message/fusion/
H A Dmptbase.c7703 int handlers = 0; in ProcessEventNotification() local
7776 handlers++; in ProcessEventNotification()
7793 *evHandlers = handlers; in ProcessEventNotification()
/linux/Documentation/scsi/
H A DChangeLog.lpfc113 * Removed TXQ from all abort and reset handlers since it is never
196 * Following timeout handlers moved to the lpfc worker thread:
569 * Have lpfc eh handlers, bus_reset and lun_reset, wait for all
/linux/Documentation/spi/
H A Dspi-summary.rst610 execution contexts like IRQ handlers, tasklets, or workqueues (such
/linux/Documentation/power/
H A Dpci.rst526 when their interrupt handlers are invoked for the first time during resume,
908 after the PM core has enabled device drivers' interrupt handlers to be invoked.
/linux/tools/perf/
H A Dbuiltin-trace.c4127 const struct evsel_str_handler handlers[] = { local
4171 err = perf_session__set_tracepoints_handlers(session, handlers);
/linux/drivers/power/supply/
H A DKconfig467 handlers.
/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst85 handlers all have conditional swapgs checks. Those may be problematic
/linux/include/net/bluetooth/
H A Dhci_core.h2205 const struct hci_mgmt_handler *handlers; member
/linux/Documentation/filesystems/
H A Dvfs.rst444 superblock field points to a NULL-terminated array of xattr handlers.
473 When none of the xattr handlers of a filesystem match the specified
/linux/Documentation/dev-tools/
H A Dkgdb.rst722 register and unregister for the trap handlers on this architecture.

12345678