Searched refs:timespec (Results 176 - 200 of 413) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dnetmisc.c937 struct timespec
940 struct timespec ts;
954 cifs_UnixTimeToNT(struct timespec t)
963 struct timespec cnvrtDosUnixTm(__le16 le_date, __le16 le_time, int offset)
965 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dnamei_vfat.c583 struct timespec *ts,
660 int cluster, struct timespec *ts,
780 struct timespec ts;
868 struct timespec ts;
917 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtime.c733 int update_persistent_clock(struct timespec now)
747 static void __read_persistent_clock(struct timespec *ts)
774 void read_persistent_clock(struct timespec *ts)
797 void update_vsyscall(struct timespec *wall_time, struct timespec *wtm,
H A Dsys_ppc32.c233 struct timespec t;
239 ret = sys_sched_rr_get_interval((int)pid, (struct timespec __user *) &t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dcompat.c243 struct timespec *ts = (struct timespec *)data;
478 int compat_sock_get_timestampns(struct sock *sk, struct timespec __user *userstamp)
483 struct timespec ts;
760 struct timespec ktspec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.c818 const char *fmt, *timespec; member in struct:fmt_timespec_entry
830 printf("fmt:'%s' spec:'%s' -> ", e->fmt, e->timespec);
831 p = av_small_strptime(e->timespec, e->fmt, &tm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daudit.h461 struct timespec *t, unsigned int *serial);
474 extern void __audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout);
502 static inline void audit_mq_sendrecv(mqd_t mqdes, size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout)
H A Dcompat.h84 extern int get_compat_timespec(struct timespec *, const struct compat_timespec __user *);
85 extern int put_compat_timespec(const struct timespec *, struct compat_timespec __user *);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbsd_timer.c74 static void TIMESPEC_TO_TIMEVAL(struct timeval *tv, const struct timespec *ts)
80 static void TIMEVAL_TO_TIMESPEC(const struct timeval *tv, struct timespec *ts)
185 struct timespec * tp /* where to store current time */
H A Dlinux_timer.c76 static void TIMESPEC_TO_TIMEVAL(struct timeval *tv, const struct timespec *ts)
82 static void TIMEVAL_TO_TIMESPEC(const struct timeval *tv, struct timespec *ts)
189 struct timespec * tp /* where to store current time */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dlinux32.c146 struct timespec t;
151 ret = sys_sched_rr_get_interval(pid, (struct timespec __user *)&t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h102 struct timespec lag;
103 struct timespec lag_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c117 struct timespec a, b, c;
185 struct timespec a, b, c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat.c83 struct timespec tv[2];
97 struct timespec tv[2];
112 struct timespec tv[2];
554 struct timespec t;
555 struct timespec __user *ut = NULL;
1598 static int poll_select_copy_remaining(struct timespec *end_time, void __user *p,
1601 struct timespec ts;
1731 struct timespec *end_time)
1804 struct timespec end_time, *to = NULL;
1852 struct timespec end_tim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c171 static struct timespec pb_timer_last;
178 static struct timespec pb_pos_stamp;
383 player_get_current_pos_clock(uint64_t *pos, struct timespec *ts, int commit)
426 player_get_current_pos_laudio(uint64_t *pos, struct timespec *ts, int commit)
456 player_get_current_pos(uint64_t *pos, struct timespec *ts, int commit)
477 struct timespec ts;
1076 struct timespec ts;
1324 struct timespec ts;
1669 struct timespec ts;
1871 struct timespec t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_direct.h294 struct timespec snd_pcm_hw_fast_tstamp(snd_pcm_t *pcm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifsinfo.c285 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_catia.c188 const char *path, const struct timespec ts[2])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-int.h191 struct timespec firstsel;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h422 typedef struct timespec threadsync_timeout_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drepmgr_ext.h50 void __repmgr_compute_wait_deadline __P((ENV*, struct timespec *, db_timeout_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dfbdev_dec.c149 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_unix.c163 struct timespec ts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_main.h126 struct timespec send_stamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-event.c171 struct timespec timestamp;

Completed in 182 milliseconds

1234567891011>>