Searched refs:system_time (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dtimefilter.h73 * system_time, in seconds, should be the value of the system clock time,
80 double ff_timefilter_update(TimeFilter *self, double system_time, double period);
H A Dtimefilter.c59 double ff_timefilter_update(TimeFilter *self, double system_time, double period) argument
64 self->cycle_time = system_time;
69 loop_error = system_time - self->cycle_time;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dtimefilter.h77 * system_time, in seconds, should be the value of the system clock time,
84 double ff_timefilter_update(TimeFilter *self, double system_time, double period);
H A Dtimefilter.c72 double ff_timefilter_update(TimeFilter *self, double system_time, double period) argument
76 self->cycle_time = system_time;
80 loop_error = system_time - self->cycle_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpvclock-abi.h29 u64 system_time; member in struct:pvclock_vcpu_time_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpvclock-abi.h35 u64 system_time; member in struct:pvclock_vcpu_time_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dotime.c50 update_now (const time_t system_time) argument
54 time_t real_time = system_time + now_adj;
H A Dotime.h58 void update_now (const time_t system_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpaca.h136 u64 system_time; /* accumulated system TB ticks */ member in struct:paca_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dxen.h303 uint64_t system_time; /* Time, in nanosecs, since boot. */ member in struct:vcpu_time_info
306 * system_time + ((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpvclock.c99 dst->system_timestamp = src->system_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtime.c246 sys_time = get_paca()->system_time;
251 get_paca()->system_time = 0;
H A Dasm-offsets.c196 DEFINE(PACA_SYSTEM_TIME, offsetof(struct paca_struct, system_time));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c920 vcpu->hv_clock.system_time = ts.tv_nsec +

Completed in 149 milliseconds