Searched refs:tick (Results 1 - 25 of 121) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A DMakefile4 obj-$(CONFIG_GENERIC_CLOCKEVENTS) += tick-common.o
5 obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += tick-broadcast.o
6 obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o
7 obj-$(CONFIG_TICK_ONESHOT) += tick-sched.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dpariscid.pl135 my ($tick,$lasttick)=("%r23","%r22");
146 mfctl %cr16,$tick
147 copy $tick,$lasttick
151 ldw 0($out),$tick
152 add $diff,$tick,$tick
153 stw $tick,0($out)
155 mfctl %cr16,$tick
156 sub $tick,$lasttick,$diff
157 copy $tick,
[all...]
H A Dsparccpuid.S226 .word 0x91410000 !rd %tick,%o0
264 ! a lot of %tick-s, couple of thousand on Linux...
270 .word 0x91410000 !rd %tick,%o0
273 .word 0x93410000 !rd %tick,%o1
276 .word 0x95410000 !rd %tick,%o2
279 .word 0x97410000 !rd %tick,%o3
282 .word 0x99410000 !rd %tick,%o4
435 .word 0x99410000 !rd %tick,%o4 ! tick
436 mov %o4,%o5 ! lasttick = tick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dpariscid.pl135 my ($tick,$lasttick)=("%r23","%r22");
146 mfctl %cr16,$tick
147 copy $tick,$lasttick
151 ldw 0($out),$tick
152 add $diff,$tick,$tick
153 stw $tick,0($out)
155 mfctl %cr16,$tick
156 sub $tick,$lasttick,$diff
157 copy $tick,
[all...]
H A Dsparccpuid.S226 .word 0x91410000 !rd %tick,%o0
264 ! a lot of %tick-s, couple of thousand on Linux...
270 .word 0x91410000 !rd %tick,%o0
273 .word 0x93410000 !rd %tick,%o1
276 .word 0x95410000 !rd %tick,%o2
279 .word 0x97410000 !rd %tick,%o3
282 .word 0x99410000 !rd %tick,%o4
435 .word 0x99410000 !rd %tick,%o4 ! tick
436 mov %o4,%o5 ! lasttick = tick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dqueue.h24 u32_t tick; member in struct:zsQueueCell
H A Dqueue.c56 u16_t zfQueuePutNcs(zdev_t* dev, struct zsQueue* q, zbuf_t* buf, u32_t tick) argument
65 q->cell[q->tail].tick = tick;
73 u16_t zfQueuePut(zdev_t* dev, struct zsQueue* q, zbuf_t* buf, u32_t tick) argument
80 ret = zfQueuePutNcs(dev, q, buf, tick);
150 q->cell[index].tick = q->cell[next].tick;
191 void zfQueueAge(zdev_t* dev, struct zsQueue* q, u32_t tick, u32_t msAge) argument
204 buftick = q->cell[q->head].tick;
205 if (((tick
[all...]
H A Dperformance.h84 void zfiTxPerformanceMSDU(zdev_t* dev, u32_t tick);
85 void zfiRxPerformanceMSDU(zdev_t* dev, u32_t tick);
86 void zfiTxPerformanceMPDU(zdev_t* dev, u32_t tick);
H A Dchb.c33 wd->tick++;
36 if ((wd->tick & 0xff) == 0)
45 if ((wd->tick % 10) == 9)
104 if((wd->tick & 0x7f) == 0x3f)
119 /* Maintain management time tick */
H A Dperformance.c40 zm_summary.tick_base = wd->tick;
157 zm_summary.tick_base = wd->tick;
206 void zfiTxPerformanceMSDU(zdev_t* dev, u32_t tick) argument
211 index = tick - zm_summary.tick_base;
219 //DbgPrint("wd->tick exceeded tick_base+100!\n");
223 void zfiRxPerformanceMSDU(zdev_t* dev, u32_t tick) argument
228 index = tick - zm_summary.tick_base;
236 //DbgPrint("wd->tick exceeded tick_base+100!\n");
240 void zfiTxPerformanceMPDU(zdev_t* dev, u32_t tick) argument
245 index = tick
[all...]
H A Dratectrl.c328 rcCell->lastTime = wd->tick;
329 rcCell->probingTime = wd->tick;
399 rcCell->lastTime = wd->tick;
498 zm_msg1_tx(ZM_LV_3, "tick=", wd->tick);
518 rcCell->probingTime = wd->tick;
522 else if ((((wd->tick - rcCell->probingTime) > (ZM_RATE_CTRL_PROBING_INTERVAL_MS/ZM_MS_PER_TICK))
580 rcCell->probingTime = wd->tick;
583 if( (wd->tick > 1000)
584 && ((wd->tick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_timer.h28 snd_seq_tick_time_t cur_tick; /* current tick */
29 unsigned long resolution; /* time per tick in nsec */
30 unsigned long fraction; /* current time per tick in nsec */
39 unsigned int tempo; /* current tempo, us/tick */
43 struct snd_seq_timer_tick tick; /* current tick */ member in struct:snd_seq_timer
68 static inline void snd_seq_timer_update_tick(struct snd_seq_timer_tick *tick, argument
71 if (tick->resolution > 0) {
72 tick->fraction += resolution;
73 tick
[all...]
H A Dseq_prioq.c108 return (snd_seq_compare_tick_time(&a->time.tick, &b->time.tick));
125 if (a->time.tick > b->time.tick)
127 else if (a->time.tick == b->time.tick)
279 if (cell->event.time.tick)
356 res = snd_seq_compare_tick_time(&ev->time.tick, &info->time.tick);
364 res = snd_seq_compare_tick_time(&ev->time.tick,
[all...]
H A Dseq_timer.c39 tmr->tick.resolution = (tmr->tempo * 1000) / tmr->ppq;
45 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * 1000;
46 tmr->tick.resolution += s;
48 if (tmr->tick.resolution <= 0)
49 tmr->tick.resolution = 1;
50 snd_seq_timer_update_tick(&tmr->tick, 0);
122 tmr->tick.cur_tick = 0;
123 tmr->tick.fraction = 0;
157 /* calculate current tick */
158 snd_seq_timer_update_tick(&tmr->tick, resolutio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dschedule.c122 sched_new(tick, func, param)
123 time_t tick;
140 new->tick = tick;
142 new->xtime = current_time() + tick;
254 dst->tick = p->tick;
289 test(tick)
290 int *tick;
292 printf("execute %d\n", *tick);
299 int *tick; local
[all...]
H A Dschedule.h48 time_t tick; /* for debug */ member in struct:sched
67 time_t tick; member in struct:scheddump
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_core.h8 long tc_core_tick2usec(long tick);
H A Dtc_core.c35 long tc_core_tick2usec(long tick) argument
37 return tick/tick_in_usec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp_utils.cpp61 uint64 tick; local
64 tick = UTGetTickCount64();
71 int64 tick_diff = tick - startGetTickCount;
98 uint64_t tick; local
100 tick = mach_absolute_time();
104 start_tick = tick;
107 return ((tick - start_tick) * sTimebaseInfo.numer) / (sTimebaseInfo.denom * 1000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-time.c67 unsigned int tick = 0; local
83 while (tick < 100) {
88 tick++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c75 txc.tick = xatol(opt_t);
114 "-t tick: %ld\n"
119 txc.precision, txc.tolerance, txc.tick,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadQueue.cpp78 uint32 tick = GetTickCount(); local
79 m_lastSort = tick;
86 if (tick - cur_client->GetLastUpRequest() > MAX_PURGEQUEUETIME
239 uint32 tick = GetTickCount(); local
248 if (tick - m_nLastStartUpload < 1000
250 if (m_waitinglist.empty() || tick - m_nLastStartUpload < 1000
257 m_nLastStartUpload = tick;
291 if ((sint32) (tick - m_lastSort) > MIN2MS(2)) {
500 uint32 tick = GetTickCount();
503 if (m_waitinglist.empty() && tick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_ratelim.c56 already used who-knows-how-much bandwidth this tick. We
77 /* It's okay if the tick number overflows, since we'll just
117 unsigned tick; local
119 tick = ev_token_bucket_get_tick(&now, bev->rate_limiting->cfg);
120 if (tick != bev->rate_limiting->limit.last_updated)
122 bev->rate_limiting->cfg, tick);
130 * fewer if we knew that the tick length was an integer number of
398 unsigned tick; local
410 tick = ev_token_bucket_get_tick(&now,
414 tick);
531 unsigned tick; local
567 ev_uint32_t tick; local
643 ev_uint32_t tick; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Didle.c14 #include <linux/tick.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Didle.c27 #include <linux/tick.h>

Completed in 314 milliseconds

12345