| /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 | 1758 u64 *probe_addr, unsigned long *missed, in bpf_get_kprobe_info() argument 1778 if (missed) in bpf_get_kprobe_info() 1779 *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 | 783 unsigned long *missed); 824 u64 *probe_addr, unsigned long *missed) in bpf_get_perf_event_info() argument 881 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/block/ |
| H A D | blk-iolatency.c | 129 u64 missed; member 203 stat->ps.missed = 0; in latency_stat_init() 214 sum->ps.missed += stat->ps.missed; in latency_stat_sum() 225 stat->ps.missed++; in latency_stat_record_time() 238 return stat->ps.missed < thresh; in latency_sum_ok() 934 (unsigned long long)stat.ps.missed, in iolatency_ssd_stat() 938 (unsigned long long)stat.ps.missed, in iolatency_ssd_stat()
|
| H A D | blk-iocost.c | 399 struct ioc_missed missed[2]; member 1611 u32 this_met = local_read(&stat->missed[rw].nr_met); in ioc_lat_stat() 1612 u32 this_missed = local_read(&stat->missed[rw].nr_missed); in ioc_lat_stat() 1614 nr_met[rw] += this_met - stat->missed[rw].last_met; in ioc_lat_stat() 1615 nr_missed[rw] += this_missed - stat->missed[rw].last_missed; in ioc_lat_stat() 1616 stat->missed[rw].last_met = this_met; in ioc_lat_stat() 1617 stat->missed[rw].last_missed = this_missed; in ioc_lat_stat() 2838 local_inc(&ccs->missed[rw].nr_met); in ioc_rqos_done() 2840 local_inc(&ccs->missed[rw].nr_missed); in ioc_rqos_done() 2898 for (i = 0; i < ARRAY_SIZE(ccs->missed); i++) { in blk_iocost_init() [all …]
|
| /linux/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 52 unsigned long missed; member 151 if (!utn->missed) in udp_tunnel_nic_should_replay() 156 if (!test_bit(i, &utn->missed)) in udp_tunnel_nic_should_replay() 351 __set_bit(i, &utn->missed); in udp_tunnel_nic_has_collision() 486 __set_bit(i, &utn->missed); in udp_tunnel_nic_add_new() 716 utn->missed = 0; in udp_tunnel_nic_replay() 795 BUILD_BUG_ON(sizeof(utn->missed) * BITS_PER_BYTE < in udp_tunnel_nic_register()
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-input.c | 170 u64 missed; in cx88_ir_work() local 174 missed = hrtimer_forward_now(&ir->timer, in cx88_ir_work() 176 if (missed > 1) in cx88_ir_work() 177 ir_dprintk("Missed ticks %llu\n", missed - 1); in cx88_ir_work()
|
| /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/tools/testing/selftests/ublk/trace/ |
| H A D | seq_io.bt | 9 block_rq_complete listed first to reduce missed completion window.
|
| /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/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fcoe | 65 Link Error Status Block (LESB) missed FCoE
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 255 L1Miss - store accesses that missed L1 281 - % of store accesses that hit L1, missed L1 and N/A (no available) memory
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3882 u32 *fd_type, unsigned long *missed) in bpf_perf_link_fill_common() argument 3894 probe_offset, probe_addr, missed); in bpf_perf_link_fill_common() 3924 unsigned long missed; in bpf_perf_link_fill_kprobe() local 3933 &type, &missed); in bpf_perf_link_fill_kprobe() 3942 info->perf_event.kprobe.missed = missed; in bpf_perf_link_fill_kprobe() 3957 unsigned long missed; in bpf_perf_link_fdinfo_kprobe() local 3960 &offset, &addr, &missed); in bpf_perf_link_fdinfo_kprobe() 3971 name, offset, missed, addr, in bpf_perf_link_fdinfo_kprobe() 4011 unsigned long missed; in bpf_perf_link_fdinfo_uprobe() local 4014 &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()**
|