Searched refs:jiffies (Results 1 – 25 of 29) sorted by relevance
12
/include/linux/ |
D | jiffies.h | 81 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,
|
D | semaphore.h | 42 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
D | serial_core.h | 468 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()
|
D | parport.h | 390 unsigned long int timeslip = (jiffies - dev->time); in parport_yield() 408 unsigned long int timeslip = (jiffies - dev->time); in parport_yield_blocking()
|
D | serdev.h | 284 timeout = jiffies + msecs_to_jiffies(timeout_ms); in serdev_device_wait_for_cts()
|
D | writeback.h | 182 dom->dirty_limit_tstamp = jiffies; in wb_domain_size_changed()
|
D | phy.h | 1144 void phy_queue_state_machine(struct phy_device *phydev, unsigned long jiffies);
|
D | memcontrol.h | 1341 if (time_before(jiffies, memcg->socket_pressure)) in mem_cgroup_under_socket_pressure()
|
/include/drm/ |
D | drm_os_linux.h | 36 unsigned long end = jiffies + (timeout); \ 43 if (time_after_eq(jiffies, end)) { \
|
/include/net/ |
D | dst_cache.h | 79 dst_cache->reset_ts = jiffies; in dst_cache_reset()
|
D | act_api.h | 60 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()
|
D | arp.h | 57 unsigned long now = jiffies; in __ipv4_confirm_neigh()
|
D | inet_connection_sock.h | 233 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer() 237 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer()
|
D | ndisc.h | 414 unsigned long now = jiffies; in __ipv6_confirm_neigh() 431 unsigned long now = jiffies; in __ipv6_confirm_neigh_stub()
|
D | dst.h | 424 unsigned long expires = jiffies + timeout; in dst_set_expires()
|
D | ip6_fib.h | 231 return time_after(jiffies, f6i->expires); in fib6_check_expired()
|
D | neighbour.h | 439 unsigned long now = jiffies; in neigh_event_send()
|
D | tcp.h | 489 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/ |
D | timer.h | 72 __entry->now = jiffies; 105 __entry->now = jiffies;
|
D | writeback.h | 520 (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/ |
D | pq.h | 165 # define jiffies raid6_jiffies() macro
|
/include/net/netfilter/ |
D | nf_conntrack.h | 260 #define nfct_time_stamp ((u32)(jiffies))
|
/include/linux/netfilter/ipset/ |
D | ip_set.h | 495 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/ |
D | rdmavt_qp.h | 747 mod_timer(&qp->s_timer, jiffies + rdi->busy_jiffies + in rvt_mod_retry_timer_ext()
|
/include/net/bluetooth/ |
D | hci_core.h | 648 return jiffies - c->timestamp; in inquiry_cache_age() 653 return jiffies - e->timestamp; in inquiry_entry_age()
|
12