Searched refs:jiffies (Results 1 - 25 of 37) sorted by relevance

12

/include/asm-generic/
H A Dcputime.h5 #include <linux/jiffies.h>
/include/linux/
H A Djiffies.h66 * but that can only take up to, say, 4-byte variables. jiffies being part of
77 extern unsigned long volatile __jiffy_data jiffies;
84 return (u64)jiffies;
147 * These four macros compare jiffies and 'a' for convenience.
150 /* time_is_before_jiffies(a) return true if a is before jiffies */
151 #define time_is_before_jiffies(a) time_after(jiffies, a)
153 /* time_is_after_jiffies(a) return true if a is after jiffies */
154 #define time_is_after_jiffies(a) time_before(jiffies, a)
156 /* time_is_before_eq_jiffies(a) return true if a is before or equal to jiffies*/
157 #define time_is_before_eq_jiffies(a) time_after_eq(jiffies,
[all...]
H A Dsemaphore.h43 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
H A Dacct.h64 #include <linux/jiffies.h>
67 * See <linux/jiffies.h> for the original.
H A Dtimekeeper_internal.h10 #include <linux/jiffies.h>
H A Dparport.h10 #include <linux/jiffies.h>
350 unsigned long int timeslip = (jiffies - dev->time);
368 unsigned long int timeslip = (jiffies - dev->time);
H A Dpm_runtime.h16 #include <linux/jiffies.h>
128 ACCESS_ONCE(dev->power.last_busy) = jiffies;
H A Dktime.h25 #include <linux/jiffies.h>
H A Dserial_core.h391 if (ch && time_before(jiffies, port->sysrq)) {
417 port->sysrq = jiffies + HZ*5;
H A Duwb.h703 edc->timestart = jiffies;
719 now = jiffies;
/include/linux/netfilter/ipset/
H A Dip_set_timeout.h34 /* Normalize to fit into jiffies */
64 *timeout = msecs_to_jiffies(t * 1000) + jiffies;
74 jiffies_to_msecs(*timeout - jiffies)/1000;
/include/net/irda/
H A Dtimer.h31 #include <linux/jiffies.h>
86 mod_timer(ptimer, jiffies + timeout);
/include/drm/
H A Ddrm_os_linux.h46 unsigned long end = jiffies + (timeout); \
53 if (time_after_eq(jiffies, end)) { \
/include/crypto/
H A Dmcryptd.h98 /* return delay in jiffies from current time */
103 delay = (long) t - (long) jiffies;
/include/linux/raid/
H A Dpq.h152 # define jiffies raid6_jiffies() macro
/include/net/
H A Dinetpeer.h12 #include <linux/jiffies.h>
H A Dpkt_sched.h4 #include <linux/jiffies.h>
H A Ddst.h16 #include <linux/jiffies.h>
222 /* RTT metrics are stored in milliseconds for user ABI, but used as jiffies */
409 unsigned long now = jiffies;
446 unsigned long expires = jiffies + timeout;
H A Dinet_timewait_sock.h63 return jiffies;
H A Dinet_connection_sock.h231 icsk->icsk_timeout = jiffies + when;
235 icsk->icsk_ack.timeout = jiffies + when;
H A Drequest_sock.h269 req->expires = jiffies + timeout;
H A Dtcp.h328 tcp_sk(sk)->rx_opt.ts_recent_stamp = jiffies;
335 return time_after(jiffies, last_overflow + TCP_TIMEOUT_FALLBACK);
666 * of jiffies in the buffer control blocks below. We decided
667 * to use only the low 32-bits of jiffies and hide the ugly
670 #define tcp_time_stamp ((__u32)(jiffies))
/include/trace/events/
H A Dtimer.h61 __entry->now = jiffies;
89 __entry->now = jiffies;
H A Dwriteback.h295 (jiffies - *older_than_this) * 1000 / HZ : -1;
301 __entry->older, /* older_than_this in jiffies */
450 (long)(jiffies - current->dirty_paused_when) * 1000/HZ;
453 __entry->paused = (jiffies - start_time) * 1000 / HZ;
505 (jiffies - __entry->dirtied_when) / HZ
580 (jiffies - __entry->dirtied_when) / HZ,
/include/linux/mfd/
H A Dtmio.h7 #include <linux/jiffies.h>

Completed in 345 milliseconds

12