/linux-4.4.14/drivers/char/ |
D | mmtimer.c | 103 static void mmtimer_setup_int_0(int cpu, u64 expires) in mmtimer_setup_int_0() 133 static void mmtimer_setup_int_1(int cpu, u64 expires) in mmtimer_setup_int_1() 155 static void mmtimer_setup_int_2(int cpu, u64 expires) in mmtimer_setup_int_2() 181 static int mmtimer_setup(int cpu, int comparator, unsigned long expires, in mmtimer_setup() 263 unsigned long expires = n->timer->it.mmtimer.expires; in mmtimer_add_list() local 302 u64 expires, exp, set_completion_time; in mmtimer_set_next_timer() local 527 unsigned long expires = 0; in mmtimer_interrupt() local 617 unsigned long expires = timr->it.mmtimer.expires; in sgi_timer_del() local
|
D | dtlk.c | 234 unsigned long expires; in dtlk_poll() local
|
/linux-4.4.14/arch/s390/kernel/ |
D | vtime.c | 41 static inline void set_vtimer(u64 expires) in set_vtimer() 331 static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic) in __mod_vtimer() 354 int mod_virt_timer(struct vtimer_list *timer, u64 expires) in mod_virt_timer() 363 int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires) in mod_virt_timer_periodic()
|
/linux-4.4.14/drivers/s390/cio/ |
D | device_ops.c | 266 unsigned long flags, int expires) in ccw_device_start_timeout_key() 339 unsigned long flags, int expires) in ccw_device_start_timeout() 549 int expires) in ccw_device_tm_start_timeout_key() 591 unsigned long intparm, u8 lpm, int expires) in ccw_device_tm_start_timeout()
|
D | eadm_sch.c | 115 static void eadm_subchannel_set_timeout(struct subchannel *sch, int expires) in eadm_subchannel_set_timeout()
|
D | device_fsm.c | 111 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout()
|
/linux-4.4.14/include/linux/ |
D | posix-timers.h | 11 static inline unsigned long long cputime_to_expires(cputime_t expires) in cputime_to_expires() 16 static inline cputime_t expires_to_cputime(unsigned long long expires) in expires_to_cputime() 23 unsigned long long expires, incr; member 89 unsigned long expires; member
|
D | timerqueue.h | 10 ktime_t expires; member
|
D | freezer.h | 233 static inline int freezable_schedule_hrtimeout_range(ktime_t *expires, in freezable_schedule_hrtimeout_range() 293 #define freezable_schedule_hrtimeout_range(expires, delta, mode) \ argument
|
D | thread_info.h | 38 u64 expires; member
|
D | mroute6.h | 85 unsigned long expires; member
|
D | mroute.h | 76 unsigned long expires; member
|
D | timer.h | 18 unsigned long expires; member
|
D | sched.h | 529 cputime_t expires; member
|
/linux-4.4.14/kernel/time/ |
D | timer.c | 376 unsigned long expires = timer->expires; in __internal_add_timer() local 662 debug_activate(struct timer_list *timer, unsigned long expires) in debug_activate() 782 __mod_timer(struct timer_list *timer, unsigned long expires, in __mod_timer() 841 int mod_timer_pending(struct timer_list *timer, unsigned long expires) in mod_timer_pending() 858 unsigned long apply_slack(struct timer_list *timer, unsigned long expires) in apply_slack() 906 int mod_timer(struct timer_list *timer, unsigned long expires) in mod_timer() 941 int mod_timer_pinned(struct timer_list *timer, unsigned long expires) in mod_timer_pinned() 1272 unsigned long expires = timer_jiffies + NEXT_TIMER_MAX_DELTA; in __next_timer_interrupt() local 1343 static u64 cmp_next_hrtimer_event(u64 basem, u64 expires) in cmp_next_hrtimer_event() 1383 u64 expires = KTIME_MAX; in get_next_timer_interrupt() local
|
D | hrtimer.c | 168 ktime_t expires; in hrtimer_check_target() local 472 ktime_t expires, expires_next = { .tv64 = KTIME_MAX }; in __hrtimer_get_next_event() local 610 ktime_t expires = ktime_sub(hrtimer_get_expires(timer), base->offset); in hrtimer_reprogram() local 1111 u64 expires = KTIME_MAX; in hrtimer_get_next_event() local 1727 schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta, in schedule_hrtimeout_range_clock() 1795 int __sched schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, in schedule_hrtimeout_range() 1825 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
|
D | tick-broadcast-hrtimer.c | 44 static int bc_set_next(ktime_t expires, struct clock_event_device *bc) in bc_set_next()
|
D | tick-oneshot.c | 27 int tick_program_event(ktime_t expires, int force) in tick_program_event()
|
D | posix-cpu-timers.c | 69 unsigned long long expires, in sample_to_timespec() 461 static inline int expires_gt(cputime_t expires, cputime_t new_exp) in expires_gt() 864 unsigned long long expires; in check_thread_timers() local 927 unsigned long long *expires, in check_cpu_itimer() 1117 const struct task_cputime *expires) in task_cputime_expired()
|
D | tick-broadcast.c | 561 ktime_t expires) in tick_broadcast_set_event() 855 ktime_t expires) in tick_broadcast_init_next_event()
|
D | itimer.c | 194 ktime_t expires; in do_setitimer() local
|
D | tick-sched.c | 575 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_stop_sched_tick() local 787 ktime_t now, expires; in __tick_nohz_idle_enter() local
|
D | tick-internal.h | 119 static inline int tick_program_event(ktime_t expires, int force) { return 0; } in tick_program_event()
|
D | clockevents.c | 306 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, in clockevents_program_event()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | uv_time.c | 67 u64 expires; /* next timer expiration for this cpu */ member 111 static int uv_setup_intr(int cpu, u64 expires) in uv_setup_intr() 224 static int uv_rtc_set_timer(int cpu, u64 expires) in uv_rtc_set_timer()
|
/linux-4.4.14/drivers/md/ |
D | dm-delay.c | 42 unsigned long expires; member 54 static void queue_timeout(struct delay_c *dc, unsigned long expires) in queue_timeout() 238 unsigned long expires = 0; in delay_bio() local
|
/linux-4.4.14/arch/s390/include/asm/ |
D | vtimer.h | 15 u64 expires; member
|
/linux-4.4.14/drivers/watchdog/ |
D | xen_wdt.c | 60 __kernel_time_t expires; in xen_wdt_start() local 101 __kernel_time_t expires; in xen_wdt_kick() local
|
/linux-4.4.14/drivers/base/power/ |
D | runtime.c | 130 unsigned long expires = 0; in pm_runtime_autosuspend_expiration() local 440 unsigned long expires = pm_runtime_autosuspend_expiration(dev); in rpm_suspend() local 824 unsigned long expires; in pm_suspend_timer_fn() local
|
D | wakeup.c | 758 unsigned long expires; in __pm_wakeup_event() local
|
/linux-4.4.14/security/keys/ |
D | gc.c | 58 unsigned long expires; in key_schedule_gc() local
|
/linux-4.4.14/include/net/ |
D | atmclip.h | 40 unsigned long expires; /* entry expiration time */ member
|
D | pkt_sched.h | 72 psched_time_t expires) in qdisc_watchdog_schedule()
|
D | dst.h | 39 unsigned long expires; member 480 unsigned long expires = jiffies + timeout; in dst_set_expires() local
|
D | ip6_fib.h | 149 static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) in rt6_set_expires()
|
D | ipv6.h | 239 unsigned long expires; member
|
/linux-4.4.14/drivers/char/hw_random/ |
D | timeriomem-rng.c | 38 unsigned int expires; member
|
/linux-4.4.14/net/ceph/ |
D | auth_x.h | 24 unsigned long renew_after, expires; member
|
/linux-4.4.14/net/netfilter/ |
D | xt_IDLETIMER.c | 85 unsigned long expires = 0; in idletimer_tg_show() local
|
D | xt_conntrack.c | 236 unsigned long expires = 0; in conntrack_mt() local
|
D | nf_conntrack_sip.c | 796 unsigned int expires) in refresh_signalling_expectation() 1192 unsigned int expires = 0; in process_register_request() local 1288 unsigned int expires = 0; in process_register_response() local
|
D | xt_hashlimit.c | 86 unsigned long expires; /* precalculated expiry time */ member
|
D | nf_tables_api.c | 3082 unsigned long expires, now = jiffies; in nf_tables_fill_setelem() local
|
/linux-4.4.14/include/linux/sunrpc/ |
D | sched.h | 37 unsigned long expires; member 175 unsigned long expires; member
|
/linux-4.4.14/drivers/ata/ |
D | libata-zpodd.c | 134 unsigned long expires; in zpodd_on_suspend() local
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 669 ktime_t *expires, struct timespec *ts) in prepare_timeout() 968 ktime_t expires, *timeout = NULL; in SYSCALL_DEFINE5() local 1089 ktime_t expires, *timeout = NULL; in SYSCALL_DEFINE5() local
|
/linux-4.4.14/lib/ |
D | random32.c | 222 unsigned long expires; in __prandom_timer() local
|
/linux-4.4.14/net/ipv4/ |
D | tcp_minisocks.c | 629 unsigned long expires = jiffies; in tcp_check_req() local
|
D | route.c | 622 u32 pmtu, unsigned long expires) in update_or_create_fnhe() 2418 unsigned long expires = 0; in rt_fill_info() local
|
D | ipmr.c | 655 unsigned long expires; in ipmr_expire_process() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 563 unsigned long expires; in _rtw_pwr_wakeup() local
|
/linux-4.4.14/net/sunrpc/ |
D | sched.c | 77 rpc_set_queue_timer(struct rpc_wait_queue *queue, unsigned long expires) in rpc_set_queue_timer() 618 unsigned long expires, now, timeo; in __rpc_queue_timer_fn() local
|
/linux-4.4.14/net/core/ |
D | dst.c | 69 unsigned long expires = ~0L; in dst_gc_task() local
|
D | sock.c | 2350 unsigned long expires) in sk_reset_timer()
|
D | rtnetlink.c | 710 long expires, u32 error) in rtnl_put_cacheinfo()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 1031 check_cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long *expires) in check_cleanup_prefix_route() 1068 cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long expires, bool del_rt) in cleanup_prefix_route() 1094 unsigned long expires; in ipv6_del_addr() local 2112 unsigned long expires; in ipv6_regen_rndid() local 2154 unsigned long expires, u32 flags) in addrconf_prefix_route() 2406 clock_t expires = 0; in addrconf_prefix_rcv() local 2643 clock_t expires; in inet6_addr_add() local 4110 clock_t expires; in inet6_addr_modify() local
|
D | ip6_flowlabel.c | 331 static int fl6_renew(struct ip6_flowlabel *fl, unsigned long linger, unsigned long expires) in fl6_renew()
|
D | ip6_fib.c | 1780 void fib6_run_gc(unsigned long expires, struct net *net, bool force) in fib6_run_gc()
|
D | ip6mr.c | 867 unsigned long expires = 10 * HZ; in ipmr_do_expire_process() local
|
D | route.c | 3056 long expires; in rt6_fill_node() local
|
/linux-4.4.14/drivers/lguest/ |
D | interrupts_and_traps.c | 670 ktime_t expires; in guest_set_clockevent() local
|
/linux-4.4.14/net/tipc/ |
D | name_distr.c | 52 unsigned long expires; member
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_diag.c | 243 unsigned long long expires; in dasd_ext_handler() local
|
D | dasd.c | 1505 void dasd_device_set_timer(struct dasd_device *device, int expires) in dasd_device_set_timer() 1585 int expires; in dasd_int_handler() local 2496 void dasd_block_set_timer(struct dasd_block *block, int expires) in dasd_block_set_timer()
|
D | dasd_3990_erp.c | 70 static void dasd_3990_erp_block_queue(struct dasd_ccw_req *erp, int expires) in dasd_3990_erp_block_queue()
|
D | dasd_int.h | 187 unsigned long expires; /* expiration period in jiffies */ member
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-fsl-usb.h | 350 unsigned long expires; /* Number of count increase to timeout */ member 358 (void (*function)(unsigned long), unsigned long expires, unsigned long data) in otg_timer_initializer()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-pnx.c | 104 unsigned long expires = msecs_to_jiffies(alg_data->timeout); in i2c_pnx_arm_timer() local
|
/linux-4.4.14/drivers/uwb/ |
D | beacon.c | 289 unsigned long expires; in uwb_beca_purge() local
|
/linux-4.4.14/drivers/s390/char/ |
D | con3270.c | 76 static void con3270_set_timer(struct con3270 *cp, int expires) in con3270_set_timer()
|
D | tty3270.c | 126 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | viohs.c | 774 unsigned long expires = jiffies + HZ; in vio_port_up() local
|
/linux-4.4.14/drivers/rtc/ |
D | interface.c | 912 ktime_t expires, ktime_t period) in rtc_timer_start()
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grumain.c | 933 unsigned long expires; in gru_fault() local
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | common.h | 266 unsigned long expires; member
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 1714 ktime_t expires = ktime_add_ns(ktime_get(), in jbd2_journal_stop() local
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.c | 98 unsigned long expires; member
|
/linux-4.4.14/fs/ |
D | select.c | 235 ktime_t *expires, unsigned long slack) in poll_schedule_timeout()
|
D | eventpoll.c | 1592 ktime_t expires, *to = NULL; in ep_poll() local
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1561 long expires; in dn_rt_fill_info() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 647 unsigned long expires; in qlcnic_prune_lb_filters() local
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_net.c | 1431 unsigned long expires = 0; in isdn_ciscohdlck_dev_ioctl() local
|
/linux-4.4.14/net/sched/ |
D | sch_api.c | 601 void qdisc_watchdog_schedule_ns(struct qdisc_watchdog *wd, u64 expires, bool throttle) in qdisc_watchdog_schedule_ns()
|
D | sch_cbq.c | 493 ktime_t expires; in cbq_ovl_delay() local
|
/linux-4.4.14/block/ |
D | blk-throttle.c | 506 unsigned long expires) in throtl_schedule_pending_timer()
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_cls.h | 125 __u64 expires; member
|
/linux-4.4.14/arch/mips/kvm/ |
D | emulate.c | 306 ktime_t expires, threshold; in kvm_mips_read_count_running() local
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 3403 u64 amount = 0, min_amount, expires; in assign_cfs_rq_runtime() local 3657 u64 remaining, u64 expires) in distribute_cfs_runtime() 3854 u64 expires; in do_sched_cfs_slack_timer() local
|
/linux-4.4.14/drivers/tty/ |
D | cyclades.c | 1225 unsigned long expires = jiffies + HZ; in cyz_poll() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 261 unsigned long expires; in lpfc_rampdown_queue_depth() local
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 1022 static int fd_wait_for_completion(unsigned long expires, in fd_wait_for_completion()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 1815 unsigned long expires; in idle_worker_timeout() local
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_target.h | 922 unsigned long expires; member
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 3709 unsigned long expires; in rocker_fdb_cleanup() local
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1208 unsigned long expires; member
|