Searched refs:tstamp (Results 1 – 8 of 8) sorted by relevance
104 extern __inline__ unsigned tb_ticks_since(unsigned tstamp) { in tb_ticks_since() argument106 int delta = get_rtcl() - tstamp; in tb_ticks_since()109 return get_tbl() - tstamp; in tb_ticks_since()
70 static inline unsigned long tb_ticks_since(unsigned long tstamp) in tb_ticks_since() argument72 return get_tb() - tstamp; in tb_ticks_since()
164 unsigned int tstamp; in sequencer_midi_input() local170 tstamp = jiffies - seq_time; in sequencer_midi_input()172 if (tstamp != prev_input_time) in sequencer_midi_input()174 tstamp = (tstamp << 8) | SEQ_WAIT; in sequencer_midi_input()175 seq_copy_to_input((unsigned char *) &tstamp, 4); in sequencer_midi_input()176 prev_input_time = tstamp; in sequencer_midi_input()
259 TX25TimeStamp tstamp PACKED; /* 08h: timestamp (BCD) */567 TX25TimeStamp tstamp PACKED; /* 04h: mon/date/sec/min/hour */
34 unsigned long tstamp; member
1531 static __inline__ void tcp_build_and_update_options(__u32 *ptr, struct tcp_opt *tp, __u32 tstamp) in tcp_build_and_update_options() argument1538 *ptr++ = htonl(tstamp); in tcp_build_and_update_options()1567 int offer_wscale, int wscale, __u32 tstamp, __u32 ts_recent) in tcp_syn_build_options() argument1590 *ptr++ = htonl(tstamp); /* TSVAL */ in tcp_syn_build_options()
1080 ifp->tstamp = jiffies; in addrconf_prefix_rcv()1795 age = (now - ifp->tstamp) / HZ; in addrconf_verify()1812 if (time_before(ifp->tstamp + ifp->valid_lft * HZ, next)) in addrconf_verify()1813 next = ifp->tstamp + ifp->valid_lft * HZ; in addrconf_verify()1827 if (time_before(ifp->tstamp + ifp->prefered_lft * HZ, next)) in addrconf_verify()1828 next = ifp->tstamp + ifp->prefered_lft * HZ; in addrconf_verify()1915 long tval = (jiffies - ifa->tstamp)/HZ; in inet6_fill_ifaddr()
99 unsigned int tstamp; member118 tlp->tstamp = (unsigned int)jiffies; in tx_add_log()133 tx_log[this].tstamp, in tx_dump_log()