Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/netfilter/
Dnf_conntrack_ecache.h17 unsigned long missed; /* missed events */ member
117 unsigned long missed = e->pid ? 0 : e->missed; in nf_conntrack_eventmask_report() local
119 if (!((eventmask | missed) & e->ctmask)) in nf_conntrack_eventmask_report()
122 ret = notify->fcn(eventmask | missed, &item); in nf_conntrack_eventmask_report()
123 if (unlikely(ret < 0 || missed)) { in nf_conntrack_eventmask_report()
133 e->missed |= eventmask; in nf_conntrack_eventmask_report()
135 e->missed &= ~missed; in nf_conntrack_eventmask_report()
/linux-2.6.39/lib/
Dratelimit.c49 if (rs->missed) in ___ratelimit()
51 func, rs->missed); in ___ratelimit()
54 rs->missed = 0; in ___ratelimit()
60 rs->missed++; in ___ratelimit()
/linux-2.6.39/net/netfilter/
Dnf_conntrack_ecache.c64 unsigned long missed = e->missed; in nf_ct_deliver_cached_events() local
66 if (!((events | missed) & e->ctmask)) in nf_ct_deliver_cached_events()
69 ret = notify->fcn(events | missed, &item); in nf_ct_deliver_cached_events()
70 if (unlikely(ret < 0 || missed)) { in nf_ct_deliver_cached_events()
73 e->missed |= events; in nf_ct_deliver_cached_events()
75 e->missed &= ~missed; in nf_ct_deliver_cached_events()
/linux-2.6.39/kernel/trace/
Dring_buffer_benchmark.c221 unsigned long missed = 0; in ring_buffer_producer() local
240 missed++; in ring_buffer_producer()
323 trace_printk("Missed: %ld\n", missed); in ring_buffer_producer()
341 if (missed) { in ring_buffer_producer()
343 missed /= (long)time; in ring_buffer_producer()
346 hit + missed); in ring_buffer_producer()
349 if (!(hit + missed)) { in ring_buffer_producer()
355 avg = NSEC_PER_MSEC / (hit + missed); in ring_buffer_producer()
/linux-2.6.39/include/linux/
Dratelimit.h16 int missed; member
35 rs->missed = 0; in ratelimit_state_init()
/linux-2.6.39/arch/x86/mm/
Dpageattr-test.c49 long i, expected, missed = 0; in print_split() local
62 missed++; in print_split()
96 s->max_exec, missed); in print_split()
99 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
/linux-2.6.39/drivers/media/video/cx88/
Dcx88-input.c154 unsigned long missed; in cx88_ir_work() local
158 missed = hrtimer_forward_now(&ir->timer, in cx88_ir_work()
160 if (missed > 1) in cx88_ir_work()
161 ir_dprintk("Missed ticks %ld\n", missed - 1); in cx88_ir_work()
/linux-2.6.39/drivers/net/tulip/
Dinterrupt.c518 int missed; in tulip_interrupt() local
802 if ((missed = ioread32(ioaddr + CSR8) & 0x1ffff)) {
803 dev->stats.rx_dropped += missed & 0x10000 ? 0x10000 : missed;
/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-debugfs.c1220 int missed; in iwl_legacy_dbgfs_missed_beacon_write() local
1226 if (sscanf(buf, "%d", &missed) != 1) in iwl_legacy_dbgfs_missed_beacon_write()
1229 if (missed < IWL_MISSED_BEACON_THRESHOLD_MIN || in iwl_legacy_dbgfs_missed_beacon_write()
1230 missed > IWL_MISSED_BEACON_THRESHOLD_MAX) in iwl_legacy_dbgfs_missed_beacon_write()
1234 priv->missed_beacon_threshold = missed; in iwl_legacy_dbgfs_missed_beacon_write()
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-debugfs.c1396 int missed; in iwl_dbgfs_missed_beacon_write() local
1402 if (sscanf(buf, "%d", &missed) != 1) in iwl_dbgfs_missed_beacon_write()
1405 if (missed < IWL_MISSED_BEACON_THRESHOLD_MIN || in iwl_dbgfs_missed_beacon_write()
1406 missed > IWL_MISSED_BEACON_THRESHOLD_MAX) in iwl_dbgfs_missed_beacon_write()
1410 priv->missed_beacon_threshold = missed; in iwl_dbgfs_missed_beacon_write()
/linux-2.6.39/Documentation/RCU/
Drculist_nulls.txt77 not detect it missed following items in original chain.
/linux-2.6.39/Documentation/video4linux/
Dpxa_camera.txt45 | | DMA hotlink missed | | Capture running | |
/linux-2.6.39/arch/frv/kernel/
Dhead.S537 # look at arch/frv/kernel/debug-stub.c: debug_stub_init() to see what you've missed
/linux-2.6.39/Documentation/early-userspace/
DREADME87 the 2.7 era (it missed the boat for 2.5).
/linux-2.6.39/Documentation/trace/
Dmmiotrace.txt118 and events can be missed without a notice. Re-enabling other CPUs during
Dftrace.txt715 preempt_count. It may seem that we missed a preempt enabling.
/linux-2.6.39/Documentation/telephony/
Dixj.txt340 a. A step was missed in the installation. Go back and use section 3
/linux-2.6.39/Documentation/networking/
DREADME.ipw2200392 of consecutive missed beacons that will trigger handover, i.e. roaming
/linux-2.6.39/drivers/scsi/aic7xxx/
Daic79xx.seq639 * a selection could be missed.
825 * a selection could be missed.
1871 * Rev A. Snapshot LQISTAT2 so the status is not missed
2221 * a selection could be missed.
/linux-2.6.39/scripts/dtc/
Ddtc-lexer.lex.c_shipped546 * any uses of REJECT which flex missed.
1191 "fatal flex scanner internal error--end of buffer missed" );
/linux-2.6.39/scripts/kconfig/
Dlex.zconf.c_shipped768 * any uses of REJECT which flex missed.
1496 "fatal flex scanner internal error--end of buffer missed" );
/linux-2.6.39/scripts/genksyms/
Dlex.c_shipped622 * any uses of REJECT which flex missed.
1270 "fatal flex scanner internal error--end of buffer missed" );
/linux-2.6.39/Documentation/scsi/
DChangeLog.ncr53c8xx363 - Problem of missed SCSI bus reset with the 53C895 fixed by
DChangeLog.lpfc384 empty, the latest insertion is missed and the schedule_timeout
/linux-2.6.39/
DMAINTAINERS46 patch. It avoids people being missed off by mistake and makes