Home
last modified time | relevance | path

Searched defs:ticks (Results 1 – 25 of 101) sorted by relevance

12345

/netbsd-src/sys/arch/sun68k/stand/libsa/
H A Dclock.c15 long ticks; in getsecs() local
24 long ticks; in getticks() local
/netbsd-src/sys/arch/shark/isa/
H A Dclock.c311 unsigned current, ticks, oldlo; in gettimer0count() local
341 static int ticks = 0; in clockintr() local
422 int ticks, otick; in delay() local
480 int ticks; in findcpuspeed() local
/netbsd-src/sys/arch/pmax/stand/common/
H A Dclock.c40 long ticks; in getsecs() local
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintactivenat.c20 printactivenat(nat, opts, ticks) in printactivenat() argument
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dcompletion.h193 unsigned long ticks) in wait_for_completion_interruptible_timeout()
232 wait_for_completion_timeout(struct completion *completion, unsigned long ticks) in wait_for_completion_timeout()
/netbsd-src/external/mit/libuv/dist/test/
H A Dbenchmark-loop-count.c30 static unsigned long ticks; variable
H A Dtest-tcp-oob.c36 static int ticks; variable
H A Dtest-poll-oob.c40 static int ticks; variable
H A Dtest-tcp-unexpected-read.c33 static unsigned long ticks; /* event loop ticks */ variable
/netbsd-src/sys/arch/arm/at91/
H A Dat91tctmr.c301 int prev_ticks, ticks, ticks2; in udelay() local
365 unsigned int ticks = (usec + sc->sc_usec_per_tick - 1) / sc->sc_usec_per_tick; in delay() local
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dkcondvar.h55 int ticks = ((uint64_t)tim * hz) / 1000000000; in cv_timedwait_hires() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dtime.d2142 long ticks = void; in MonoTimeImpl() local
2340 long ticks = 7333; local
2371 long ticks = 7333; local
2625 long convClockFreq(long ticks, long srcTicksPerSecond, long dstTicksPerSecond) @safe pure nothrow @… in convClockFreq()
2723 long ticksToNSecs(long ticks) @safe pure nothrow @nogc in ticksToNSecs()
2743 long nsecsToTicks(long ticks) @safe pure nothrow @nogc in ticksToNSecs()
2750 long ticks = 123409832717333; in ticksToNSecs() variable
3382 ulong ticks = void; in currSystemTick() local
/netbsd-src/sys/arch/arm/ti/
H A Dam3_platform.c117 long ticks = n * 24; in am33xx_platform_delay() local
H A Domap3_platform.c177 long ticks = howmany(n * 32768, 1000000); in omap3_platform_delay() local
/netbsd-src/sys/arch/riscv/riscv/
H A Dclock_machdep.c156 const uint64_t ticks = (uint64_t)us * timer_ticks_per_usec; in delay() local
/netbsd-src/sys/dev/
H A Dspkr_audio.c66 spkr_audio_tone(device_t self, u_int xhz, u_int ticks) in spkr_audio_tone()
/netbsd-src/external/bsd/libevent/dist/
H A Devutil_time.c508 DWORD ticks = GetTickCount(); in evutil_GetTickCount_() local
558 ev_uint64_t ticks = evutil_GetTickCount_(base); in evutil_gettime_monotonic_() local
/netbsd-src/sys/rump/librump/rumpkern/
H A Dlocks_up.c374 cv_timedwait(kcondvar_t *cv, kmutex_t *mtx, int ticks) in cv_timedwait()
402 cv_timedwait_sig(kcondvar_t *cv, kmutex_t *mtx, int ticks) in cv_timedwait_sig()
/netbsd-src/sys/dev/isa/
H A Dspkr_pcppi.c83 spkr_pcppi_tone(device_t self, u_int xhz, u_int ticks) in spkr_pcppi_tone()
/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_work.c895 schedule_delayed_work(struct delayed_work *dw, unsigned long ticks) in schedule_delayed_work()
974 unsigned long ticks) in queue_delayed_work()
1047 unsigned long ticks) in mod_delayed_work()
/netbsd-src/usr.bin/time/
H A Dtime.c166 unsigned long long ticks; in main() local
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dclock.c144 long ticks; decr_intr() local
/netbsd-src/sys/arch/sgimips/dev/
H A Dctl.c200 int ticks = ((averunnable.ldavg[0] + FSCALE) * hz) >> (FSHIFT + 1); in ctl_blink() local
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Dconsole.c273 unsigned long ticks; in getchar() local
/netbsd-src/sys/arch/i386/pci/
H A Dgeodewdg.c168 uint32_t ticks; in geode_wdog_setmode() local

12345