Searched refs:CLOCK_MONOTONIC (Results 51 - 75 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_driver.c47 unsigned int uvc_clock_param = CLOCK_MONOTONIC;
1917 if (uvc_clock_param == CLOCK_MONOTONIC)
1918 return sprintf(buffer, "CLOCK_MONOTONIC");
1929 uvc_clock_param = CLOCK_MONOTONIC;
H A Duvc_video.c425 if (uvc_clock_param == CLOCK_MONOTONIC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmsm_fb.c577 hrtimer_init(&msmfb->fake_vsync, CLOCK_MONOTONIC,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dsynaptics_i2c_rmi.c500 hrtimer_init(&ts->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_hw.c1158 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
1161 if (clock_gettime(CLOCK_MONOTONIC, &timespec) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c1050 #ifdef CLOCK_MONOTONIC
1051 if (clock_gettime(CLOCK_MONOTONIC, &ts) != -1)
1052 clkid = CLOCK_MONOTONIC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_api.c480 hrtimer_init(&wd->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
1691 hrtimer_get_res(CLOCK_MONOTONIC, &ts);
H A Dsch_cbq.c1348 hrtimer_init(&q->delay_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfutex.c1804 CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
2161 * @clockrt: whether to use CLOCK_REALTIME (1) or CLOCK_MONOTONIC (0)
2212 CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
H A Dposix-timers.c299 register_posix_clock(CLOCK_MONOTONIC, &clock_monotonic);
384 * This code is for CLOCK_REALTIME* and CLOCK_MONOTONIC* timers.
H A Dcompat.c144 HRTIMER_MODE_REL, CLOCK_MONOTONIC);
H A Dfork.c890 hrtimer_init(&sig->real_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
H A Dsched.c198 CLOCK_MONOTONIC, HRTIMER_MODE_REL);
1149 hrtimer_init(&rq->hrtick_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dio.c858 hrtimer_init(&wbuf->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Di8254.c709 CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
H A Dlapic.c1068 hrtimer_init(&apic->lapic_timer.timer, CLOCK_MONOTONIC,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Ddummy.c461 hrtimer_init(&dpcm->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_daap.c2827 clock_gettime(CLOCK_MONOTONIC, &start);
2831 clock_gettime(CLOCK_MONOTONIC, &end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dap_bus.c1677 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dads7846.c966 hrtimer_init(&ts->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-bpf.c311 (void) clock_gettime(CLOCK_MONOTONIC, &cur);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-cdev.c1179 case CLOCK_MONOTONIC: do_posix_clock_monotonic_gettime(&ts); break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c158 clock_gettime(CLOCK_MONOTONIC, &ts);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dkvm-ia64.c1249 hrtimer_init(&vcpu->arch.hlt_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c2612 clock_gettime (CLOCK_MONOTONIC, &ts);

Completed in 270 milliseconds

1234