Searched refs:timers (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A DMakefile20 obj-$(CONFIG_M5206) += timers.o
21 obj-$(CONFIG_M5206e) += timers.o
24 obj-$(CONFIG_M5249) += timers.o
26 obj-$(CONFIG_M5272) += timers.o
27 obj-$(CONFIG_M5307) += config.o timers.o
28 obj-$(CONFIG_M532x) += timers.o
30 obj-$(CONFIG_M5407) += timers.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dtimer.c45 list_for_each(entry, &card->timers) {
79 list_add(&timer->list, &card->timers);
90 list_for_each(entry, &card->timers) {
121 list_for_each(entry, &card->timers) {
138 list_for_each(entry, &card->timers) {
H A Dhwaccess.h155 struct list_head timers; member in struct:emu10k1_card
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A DMakefile9 obj-y += entry.o ints.o timers.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-davinci/
H A Dtime.c51 * This driver configures the 2 64-bit count-up timers as 4 independent
52 * 32-bit count-up timers used as follows:
108 static struct timer_s timers[]; variable in typeref:struct:timer_s
157 static struct timer_s timers[] = { variable in typeref:struct:timer_s
189 /* reset both timers, no pre-scaler for timer34 */
193 /* Set both timers to unchained 32-bit */
197 /* Unreset timers */
208 for (i=0; i< ARRAY_SIZE(timers); i++) {
209 struct timer_s *t = &timers[i];
233 timer32_config(&timers[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c30 #include <linux/posix-timers.h>
229 static mmtimer_t ** timers; variable
446 mmtimer_t *base = timers[indx] + i;
520 mmtimer_t *t = timers[nodeid] + i;
609 base = timers[nodeid] + i;
708 timers = kzalloc(sizeof(mmtimer_t *)*maxn, GFP_KERNEL);
709 if (timers == NULL) {
717 timers[node] = kmalloc_node(sizeof(mmtimer_t)*NUM_COMPARATORS, GFP_KERNEL, node);
718 if (timers[node] == NULL) {
724 mmtimer_t * base = timers[nod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-cpu-timers.c6 #include <linux/posix-timers.h>
418 * Clean out CPU timers still ticking when a thread exited. The task
565 * Insert the timer on the appropriate list before any timers that
701 * Guts of sys_timer_settime for CPU timers.
961 * Check for any per-thread CPU timers that have fired and move them off
963 * tsk->it_*_expires values to reflect the remaining thread CPU timers.
969 struct list_head *timers = tsk->cpu_timers; local
973 while (!list_empty(timers)) {
974 struct cpu_timer_list *t = list_first_entry(timers,
985 ++timers;
1029 struct list_head *timers = sig->cpu_timers; local
[all...]
H A DMakefile9 rcupdate.o extable.o params.o posix-timers.o \
10 kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
H A Ditimer.c13 #include <linux/posix-timers.h>
H A Dposix-timers.c2 * linux/kernel/posix-timers.c
5 * 2002-10-15 Posix Clocks & timers
31 * POSIX clocks & timers
45 #include <linux/posix-timers.h>
52 * Management arrays for POSIX timers. Timers are kept in slab memory
70 * Lets keep our timers in a slab cache :-)
180 * Get real time for posix timers
217 * Get monotonic time for posix timers
226 * Initialize everything, well, just everything in Posix clocks/timers ;)
333 * This code is for CLOCK_REALTIME* and CLOCK_MONOTONIC* timers
[all...]
H A Dtimer.c4 * Kernel internal timers, basic process system calls
8 * 1997-01-28 Modified by Finn Arne Gangstad to make timers scale better.
33 #include <linux/posix-timers.h>
122 * up or down to (approximately) full seconds. This is useful for timers
126 * By rounding these timers to whole seconds, all such timers will fire
142 * We don't want all cpus firing their timers at once hitting the
179 * up or down to (approximately) full seconds. This is useful for timers
183 * By rounding these timers to whole seconds, all such timers wil
[all...]
H A Dcompat.c25 #include <linux/posix-timers.h>
H A Dexit.c37 #include <linux/posix-timers.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A DMakefile12 obj-y += cpu/ timers/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c148 /* initialize association timers */
168 /* Initilizes the timers */
170 init_timer(&asoc->timers[i]);
171 asoc->timers[i].function = sctp_timer_events[i];
172 asoc->timers[i].data = (unsigned long) asoc;
380 /* Do we need to go through all of our timers and
386 if (timer_pending(&asoc->timers[i]) &&
387 del_timer(&asoc->timers[i]))
1303 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_SACK];
H A Doutput.c206 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_SACK];
492 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE];
H A Dsm_sideeffect.c290 if (!mod_timer(&asoc->timers[timeout_type], jiffies + (HZ/20)))
542 /* Helper function to break out starting up of heartbeat timers. */
567 /* Stop all heartbeat timers. */
576 /* Helper function to stop any pending T3-RTX timers */
1284 timer = &asoc->timers[cmd->obj.to];
1294 timer = &asoc->timers[cmd->obj.to];
1301 timer = &asoc->timers[cmd->obj.to];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-uc-fr451.S162 # turn on the timers as appropriate
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dint-handler.S223 FEXPORT(cpu_all_int) # HALT, timers, software junk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/ip32/
H A Dmace.h304 struct mace_timers timers; member in struct:mace_perif
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/ip32/
H A Dmace.h304 struct mace_timers timers; member in struct:mace_perif
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c21 #include <linux/posix-timers.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_hw.c2296 unsigned int timers = 0, timers_shift = 22; local
2300 timers = 1;
2303 timers = 2;
2306 timers = 3;
2333 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c53 #include <linux/posix-timers.h>
357 * resolution timers and decoupling time management from timer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h948 /* Since we're using per-destination retransmission timers
1588 struct timer_list timers[SCTP_NUM_TIMEOUT_TYPES]; member in struct:sctp_association

Completed in 145 milliseconds

12