Searched refs:expires (Results 1 - 24 of 24) sorted by relevance

/include/trace/events/
H A Dtimer.h42 * @expires: the timers expiry time
46 TP_PROTO(struct timer_list *timer, unsigned long expires),
48 TP_ARGS(timer, expires),
53 __field( unsigned long, expires )
60 __entry->expires = expires;
64 TP_printk("timer=%p function=%pf expires=%lu [timeout=%ld]",
65 __entry->timer, __entry->function, __entry->expires,
66 (long)__entry->expires - __entry->now)
169 __field( s64, expires )
[all...]
/include/linux/
H A Dhrtimer.h87 * @node: timerqueue node, which also manages node.expires,
126 * task is set to NULL, when the timer expires.
200 timer->node.expires = time;
207 timer->node.expires = ktime_add_safe(time, delta);
213 timer->node.expires = ktime_add_safe(time, ns_to_ktime(delta));
218 timer->node.expires.tv64 = tv64;
224 timer->node.expires = ktime_add_safe(timer->node.expires, time);
230 timer->node.expires = ktime_add_ns(timer->node.expires, n
[all...]
H A Dposix-timers.h11 static inline unsigned long long cputime_to_expires(cputime_t expires) argument
13 return (__force unsigned long long)expires;
16 static inline cputime_t expires_to_cputime(unsigned long long expires) argument
18 return (__force cputime_t)expires;
23 unsigned long long expires, incr; member in struct:cpu_timer_list
89 unsigned long expires; member in struct:k_itimer::__anon912::__anon914
H A Dtimerqueue.h10 ktime_t expires; member in struct:timerqueue_node
H A Dfreezer.h233 static inline int freezable_schedule_hrtimeout_range(ktime_t *expires, argument
238 __retval = schedule_hrtimeout_range(expires, delta, mode);
331 #define freezable_schedule_hrtimeout_range(expires, delta, mode) \
332 schedule_hrtimeout_range(expires, delta, mode)
H A Dtimer.h18 unsigned long expires; member in struct:timer_list
76 .expires = (_expires), \
176 extern int mod_timer(struct timer_list *timer, unsigned long expires);
177 extern int mod_timer_pending(struct timer_list *timer, unsigned long expires);
178 extern int mod_timer_pinned(struct timer_list *timer, unsigned long expires);
H A Dclockchips.h100 int (*set_next_ktime)(ktime_t expires,
166 ktime_t expires, bool force);
H A Dmroute.h76 unsigned long expires; member in struct:mfc_cache::__anon741::__anon742
H A Drtnetlink.h17 u32 id, long expires, u32 error);
H A Dthread_info.h38 u64 expires; member in struct:restart_block::__anon1034::__anon1036
H A Dmroute6.h85 unsigned long expires; member in struct:mfc6_cache::__anon744::__anon745
H A Dtick.h84 extern int tick_program_event(ktime_t expires, int force);
H A Dpoll.h98 ktime_t *expires, unsigned long slack);
H A Drtc.h185 ktime_t expires, ktime_t period);
H A Dsched.h477 cputime_t expires; member in struct:cpu_itimer
/include/net/
H A Dip6_fib.h165 rt->dst.expires = 0;
168 static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) argument
170 rt->dst.expires = expires;
181 rt0->dst.expires = rt->dst.expires;
301 void fib6_run_gc(unsigned long expires, struct net *net, bool force);
H A Dpkt_sched.h68 void qdisc_watchdog_schedule_ns(struct qdisc_watchdog *wd, u64 expires, bool throttle);
71 psched_time_t expires)
73 qdisc_watchdog_schedule_ns(wd, PSCHED_TICKS2NS(expires), true);
70 qdisc_watchdog_schedule(struct qdisc_watchdog *wd, psched_time_t expires) argument
H A Datmclip.h40 unsigned long expires; /* entry expiration time */ member in struct:atmarp_entry
H A Ddst.h39 unsigned long expires; member in struct:dst_entry
446 unsigned long expires = jiffies + timeout; local
448 if (expires == 0)
449 expires = 1;
451 if (dst->expires == 0 || time_before(expires, dst->expires))
452 dst->expires = expires;
H A Drequest_sock.h61 unsigned long expires; member in struct:request_sock
269 req->expires = jiffies + timeout;
H A Dipv6.h240 unsigned long expires; member in struct:ip6_flowlabel
H A Dsock.h2037 unsigned long expires);
/include/linux/sunrpc/
H A Dsched.h37 unsigned long expires; member in struct:rpc_wait
175 unsigned long expires; member in struct:rpc_timer
/include/uapi/linux/
H A Dpkt_cls.h141 __u64 expires; member in struct:tcf_t

Completed in 2618 milliseconds