Searched refs:jitter (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.c88 struct timeval *avahi_elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
96 if (jitter) {
116 /* We use the same jitter for 10 seconds. That way our
120 avahi_timeval_add(tv, (AvahiUsec) (jitter*1000.0*r/(RAND_MAX+1.0)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtimex.h116 long jitter; /* pps jitter (us) (ro) */ member in struct:timex
119 long jitcnt; /* jitter limit exceeded (ro) */
166 #define STA_PPSJITTER 0x0200 /* PPS signal jitter exceeded (ro) */
245 * Setting jitter compensates for a fluctuating timesource by comparing
255 u8 jitter; /* if set compensate for fluctuations */ member in struct:time_interpolator
H A Dcompat.h61 compat_long_t jitter; member in struct:compat_timex
H A Dpkt_sched.h445 __u32 jitter; /* random jitter in latency (us) */ member in struct:tc_netem_qopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_netem.c155 if (get_ticks(&opt.jitter, *argv)) {
245 if (dist_size > 0 && (opt.latency == 0 || opt.jitter == 0)) {
246 fprintf(stderr, "distribution specified but no latency and jitter values\n");
302 if (qopt.jitter) {
303 fprintf(f, " %s", sprint_ticks(qopt.jitter, b1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_netem.c42 packets and add random jitter (and correlation). The random
61 psched_tdiff_t jitter; member in struct:netem_sched_data
217 delay = tabledist(q->latency, q->jitter,
426 q->jitter = qopt->jitter;
607 qopt.jitter = q->jitter;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpdec.c100 s->jitter= 0;
155 * difference between the arrival and sent timestamp. As a result, the jitter and transit statistics values
164 s->jitter += d - ((s->jitter + 8)>>4);
224 put_be32(pb, stats->jitter>>4); /* jitter */
H A Drtpdec.h92 uint32_t jitter; ///< estimated jitter. member in struct:__anon731
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprobe-sched.c103 static void job_set_elapse_time(AvahiProbeScheduler *s, AvahiProbeJob *pj, unsigned msec, unsigned jitter) { argument
109 avahi_elapse_time(&tv, msec, jitter);
H A Dquery-sched.c124 static void job_set_elapse_time(AvahiQueryScheduler *s, AvahiQueryJob *qj, unsigned msec, unsigned jitter) { argument
130 avahi_elapse_time(&tv, msec, jitter);
H A Dresponse-sched.c41 /* Additional jitter for deferred packets */
126 static void job_set_elapse_time(AvahiResponseScheduler *s, AvahiResponseJob *rj, unsigned msec, unsigned jitter) { argument
132 avahi_elapse_time(&tv, msec, jitter);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_fsm.c65 /* BGP start timer jitter. */
78 int jitter = 0;
94 jitter = bgp_start_jitter (peer->v_start);
96 peer->v_start + jitter);
77 int jitter = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h446 __u32 jitter; /* random jitter in latency (us) */ member in struct:tc_netem_qopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dtime.c226 if (!nojitter) itc_interpolator.jitter = 1;
H A Dasm-offsets.c266 DEFINE(IA64_TIME_INTERPOLATOR_JITTER_OFFSET, offsetof (struct time_interpolator, jitter));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dntp.c346 txc->jitter = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcompat.c927 __get_user(txc.jitter, &utp->jitter) ||
952 __put_user(txc.jitter, &utp->jitter) ||
H A Dtimer.c1370 if (time_interpolator->jitter)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c639 s32 jitter; member in struct:sol_timex
698 err |= __put_user (t.jitter, &txp->jitter);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c810 static struct timeval *elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
818 if (jitter)
819 avahi_timeval_add(tv, (AvahiUsec) (jitter*1000.0*rand()/(RAND_MAX+1.0)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripngd.c1625 int jitter = 0;
1639 /* Update timer jitter. */
1640 jitter = ripng_update_jitter (ripng->update_time);
1644 sock ? 2 : ripng->update_time + jitter);
1622 int jitter = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Dripd.c2711 int jitter = 0;
2724 jitter = rip_update_jitter (rip->update_time);
2727 sock ? 2 : rip->update_time + jitter);
2707 int jitter = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c1194 long jitter; /* pps jitter (us) (ro) */ member in struct:timex32
1197 long jitcnt; /* jitter limit exceeded (ro) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Daiptek.c34 * v1.2 - Reworked jitter timer as a kernel thread.
39 * v1.4 - Re-wire jitter so it does not require a thread. Courtesy of
46 * v1.5 - Added previousJitterable, so we don't do jitter delay when the
327 int inDelay; /* jitter: in jitter delay? */
328 unsigned long endDelay; /* jitter: time when delay ends */
753 * notion that jitter occurs when the button state changes from on to off:
756 * WILL transition through a jitter delay.
1352 * support routines for the 'jitter' file. Note that this file
1377 static DEVICE_ATTR(jitter,
[all...]

Completed in 171 milliseconds