Searched refs:jiffies (Results 1 – 25 of 29) sorted by relevance
12
| /include/linux/ |
| A D | jiffies.h | 86 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 D | closure.h | 467 _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 D | semaphore.h | 60 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
| A D | dynamic_queue_limits.h | 92 now = jiffies; in dql_queue_stall()
|
| A D | parport.h | 412 unsigned long int timeslip = (jiffies - dev->time); in parport_yield() 430 unsigned long int timeslip = (jiffies - dev->time); in parport_yield_blocking()
|
| A D | rcupdate.h | 275 time_after(jiffies, (old_ts) + HZ / 10)) { \ 279 (old_ts) = jiffies; \
|
| A D | writeback.h | 172 dom->dirty_limit_tstamp = jiffies; in wb_domain_size_changed()
|
| A D | serial_core.h | 1175 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 D | netdevice.h | 3602 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 D | dst_cache.h | 79 WRITE_ONCE(dst_cache->reset_ts, jiffies); in dst_cache_reset()
|
| A D | act_api.h | 77 unsigned long now = jiffies; in tcf_lastuse_update() 87 unsigned long firstuse, now = jiffies; in tcf_tm_dump()
|
| A D | neighbour.h | 332 unsigned long now = jiffies; in neigh_confirm() 466 unsigned long now = jiffies; in neigh_event_send_probe()
|
| A D | inet_connection_sock.h | 234 when += jiffies; in inet_csk_reset_xmit_timer()
|
| A D | dst.h | 434 unsigned long old, expires = jiffies + timeout; in dst_set_expires()
|
| A D | ip6_fib.h | 272 return time_after(jiffies, f6i->expires); in fib6_check_expired()
|
| A D | bonding.h | 546 WRITE_ONCE(slave->last_tx, jiffies); in slave_update_last_tx()
|
| A D | tcp.h | 573 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 D | ip.h | 480 if (mtu && time_before(jiffies, READ_ONCE(rt->dst.expires))) in ip_dst_mtu_maybe_forward()
|
| /include/trace/events/ |
| A D | writeback.h | 519 __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 D | timer.h | 73 __entry->now = jiffies; 107 __entry->now = jiffies;
|
| /include/linux/raid/ |
| A D | pq.h | 174 # define jiffies raid6_jiffies() macro
|
| /include/net/netfilter/ |
| A D | nf_conntrack.h | 289 #define nfct_time_stamp ((u32)(jiffies))
|
| A D | nf_flow_table.h | 191 #define nf_flowtable_time_stamp (u32)jiffies
|
| /include/linux/netfilter/ipset/ |
| A D | ip_set.h | 495 t = msecs_to_jiffies(value * MSEC_PER_SEC) + jiffies; in ip_set_timeout_set()
|
| /include/rdma/ |
| A D | rdmavt_qp.h | 732 mod_timer(&qp->s_timer, jiffies + rdi->busy_jiffies + in rvt_mod_retry_timer_ext()
|
Completed in 962 milliseconds
12