Searched refs:tstamp (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dtime.h69 static inline unsigned long tb_ticks_since(unsigned long tstamp) argument
71 return get_tb() - tstamp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dtime.h69 static inline unsigned long tb_ticks_since(unsigned long tstamp) argument
71 return get_tb() - tstamp;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dtime.h106 extern __inline__ unsigned tb_ticks_since(unsigned tstamp) { argument
108 int delta = get_rtcl() - tstamp;
111 return get_tbl() - tstamp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dtime.h106 extern __inline__ unsigned tb_ticks_since(unsigned tstamp) { argument
108 int delta = get_rtcl() - tstamp;
111 return get_tbl() - tstamp;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dif_inet6.h30 unsigned long tstamp; member in struct:inet6_ifaddr
H A Dtcp.h1403 static __inline__ void tcp_build_and_update_options(__u32 *ptr, struct tcp_opt *tp, __u32 tstamp) argument
1410 *ptr++ = htonl(tstamp);
1439 int offer_wscale, int wscale, __u32 tstamp, __u32 ts_recent)
1462 *ptr++ = htonl(tstamp); /* TSVAL */
1438 tcp_syn_build_options(__u32 *ptr, int mss, int ts, int sack, int offer_wscale, int wscale, __u32 tstamp, __u32 ts_recent) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dif_inet6.h30 unsigned long tstamp; member in struct:inet6_ifaddr
H A Dtcp.h1404 static __inline__ void tcp_build_and_update_options(__u32 *ptr, struct tcp_opt *tp, __u32 tstamp) argument
1411 *ptr++ = htonl(tstamp);
1440 int offer_wscale, int wscale, __u32 tstamp, __u32 ts_recent)
1463 *ptr++ = htonl(tstamp); /* TSVAL */
1439 tcp_syn_build_options(__u32 *ptr, int mss, int ts, int sack, int offer_wscale, int wscale, __u32 tstamp, __u32 ts_recent) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dsequencer.c164 unsigned int tstamp; local
170 tstamp = jiffies - seq_time;
172 if (tstamp != prev_input_time)
174 tstamp = (tstamp << 8) | SEQ_WAIT;
175 seq_copy_to_input((unsigned char *) &tstamp, 4);
176 prev_input_time = tstamp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c941 ifp->tstamp = jiffies;
1650 age = (now - ifp->tstamp) / HZ;
1667 if (time_before(ifp->tstamp + ifp->valid_lft * HZ, next))
1668 next = ifp->tstamp + ifp->valid_lft * HZ;
1682 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next))
1683 next = ifp->tstamp + ifp->prefered_lft * HZ;
1769 long tval = (jiffies - ifa->tstamp)/HZ;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsdla_x25.h259 TX25TimeStamp tstamp PACKED; /* 08h: timestamp (BCD) */
567 TX25TimeStamp tstamp PACKED; /* 04h: mon/date/sec/min/hour */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsdla_x25.h259 TX25TimeStamp tstamp PACKED; /* 08h: timestamp (BCD) */
567 TX25TimeStamp tstamp PACKED; /* 04h: mon/date/sec/min/hour */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsunhme.c99 unsigned int tstamp; member in struct:hme_tx_logent
118 tlp->tstamp = (unsigned int)jiffies;
133 tx_log[this].tstamp,

Completed in 212 milliseconds