HomeSort by: relevance | last modified time | path
    Searched refs:missed (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
ratelimit.h 42 volatile int missed; member in struct:ratelimit_state
64 .missed = 0, \
98 atomic_store_relaxed(&r->missed, 1);
  /src/sys/lib/libsa/
netif.h 60 int missed; member in struct:netif_stats
  /src/sys/arch/shark/include/
profileio.h 85 unsigned int missed; /* the number of samples missed. */ member in struct:profHashHeader
  /src/tests/net/if_pppoe/
t_pppoe_keepalive.sh 56 max-alive-missed=1 \
  /src/sys/net/
nd.c 58 int16_t missed = ND_LLINFO_NOSTATE; local
114 missed = ND_LLINFO_INCOMPLETE;
150 missed = ND_LLINFO_PROBE;
151 /* nd_missed() consumers can use missed to know if
174 missed = ND_LLINFO_UNREACHABLE;
211 if (missed != ND_LLINFO_NOSTATE)
212 nd->nd_missed(ifp, &taddr, missed, m);
  /src/sys/arch/shark/shark/
profile.c 242 phashTables[backup]->hdr.missed = 0;
364 profTable->hdr.missed = 0;
686 table->hdr.missed++;
  /src/sys/arch/xen/xen/
xen_clock.c 130 SDT_PROBE_DEFINE3(sdt, xen, hardclock, missed,
846 SDT_PROBE3(sdt, xen, hardclock, missed,
855 * process of catching up missed hardclock calls.
906 "missed hardclock");
  /src/sys/arch/mvme68k/stand/netboot/
if_le.c 172 le_stats.missed++;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 3494 typedef enum { missed, match, conflict } instance_outcome_t; enumerator in enum:__anon6022
3501 return missed;
3504 return missed;
3512 return missed;
3618 instance_outcome_t outcome = missed;
3673 if (outcome != missed) {
3684 if (outcome != missed) {
3777 if (outcome == missed) {
3787 outcome = missed;
3834 if (outcome == missed) {
    [all...]
  /src/sys/arch/hp300/stand/common/
if_le.c 316 le_stats[unit].missed++;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regengine.inc 434 /* that one missed, try next one */
633 /* that one missed, try next one */
  /src/external/bsd/libpcap/dist/
pcap-linux.c 191 long long sysfs_dropped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors */
888 * Grabs the number of missed packets by the interface from
889 * /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors.
918 long long int missed = linux_get_stat(if_name, "rx_missed_errors"); local
920 return missed + fifo;
1227 * /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors
1527 * /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 1518 if (perf->spurious_report_rs.missed) {
1520 perf->spurious_report_rs.missed);

Completed in 31 milliseconds