Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gdb/dist/sim/mn10300/
Ddv-mn103tim.c170 struct mn103tim *timers) in attach_mn103tim_regs() argument
188 timers->block[i].base = attach_address; in attach_mn103tim_regs()
192 timers->block[i].bound = attach_address + (attach_size - 1); in attach_mn103tim_regs()
203 struct mn103tim *timers; in mn103tim_finish() local
206 timers = HW_ZALLOC (me, struct mn103tim); in mn103tim_finish()
207 set_hw_data (me, timers); in mn103tim_finish()
213 attach_mn103tim_regs (me, timers); in mn103tim_finish()
218 timers->reg[i].mode = 0x00; in mn103tim_finish()
219 timers->reg[i].base = 0; in mn103tim_finish()
223 timers->timer[i].event = NULL; in mn103tim_finish()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/lm32/
Ddv-lm32timer.c92 struct lm32timer *timers = hw_data (me); in lm32timer_io_write_buffer() local
106 timer_reg = base - timers->base; in lm32timer_io_write_buffer()
111 timers->status = value; in lm32timer_io_write_buffer()
114 timers->control = value; in lm32timer_io_write_buffer()
115 if (timers->control & 0x4) in lm32timer_io_write_buffer()
122 timers->period = value; in lm32timer_io_write_buffer()
136 struct lm32timer *timers = hw_data (me); in lm32timer_io_read_buffer() local
143 timer_reg = base - timers->base; in lm32timer_io_read_buffer()
148 value = timers->status; in lm32timer_io_read_buffer()
151 value = timers->control; in lm32timer_io_read_buffer()
[all …]
/netbsd/src/sys/dev/ic/
Dam9513reg.h260 #define AM9513_CMD_ARM(timers) _AM9513_CMD(0x20 | (timers)) argument
261 #define AM9513_CMD_LOAD(timers) _AM9513_CMD(0x40 | (timers)) argument
262 #define AM9513_CMD_LOAD_ARM(timers) _AM9513_CMD(0x60 | (timers)) argument
263 #define AM9513_CMD_SAVE(timers) _AM9513_CMD(0xA0 | (timers)) argument
264 #define AM9513_CMD_DISARM(timers) _AM9513_CMD(0xC0 | (timers)) argument
/netbsd/src/external/bsd/libbind/dist/isc/
Dev_timers.c213 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()
222 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer()
245 if (heap_element(ctx->timers, del->index) != del) in evClearTimer()
248 if (heap_delete(ctx->timers, del->index) < 0) in evClearTimer()
254 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer()
272 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
298 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()
327 result = heap_increased(ctx->timers, timer->index); in evResetTimer()
333 result = heap_decreased(ctx->timers, timer->index); in evResetTimer()
339 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer()
[all …]
Deventlib.c131 ctx->timers = evCreateTimers(ctx); in evCreate()
132 if (ctx->timers == NULL) in evCreate()
267 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) { in evGetNext()
617 if (heap_element(ctx->timers, this->index) != this) { in evDrop()
Deventlib_p.h255 heap_context timers; member
/netbsd/src/lib/libc/isc/
Dev_timers.c230 if (heap_insert(ctx->timers, id) < 0) in evSetTimer()
239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer()
262 if (heap_element(ctx->timers, del->index) != del) in evClearTimer()
265 if (heap_delete(ctx->timers, del->index) < 0) in evClearTimer()
271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer()
289 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer()
315 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer()
344 result = heap_increased(ctx->timers, timer->index); in evResetTimer()
350 result = heap_decreased(ctx->timers, timer->index); in evResetTimer()
356 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer()
[all …]
Deventlib_p.h255 heap_context timers; member
/netbsd/src/external/bsd/atf/dist/tools/
Dtimers.hpp40 namespace timers { namespace
Dtimers.cpp43 namespace impl = tools::timers;
/netbsd/src/doc/roadmaps/
Dmobile25 1. Tickless timers/scheduling
44 1. Tickless timers/scheduling
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/
Dracoon.conf.in40 # Specify various default timers.
/netbsd/src/external/bsd/libbind/dist/
Dport_before.h.in34 #include <sys/timers.h>
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dwhatsnew-2.1.txt81 timers to be more efficient, or more precise. (This only has effect
83 precise timers, use the EVENT_BASE_FLAG_PRECISE_TIMER flag when
577 2.6. Coarse timers by default on Linux
586 To disable coarse timers, and get a more plausible precision, use the
633 Using monotonic timers makes Libevent more resilient to changes in the
/netbsd/src/external/bsd/libevent/dist/
Dwhatsnew-2.1.txt81 timers to be more efficient, or more precise. (This only has effect
83 precise timers, use the EVENT_BASE_FLAG_PRECISE_TIMER flag when
577 2.6. Coarse timers by default on Linux
586 To disable coarse timers, and get a more plausible precision, use the
633 Using monotonic timers makes Libevent more resilient to changes in the
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
DINSTALL432 (timers) are inlined in any module that calls them. This gives a
570 virtual - an extension of the user environment (includes timers)
581 support for timers and events and redundant VM calls.
/netbsd/src/sys/arch/evbarm/conf/
DARMADILLO210136 # On-chip timers
DBCM5301X235 # Watchdog timers
DBCM56340235 # Watchdog timers
DARMADILLO9143 # On-chip timers
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_t3_hw.c2470 unsigned int timers = 0, timers_shift = 22; in partition_mem() local
2474 timers = 1; in partition_mem()
2477 timers = 2; in partition_mem()
2480 timers = 3; in partition_mem()
2507 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m); in partition_mem()
/netbsd/src/sys/arch/sandpoint/
DREADME115 4 global timers
/netbsd/src/usr.sbin/timed/
DCHANGES104 more than 30 hosts. Given the timers in the code and
/netbsd/src/usr.sbin/timed/timed/
DCHANGES113 more than 30 hosts. Given the timers in the code and
/netbsd/src/sys/net80211/
DCHANGES570 this is needed by drivers that want to resync their timers based on
576 can better program beacon timers

123