Home
last modified time | relevance | path

Searched refs:missed (Results 1 – 25 of 40) sorted by relevance

12

/linux/kernel/trace/
H A Dring_buffer_benchmark.c238 unsigned long missed = 0; in ring_buffer_producer() local
258 missed++; in ring_buffer_producer()
336 trace_printk("Missed: %ld\n", missed); in ring_buffer_producer()
354 if (missed) { in ring_buffer_producer()
356 missed /= (long)time; in ring_buffer_producer()
359 hit + missed); in ring_buffer_producer()
362 if (!(hit + missed)) { in ring_buffer_producer()
368 avg = NSEC_PER_MSEC / (hit + missed); in ring_buffer_producer()
H A Dtrace_kprobe.c1757 u64 *probe_addr, unsigned long *missed, in bpf_get_kprobe_info() argument
1777 if (missed) in bpf_get_kprobe_info()
1778 *missed = trace_kprobe_missed(tk); in bpf_get_kprobe_info()
/linux/include/linux/
H A Dratelimit.h27 atomic_inc(&rs->missed); in ratelimit_state_inc_miss()
32 return atomic_read(&rs->missed); in ratelimit_state_get_miss()
37 return atomic_xchg_relaxed(&rs->missed, 0); in ratelimit_state_reset_miss()
H A Dratelimit_types.h22 atomic_t missed; member
H A Dtrace_events.h778 unsigned long *missed);
819 u64 *probe_addr, unsigned long *missed) in bpf_get_perf_event_info() argument
876 unsigned long *missed,
/linux/arch/s390/kernel/
H A Dwti.c21 unsigned long missed; member
119 wdi->missed++; in wti_dbf_grace_period()
134 seq_printf(seq, " %10lu", st->dbg.missed); in wti_show()
/linux/drivers/usb/dwc2/
H A Dhcd_queue.c1761 int missed = 0; in dwc2_next_for_periodic_split() local
1791 missed = dwc2_frame_num_dec(prev_frame_number, in dwc2_next_for_periodic_split()
1796 return missed; in dwc2_next_for_periodic_split()
1822 int missed = 0; in dwc2_next_periodic_start() local
1887 missed = dwc2_frame_num_dec(qh->start_active_frame, in dwc2_next_periodic_start()
1894 return missed; in dwc2_next_periodic_start()
1915 int missed; in dwc2_hcd_qh_deactivate() local
1937 missed = dwc2_next_for_periodic_split(hsotg, qh, frame_number); in dwc2_hcd_qh_deactivate()
1939 missed = dwc2_next_periodic_start(hsotg, qh, frame_number); in dwc2_hcd_qh_deactivate()
1946 missed, missed ? "MISS" : ""); in dwc2_hcd_qh_deactivate()
H A DKconfig83 Say Y here to enable logging of missed SOF events to the dmesg log.
/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c528 int missed; in tulip_interrupt() local
813 if ((missed = ioread32(ioaddr + CSR8) & 0x1ffff)) {
814 dev->stats.rx_dropped += missed & 0x10000 ? 0x10000 : missed;
/linux/drivers/usb/gadget/function/
H A Du_serial.c97 size_t missed; member
971 if (cons->missed && ep->maxpacket >= 64) { in __gs_console_push()
975 len = sprintf(buf, "\n[missed %zu bytes]\n", cons->missed); in __gs_console_push()
977 cons->missed = 0; in __gs_console_push()
1010 cons->missed += count - n; in gs_console_write()
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt38 // FQ notices that this packet missed the 'time to send next packet' computed
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmissed.c39 ASSERT_EQ(info.perf_event.kprobe.missed, 1, "info.perf_event.kprobe.missed"); in test_missed_perf_kprobe()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c1206 int missed; in il_dbgfs_missed_beacon_write() local
1212 if (sscanf(buf, "%d", &missed) != 1) in il_dbgfs_missed_beacon_write()
1215 if (missed < IL_MISSED_BEACON_THRESHOLD_MIN || in il_dbgfs_missed_beacon_write()
1216 missed > IL_MISSED_BEACON_THRESHOLD_MAX) in il_dbgfs_missed_beacon_write()
1219 il->missed_beacon_threshold = missed; in il_dbgfs_missed_beacon_write()
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt232 L1Miss - store accesses that missed L1
258 - % of store accesses that hit L1, missed L1 and N/A (no available) memory
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fcoe65 Link Error Status Block (LESB) missed FCoE
H A Dsysfs-class-net-statistics95 Indicates the number of received packets that have been missed
/linux/kernel/bpf/
H A Dsyscall.c3866 u32 *fd_type, unsigned long *missed) in bpf_perf_link_fill_common() argument
3878 probe_offset, probe_addr, missed); in bpf_perf_link_fill_common()
3908 unsigned long missed; in bpf_perf_link_fill_kprobe() local
3917 &type, &missed); in bpf_perf_link_fill_kprobe()
3926 info->perf_event.kprobe.missed = missed; in bpf_perf_link_fill_kprobe()
3941 unsigned long missed; in bpf_perf_link_fdinfo_kprobe() local
3944 &offset, &addr, &missed); in bpf_perf_link_fdinfo_kprobe()
3955 name, offset, missed, addr, in bpf_perf_link_fdinfo_kprobe()
3995 unsigned long missed; in bpf_perf_link_fdinfo_uprobe() local
3998 &offset, &ref_ctr_offset, &missed); in bpf_perf_link_fdinfo_uprobe()
/linux/Documentation/RCU/
H A Drculist_nulls.rst104 detect the fact that it missed following items in original chain.
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst53 | | DMA hotlink missed | | Capture running | |
/linux/drivers/dma/ti/
H A Dedma.c225 int missed; member
788 if (echan->missed) { in edma_execute()
799 echan->missed = 0; in edma_execute()
1564 echan->missed = 1; in edma_error_handler()
/linux/Documentation/sound/soc/
H A Dusb.rst306 | --> The USB audio device connect event is missed
308 To ensure connection events are not missed, **snd_usb_rediscover_devices()**
/linux/Documentation/trace/
H A Dmmiotrace.rst137 and events can be missed without a notice. Re-enabling other CPUs during
/linux/include/uapi/linux/
H A Dbpf.h6769 __u64 missed;
6798 __u64 missed;
6764 __u64 missed; global() member
6793 __u64 missed; global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h6769 __u64 missed;
6798 __u64 missed;
6764 __u64 missed; global() member
6793 __u64 missed; global() member
/linux/Documentation/admin-guide/
H A Dbug-bisect.rst77 In case you missed Git's output, you can always run ``git bisect log`` to

12