Home
last modified time | relevance | path

Searched refs:jiffies (Results 1 – 25 of 29) sorted by relevance

12

/include/linux/
A Djiffies.h86 extern unsigned long volatile __cacheline_aligned_in_smp __jiffy_arch_data jiffies;
101 return (u64)jiffies; in get_jiffies_64()
262 #define time_is_before_jiffies(a) time_after(jiffies, a)
277 #define time_is_after_jiffies(a) time_before(jiffies, a)
292 #define time_is_before_eq_jiffies(a) time_after_eq(jiffies, a)
307 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
592 extern void jiffies_to_timespec64(const unsigned long jiffies,
A Dclosure.h467 _t = max_t(long, 1L, _until - jiffies); \
470 _t = max_t(long, 0L, _until - jiffies); \
486 unsigned long _until = jiffies + _timeout; \
488 ? max_t(long, 1L, _until - jiffies) \
A Dsemaphore.h60 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
A Ddynamic_queue_limits.h92 now = jiffies; in dql_queue_stall()
A Dparport.h412 unsigned long int timeslip = (jiffies - dev->time); in parport_yield()
430 unsigned long int timeslip = (jiffies - dev->time); in parport_yield_blocking()
A Drcupdate.h275 time_after(jiffies, (old_ts) + HZ / 10)) { \
279 (old_ts) = jiffies; \
A Dwriteback.h172 dom->dirty_limit_tstamp = jiffies; in wb_domain_size_changed()
A Dserial_core.h1175 if (ch && time_before(jiffies, port->sysrq)) { in uart_handle_sysrq_char()
1194 if (ch && time_before(jiffies, port->sysrq)) { in uart_prepare_sysrq_char()
1277 port->sysrq = jiffies + SYSRQ_TIMEOUT; in uart_handle_break()
A Dnetdevice.h3602 WRITE_ONCE(dev_queue->trans_start, jiffies); in netif_tx_stop_queue()
3734 WRITE_ONCE(dev_queue->trans_start, jiffies); in netdev_tx_sent_queue()
4714 WRITE_ONCE(txq->trans_start, jiffies); in txq_trans_update()
4719 unsigned long now = jiffies; in txq_trans_cond_update()
/include/net/
A Ddst_cache.h79 WRITE_ONCE(dst_cache->reset_ts, jiffies); in dst_cache_reset()
A Dact_api.h77 unsigned long now = jiffies; in tcf_lastuse_update()
87 unsigned long firstuse, now = jiffies; in tcf_tm_dump()
A Dneighbour.h332 unsigned long now = jiffies; in neigh_confirm()
466 unsigned long now = jiffies; in neigh_event_send_probe()
A Dinet_connection_sock.h234 when += jiffies; in inet_csk_reset_xmit_timer()
A Ddst.h434 unsigned long old, expires = jiffies + timeout; in dst_set_expires()
A Dip6_fib.h272 return time_after(jiffies, f6i->expires); in fib6_check_expired()
A Dbonding.h546 WRITE_ONCE(slave->last_tx, jiffies); in slave_update_last_tx()
A Dtcp.h573 unsigned int now = jiffies; in tcp_synq_overflow()
597 unsigned int now = jiffies; in tcp_synq_no_recent_overflow()
895 #define tcp_jiffies32 ((u32)jiffies)
A Dip.h480 if (mtu && time_before(jiffies, READ_ONCE(rt->dst.expires))) in ip_dst_mtu_maybe_forward()
/include/trace/events/
A Dwriteback.h519 __entry->age = (jiffies - dirtied_before) * 1000 / HZ;
673 (long)(jiffies - current->dirty_paused_when) * 1000/HZ;
676 __entry->paused = (jiffies - start_time) * 1000 / HZ;
732 (jiffies - __entry->dirtied_when) / HZ,
775 (jiffies - __entry->dirtied_when) / HZ,
A Dtimer.h73 __entry->now = jiffies;
107 __entry->now = jiffies;
/include/linux/raid/
A Dpq.h174 # define jiffies raid6_jiffies() macro
/include/net/netfilter/
A Dnf_conntrack.h289 #define nfct_time_stamp ((u32)(jiffies))
A Dnf_flow_table.h191 #define nf_flowtable_time_stamp (u32)jiffies
/include/linux/netfilter/ipset/
A Dip_set.h495 t = msecs_to_jiffies(value * MSEC_PER_SEC) + jiffies; in ip_set_timeout_set()
/include/rdma/
A Drdmavt_qp.h732 mod_timer(&qp->s_timer, jiffies + rdi->busy_jiffies + in rvt_mod_retry_timer_ext()

Completed in 962 milliseconds

12