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

/fuchsia/zircon/system/utest/timers/
H A Drules.mk12 $(LOCAL_DIR)/timers.cpp \
14 MODULE_NAME := timers-test
/fuchsia/zircon/kernel/platform/pc/
H A Dhpet.cpp34 struct hpet_timer_registers timers[]; member in struct:hpet_registers
94 /* We only support HPETs that are 64-bit and have at least two timers */
100 /* Make sure all timers have interrupts disabled */
102 hpet_regs->timers[i].conf_caps &= ~TIMER_CONF_INT_EN;
124 hpet_regs->timers[n].conf_caps &= ~TIMER_CONF_INT_EN;
159 uint32_t irq_bitmap = TIMER_CAP_IRQS(hpet_regs->timers[n].conf_caps);
164 uint64_t conf = hpet_regs->timers[n].conf_caps;
167 hpet_regs->timers[n].conf_caps = conf;
188 hpet_regs->timers[n].conf_caps &= ~(TIMER_CONF_PERIODIC |
190 hpet_regs->timers[
[all...]
/fuchsia/zircon/kernel/include/kernel/
H A Dstats.h26 ulong timers; // timer callbacks member in struct:cpu_stats
/fuchsia/zircon/kernel/kernel/
H A Ddebug.cpp137 printf("\ttimers: %lu\n", percpu[i].stats.timers);
251 percpu[i].stats.timers - old_stats[i].timers,
H A Dtimer.cpp301 // if the timer is in a queue, remove it and adjust hardware timers if needed
345 // called at interrupt time to process any pending timers
397 CPU_STATS_INC(timers);
453 // Move all timers from old_cpu to this cpu
551 STATIC_COMMAND_MASKED("timers", "dump the current kernel timer queues", &cmd_timers, CMD_AVAIL_NORMAL)
/fuchsia/zircon/system/uapp/psutils/
H A Dkstats.c88 stats[i].timers - old_stats[i].timers,
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dobject.h321 uint64_t timers; // timer callbacks member in struct:zx_info_cpu_stats
/fuchsia/zircon/kernel/syscalls/
H A Dobject.cpp481 stats.timers = cpu->stats.timers;

Completed in 99 milliseconds