| /netbsd/src/external/gpl3/gdb/dist/sim/mn10300/ |
| D | dv-mn103tim.c | 170 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/ |
| D | dv-lm32timer.c | 92 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/ |
| D | am9513reg.h | 260 #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/ |
| D | ev_timers.c | 213 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 …]
|
| D | eventlib.c | 131 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()
|
| D | eventlib_p.h | 255 heap_context timers; member
|
| /netbsd/src/lib/libc/isc/ |
| D | ev_timers.c | 230 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 …]
|
| D | eventlib_p.h | 255 heap_context timers; member
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | timers.hpp | 40 namespace timers { namespace
|
| D | timers.cpp | 43 namespace impl = tools::timers;
|
| /netbsd/src/doc/roadmaps/ |
| D | mobile | 25 1. Tickless timers/scheduling 44 1. Tickless timers/scheduling
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/samples/ |
| D | racoon.conf.in | 40 # Specify various default timers.
|
| /netbsd/src/external/bsd/libbind/dist/ |
| D | port_before.h.in | 34 #include <sys/timers.h>
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | whatsnew-2.1.txt | 81 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/ |
| D | whatsnew-2.1.txt | 81 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/ |
| D | INSTALL | 432 (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/ |
| D | ARMADILLO210 | 136 # On-chip timers
|
| D | BCM5301X | 235 # Watchdog timers
|
| D | BCM56340 | 235 # Watchdog timers
|
| D | ARMADILLO9 | 143 # On-chip timers
|
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_t3_hw.c | 2470 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/ |
| D | README | 115 4 global timers
|
| /netbsd/src/usr.sbin/timed/ |
| D | CHANGES | 104 more than 30 hosts. Given the timers in the code and
|
| /netbsd/src/usr.sbin/timed/timed/ |
| D | CHANGES | 113 more than 30 hosts. Given the timers in the code and
|
| /netbsd/src/sys/net80211/ |
| D | CHANGES | 570 this is needed by drivers that want to resync their timers based on 576 can better program beacon timers
|