/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ecache.c | 129 const u32 missed, in __nf_conntrack_eventmask_report() argument 137 if (!((events | missed) & e->ctmask)) in __nf_conntrack_eventmask_report() 148 ret = notify->ct_event(events | missed, item); in __nf_conntrack_eventmask_report() 151 if (likely(ret >= 0 && missed == 0)) in __nf_conntrack_eventmask_report() 155 old = READ_ONCE(e->missed); in __nf_conntrack_eventmask_report() 159 want = old & ~missed; in __nf_conntrack_eventmask_report() 160 } while (cmpxchg(&e->missed, old, want) != old); in __nf_conntrack_eventmask_report() 170 unsigned int missed; in nf_conntrack_eventmask_report() local 187 missed = e->portid ? 0 : e->missed; in nf_conntrack_eventmask_report() 189 ret = __nf_conntrack_eventmask_report(e, events, missed, &item); in nf_conntrack_eventmask_report() [all …]
|
/openbmc/linux/lib/ |
H A D | ratelimit.c | 54 if (rs->missed) { in ___ratelimit() 58 func, rs->missed); in ___ratelimit() 59 rs->missed = 0; in ___ratelimit() 69 rs->missed++; in ___ratelimit()
|
/openbmc/linux/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 236 unsigned long missed = 0; in ring_buffer_producer() local 256 missed++; in ring_buffer_producer() 334 trace_printk("Missed: %ld\n", missed); in ring_buffer_producer() 352 if (missed) { in ring_buffer_producer() 354 missed /= (long)time; in ring_buffer_producer() 357 hit + missed); in ring_buffer_producer() 360 if (!(hit + missed)) { in ring_buffer_producer() 366 avg = NSEC_PER_MSEC / (hit + missed); in ring_buffer_producer()
|
/openbmc/linux/include/linux/ |
H A D | ratelimit.h | 30 if (rs->missed) { in ratelimit_state_exit() 32 current->comm, rs->missed); in ratelimit_state_exit() 33 rs->missed = 0; in ratelimit_state_exit()
|
H A D | ratelimit_types.h | 21 int missed; member
|
H A D | trace_events.h | 773 unsigned long *missed); 813 u64 *probe_addr, unsigned long *missed) in bpf_get_perf_event_info() argument 888 unsigned long *missed,
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | cpa-test.c | 51 long i, expected, missed = 0; in print_split() local 64 missed++; in print_split() 98 s->max_exec, missed); in print_split() 101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 1798 int missed = 0; in dwc2_next_for_periodic_split() local 1828 missed = dwc2_frame_num_dec(prev_frame_number, in dwc2_next_for_periodic_split() 1833 return missed; in dwc2_next_for_periodic_split() 1859 int missed = 0; in dwc2_next_periodic_start() local 1924 missed = dwc2_frame_num_dec(qh->start_active_frame, in dwc2_next_periodic_start() 1931 return missed; in dwc2_next_periodic_start() 1952 int missed; in dwc2_hcd_qh_deactivate() local 1974 missed = dwc2_next_for_periodic_split(hsotg, qh, frame_number); in dwc2_hcd_qh_deactivate() 1976 missed = dwc2_next_periodic_start(hsotg, qh, frame_number); in dwc2_hcd_qh_deactivate() 1983 missed, missed ? "MISS" : ""); in dwc2_hcd_qh_deactivate()
|
/openbmc/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() 2841 local_inc(&ccs->missed[rw].nr_met); in ioc_rqos_done() 2843 local_inc(&ccs->missed[rw].nr_missed); in ioc_rqos_done() 2901 for (i = 0; i < ARRAY_SIZE(ccs->missed); i++) { in blk_iocost_init() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | udp_tunnel_nic.c | 49 unsigned long missed; member 148 if (!utn->missed) in udp_tunnel_nic_should_replay() 153 if (!test_bit(i, &utn->missed)) in udp_tunnel_nic_should_replay() 359 __set_bit(i, &utn->missed); in udp_tunnel_nic_has_collision() 494 __set_bit(i, &utn->missed); in udp_tunnel_nic_add_new() 692 utn->missed = 0; in udp_tunnel_nic_replay() 773 BUILD_BUG_ON(sizeof(utn->missed) * BITS_PER_BYTE < in udp_tunnel_nic_register()
|
/openbmc/openbmc/poky/scripts/ |
H A D | wic | 115 missed = [] 121 missed.append(opt) 122 if missed: 124 ", ".join(missed))
|
/openbmc/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()
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | wic | 115 missed = [] 121 missed.append(opt) 122 if missed: 124 ", ".join(missed))
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-invalide-session.patch | 5 for SA_ERR_HPI_INVALID_SESSION is missed somehow in function saHpiResourceIdGet.
|
/openbmc/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;
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
H A D | base.bbclass | 234 missed = set() 256 missed.add(tid) 258 missed.add(tid)
|
/openbmc/ipmitool/contrib/ |
H A D | ipmievd.init.suse | 76 _SMSG=(done failed failed missed failed skipped unused failed failed reserved)
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | event_message.proto | 34 // Zero or more POST codes. Some codes may be missed because the host can
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_ecache.h | 25 u32 missed; /* missed events */ member
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 95 size_t missed; member 916 if (cons->missed && ep->maxpacket >= 64) { in __gs_console_push() 920 len = sprintf(buf, "\n[missed %zu bytes]\n", cons->missed); in __gs_console_push() 922 cons->missed = 0; in __gs_console_push() 955 cons->missed += count - n; in gs_console_write()
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0002-apic-fixup-fallthrough-to-PIC.patch | 8 missed a check to ensure the local APIC is enabled. Since if the local
|
/openbmc/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()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 942 missed = set() 977 missed.add(tid) 1027 missed.remove(tid) 1040 for tid in missed: 1072 evdata = {'missed': [], 'found': []}; 1073 for tid in missed: 1075 evdata['missed'].append((bb.runqueue.fn_from_tid(tid), bb.runqueue.taskname_from_tid(tid), gethash(tid), sstatefile ) ) 1092 (total, foundLocal, len(found)-foundLocal, len(missed), currentcount, match, complete)) 1095 bb.parse.siggen.checkhashes(sq_data, missed, found, d)
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-configure-common.inc | 56 # hence being missed by the insane do_configure check).
|