| /linux/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 238 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 D | trace_kprobe.c | 1757 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 D | ratelimit.h | 27 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 D | ratelimit_types.h | 22 atomic_t missed; member
|
| H A D | trace_events.h | 778 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 D | wti.c | 21 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 D | hcd_queue.c | 1761 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 D | Kconfig | 83 Say Y here to enable logging of missed SOF events to the dmesg log.
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | interrupt.c | 528 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 D | u_serial.c | 97 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 D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 38 // FQ notices that this packet missed the 'time to send next packet' computed
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | missed.c | 39 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 D | debug.c | 1206 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 D | perf-c2c.txt | 232 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 D | sysfs-bus-fcoe | 65 Link Error Status Block (LESB) missed FCoE
|
| H A D | sysfs-class-net-statistics | 95 Indicates the number of received packets that have been missed
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3866 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 D | rculist_nulls.rst | 104 detect the fact that it missed following items in original chain.
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 53 | | DMA hotlink missed | | Capture running | |
|
| /linux/drivers/dma/ti/ |
| H A D | edma.c | 225 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 D | usb.rst | 306 | --> 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 D | mmiotrace.rst | 137 and events can be missed without a notice. Re-enabling other CPUs during
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6769 __u64 missed; 6798 __u64 missed; 6764 __u64 missed; global() member 6793 __u64 missed; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6769 __u64 missed; 6798 __u64 missed; 6764 __u64 missed; global() member 6793 __u64 missed; global() member
|
| /linux/Documentation/admin-guide/ |
| H A D | bug-bisect.rst | 77 In case you missed Git's output, you can always run ``git bisect log`` to
|