Home
last modified time | relevance | path

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

12

/include/linux/
Djiffies.h81 extern unsigned long volatile __cacheline_aligned_in_smp __jiffy_arch_data jiffies;
88 return (u64)jiffies; in get_jiffies_64()
155 #define time_is_before_jiffies(a) time_after(jiffies, a)
159 #define time_is_after_jiffies(a) time_before(jiffies, a)
163 #define time_is_before_eq_jiffies(a) time_after_eq(jiffies, a)
167 #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
423 extern void jiffies_to_timespec64(const unsigned long jiffies,
432 static inline void jiffies_to_timespec(const unsigned long jiffies, in jiffies_to_timespec() argument
437 jiffies_to_timespec64(jiffies, &ts); in jiffies_to_timespec()
442 extern void jiffies_to_timeval(const unsigned long jiffies,
Dsemaphore.h42 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
Dserial_core.h468 if (ch && time_before(jiffies, port->sysrq)) { in uart_handle_sysrq_char()
481 if (ch && time_before(jiffies, port->sysrq)) { in uart_prepare_sysrq_char()
528 port->sysrq = jiffies + HZ*5; in uart_handle_break()
Dparport.h390 unsigned long int timeslip = (jiffies - dev->time); in parport_yield()
408 unsigned long int timeslip = (jiffies - dev->time); in parport_yield_blocking()
Dserdev.h284 timeout = jiffies + msecs_to_jiffies(timeout_ms); in serdev_device_wait_for_cts()
Dwriteback.h182 dom->dirty_limit_tstamp = jiffies; in wb_domain_size_changed()
Dphy.h1144 void phy_queue_state_machine(struct phy_device *phydev, unsigned long jiffies);
Dmemcontrol.h1341 if (time_before(jiffies, memcg->socket_pressure)) in mem_cgroup_under_socket_pressure()
/include/drm/
Ddrm_os_linux.h36 unsigned long end = jiffies + (timeout); \
43 if (time_after_eq(jiffies, end)) { \
/include/net/
Ddst_cache.h79 dst_cache->reset_ts = jiffies; in dst_cache_reset()
Dact_api.h60 unsigned long now = jiffies; in tcf_lastuse_update()
70 dtm->install = jiffies_to_clock_t(jiffies - stm->install); in tcf_tm_dump()
71 dtm->lastuse = jiffies_to_clock_t(jiffies - stm->lastuse); in tcf_tm_dump()
72 dtm->firstuse = jiffies_to_clock_t(jiffies - stm->firstuse); in tcf_tm_dump()
Darp.h57 unsigned long now = jiffies; in __ipv4_confirm_neigh()
Dinet_connection_sock.h233 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer()
237 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer()
Dndisc.h414 unsigned long now = jiffies; in __ipv6_confirm_neigh()
431 unsigned long now = jiffies; in __ipv6_confirm_neigh_stub()
Ddst.h424 unsigned long expires = jiffies + timeout; in dst_set_expires()
Dip6_fib.h231 return time_after(jiffies, f6i->expires); in fib6_check_expired()
Dneighbour.h439 unsigned long now = jiffies; in neigh_event_send()
Dtcp.h489 unsigned int now = jiffies; in tcp_synq_overflow()
513 unsigned int now = jiffies; in tcp_synq_no_recent_overflow()
746 #define tcp_jiffies32 ((u32)jiffies)
/include/trace/events/
Dtimer.h72 __entry->now = jiffies;
105 __entry->now = jiffies;
Dwriteback.h520 (jiffies - *older_than_this) * 1000 / HZ : -1;
682 (long)(jiffies - current->dirty_paused_when) * 1000/HZ;
685 __entry->paused = (jiffies - start_time) * 1000 / HZ;
741 (jiffies - __entry->dirtied_when) / HZ,
819 (jiffies - __entry->dirtied_when) / HZ,
/include/linux/raid/
Dpq.h165 # define jiffies raid6_jiffies() macro
/include/net/netfilter/
Dnf_conntrack.h260 #define nfct_time_stamp ((u32)(jiffies))
/include/linux/netfilter/ipset/
Dip_set.h495 t = msecs_to_jiffies(value * MSEC_PER_SEC) + jiffies; in ip_set_timeout_set()
510 t = jiffies_to_msecs(*timeout - jiffies)/MSEC_PER_SEC; in ip_set_timeout_get()
/include/rdma/
Drdmavt_qp.h747 mod_timer(&qp->s_timer, jiffies + rdi->busy_jiffies + in rvt_mod_retry_timer_ext()
/include/net/bluetooth/
Dhci_core.h648 return jiffies - c->timestamp; in inquiry_cache_age()
653 return jiffies - e->timestamp; in inquiry_entry_age()

12