Home
last modified time | relevance | path

Searched refs:probes (Results 51 – 75 of 84) sorted by relevance

1234

/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions110 # no probes, and tracing on.
/linux/Documentation/trace/rv/
H A Dda_monitor_instrumentation.rst163 The probes then need to be detached at the disable phase.
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst21 probes on the DPNI object and connects to and configures a DPMAC object with
/linux/Documentation/driver-api/mtd/
H A Dspi-nor.rst16 rely on the generic flash driver which probes the flash solely based
/linux/drivers/parport/
H A DKconfig83 Saying Y here enables some probes for Super-IO chipsets in order to
/linux/Documentation/sound/designs/
H A Dseq-oss.rst81 At beginning, this module probes all the MIDI ports which have been
351 Since the OSS emulation probes the creation and deletion of ALSA MIDI
H A Dmidi-2.0.rst65 When a device supports MIDI 2.0, the USB-audio driver probes and uses
/linux/net/core/
H A Dneighbour.c1078 atomic_inc(&neigh->probes); in neigh_probe()
1134 atomic_set(&neigh->probes, 0); in neigh_timer_handler()
1145 atomic_read(&neigh->probes) >= neigh_max_probes(neigh)) { in neigh_timer_handler()
1192 atomic_set(&neigh->probes, in __neigh_event_send()
1411 atomic_set(&neigh->probes, 0); in __neigh_update()
1505 atomic_set(&neigh->probes, neigh_max_probes(neigh)); in __neigh_set_probe_once()
2615 if (nla_put_u32(skb, NDA_PROBES, atomic_read(&neigh->probes)) || in neigh_fill_info()
/linux/Documentation/i2c/
H A Dfault-codes.rst83 address, but with the device found there. Driver probes
/linux/include/net/
H A Dneighbour.h149 atomic_t probes; member
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-cm-fx6.dts484 * If the OS probes the Bluetooth AMP function advertised on this bus
/linux/Documentation/PCI/
H A Dpciebus-howto.rst197 is passed in when the PCI Express Port Bus driver probes each service
/linux/Documentation/networking/
H A Dip-sysctl.rst500 How many keepalive probes TCP sends out, until it decides that the
504 How frequently the probes are send out. Multiplied by
506 after probes started. Default value: 75sec i.e. connection
1863 The maximum number of multicast probes in INCOMPLETE state,
1868 The maximum number of unicast probes in PROBE state, when
1872 The maximum number of probes to send to the user space ARP daemon
1873 via netlink before dropping back to multicast probes (see
1877 The maximum number of multicast probes after unicast and
1878 app probes in PROBE state. Defaults to 0.
2403 The amount of Duplicate Address Detection probes to send.
[all …]
/linux/Documentation/livepatch/
H A Dlivepatch.rst27 to redirection of code execution; namely: kernel probes, function tracing,
30 - The kernel probes are the most generic. The code can be redirected by
/linux/arch/
H A DKconfig132 to establish unintrusive probes in user-space binaries and
133 libraries, by executing handler functions when the probes
136 ( These probes come in the form of single-byte breakpoints,
851 Provide kernel/user boundaries probes necessary for subsystems
/linux/kernel/trace/
H A Dtrace_probe.c2028 INIT_LIST_HEAD(&tp->event->probes); in trace_probe_init()
2030 list_add(&tp->list, &tp->event->probes); in trace_probe_init()
H A Dtrace_fprobe.c768 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_fprobe_has_same_fprobe()
H A Dtrace_uprobe.c411 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_uprobe_has_same_uprobe()
H A Dtrace_kprobe.c571 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()
/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst171 probes the adapter, and it is de-registered when the adapter is
/linux/arch/arm/boot/dts/ti/omap/
H A Domap5.dtsi111 * interconnect as simple-pm-bus probes at module_init() time.
H A Domap4.dtsi63 * interconnect as simple-pm-bus probes at module_init() time.
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c3187 static const char * const probes[] = { "cmdlinepart", "ofpart", "qcomsmem", NULL }; variable
3302 ret = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in qcom_nand_host_init_and_register()
/linux/Documentation/hwmon/
H A Dw83781d.rst140 several kinds of temperature probes. You can program the so-called
/linux/Documentation/spi/
H A Dspi-summary.rst338 basic device identification probes, so they should hotplug normally.

1234