Searched refs:CLOCK_MONOTONIC (Results 26 - 50 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c122 case CLOCK_MONOTONIC:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/solaris/
H A Dtimer.c91 if (timer_create (CLOCK_MONOTONIC, &se, &timerid) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dasm-offsets.c70 DEFINE(CLOCK_MONOTONIC, CLOCK_MONOTONIC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhrtimer.c73 .index = CLOCK_MONOTONIC,
99 base->clock_base[CLOCK_MONOTONIC].softirq_time =
726 base->clock_base[CLOCK_MONOTONIC].resolution = KTIME_HIGH_RES;
1155 clock_id = CLOCK_MONOTONIC;
1614 return hrtimer_nanosleep(&tu, rmtp, HRTIMER_MODE_REL, CLOCK_MONOTONIC);
1753 * @clock: timer clock, CLOCK_MONOTONIC or CLOCK_REALTIME
1831 CLOCK_MONOTONIC);
H A Dwatchdog.c417 hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtick-sched.c633 hrtimer_init(&ts->sched_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
765 hrtimer_init(&ts->sched_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dtimerfd.c174 (clockid != CLOCK_MONOTONIC &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsh_dac_audio.c308 hrtimer_init(&hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-pcm-fiq.c202 hrtimer_init(&iprtd->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent.c130 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
133 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)
146 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
150 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dtimer.c189 tfd = timerfd_create(CLOCK_MONOTONIC, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_input.c295 hrtimer_init(&ds->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
H A Dgpio_matrix.c361 hrtimer_init(&kp->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_vsync.c246 hrtimer_init(&mfd->dma_hrtimer, CLOCK_MONOTONIC,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dwalkera0701.c257 hrtimer_init(&w->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c923 hrtimer_init(&op->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
931 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
1094 hrtimer_init(&op->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
1101 hrtimer_init(&op->thrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sh/
H A Dsh_dac_audio.c367 hrtimer_init(&chip->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2.c427 #if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
446 #if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
476 #if HAVE_CLOCK_GETTIME && defined(CLOCK_MONOTONIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c329 #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
336 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)
362 #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
366 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
400 #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
1865 #if defined(_EVENT_HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_local.h959 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
961 clock_gettime(CLOCK_MONOTONIC, tstamp);
969 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
H A Dpcm_file.c783 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
784 pcm->monotonic = clock_gettime(CLOCK_MONOTONIC, &timespec) == 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-input.c171 hrtimer_init(&ir->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dasm-offsets.c371 DEFINE(CLOCK_MONOTONIC, CLOCK_MONOTONIC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dfsys.S184 #define CLOCK_MONOTONIC 1 define
367 cmp4.ltu p6, p0 = CLOCK_MONOTONIC, r32
368 // Fallback if this is not CLOCK_REALTIME or CLOCK_MONOTONIC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c388 ret = clock_gettime(CLOCK_MONOTONIC, ts);
432 ret = clock_gettime(CLOCK_MONOTONIC, ts);
1711 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
2042 ret = clock_gettime(CLOCK_MONOTONIC, &pb_pos_stamp);
2056 pb_timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);

Completed in 133 milliseconds

1234