Searched refs:expires (Results 1 - 25 of 421) sorted by last modified time

1234567891011>>

/linux-master/kernel/
H A Dworkqueue.c2570 timer->expires = jiffies + delay;
2625 * modify @dwork's timer so that it expires after @delay. If @delay is
2953 unsigned long expires; local
2957 expires = worker->last_active + IDLE_WORKER_TIMEOUT;
2958 do_cull = !time_before(jiffies, expires);
2961 mod_timer(&pool->idle_timer, expires);
2996 unsigned long expires; local
2999 expires = worker->last_active + IDLE_WORKER_TIMEOUT;
3001 if (time_before(jiffies, expires)) {
3002 mod_timer(&pool->idle_timer, expires);
[all...]
/linux-master/net/mac80211/
H A Dmlme.c112 time_before(timeout, sdata->u.mgd.timer.expires))
/linux-master/net/ipv4/
H A Droute.c628 rt->dst.expires = fnhe->fnhe_expires;
640 unsigned long expires)
681 fnhe->fnhe_expires = max(1UL, expires);
710 fnhe->fnhe_expires = max(1UL, expires);
850 rt->dst.expires) {
1040 time_before(jiffies, dst->expires - net->ipv4.ip_rt_mtu_expires / 2))
2897 unsigned long expires = 0; local
2964 expires = rt->dst.expires;
2965 if (expires) {
638 update_or_create_fnhe(struct fib_nh_common *nhc, __be32 daddr, __be32 gw, u32 pmtu, bool lock, unsigned long expires) argument
[all...]
/linux-master/net/ax25/
H A Daf_ax25.c347 ax25->dtimer.expires = jiffies + 2 * HZ;
/linux-master/include/net/
H A Dsock.h2432 unsigned long expires);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1396 unsigned long expires; local
1410 expires = jiffies + msecs_to_jiffies(10);
1415 } while (err && time_is_after_jiffies(expires));
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c1452 bp->timer.expires = jiffies + HZ;
/linux-master/fs/bcachefs/
H A Djournal_io.c1690 long delta = buf->expires - jiffies;
H A Djournal_types.h29 long expires; member in struct:journal_buf
/linux-master/block/
H A Dblk-iocost.c1075 ioc->timer.expires = jiffies + usecs_to_jiffies(ioc->period_us);
1498 u64 vshortage, expires, oexpires; local
1561 expires = now->now_ns +
1564 expires += ioc->timer_slack_ns;
1569 abs(oexpires - expires) <= ioc->timer_slack_ns)
1572 hrtimer_start_range_ns(&iocg->waitq_timer, ns_to_ktime(expires),
/linux-master/net/netfilter/
H A Dnf_tables_api.c5768 u64 expires, now = get_jiffies_64(); local
5770 expires = *nft_set_ext_expiration(ext);
5771 if (time_before64(now, expires))
5772 expires -= now;
5774 expires = 0;
5777 nf_jiffies64_to_msecs(expires),
/linux-master/drivers/s390/cio/
H A Ddevice_ops.c171 * @expires: timeout value in jiffies
177 * completed during the time specified by @expires. If a timeout occurs, the
193 unsigned long flags, int expires)
237 if (expires)
238 ccw_device_set_timeout(cdev, expires);
327 * @expires: timeout value in jiffies
333 * completed during the time specified by @expires. If a timeout occurs, the
349 unsigned long flags, int expires)
353 expires);
538 * @expires
191 ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, __u8 key, unsigned long flags, int expires) argument
347 ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, unsigned long flags, int expires) argument
543 ccw_device_tm_start_timeout_key(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, u8 key, int expires) argument
632 ccw_device_tm_start_timeout(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, int expires) argument
[all...]
H A Ddevice_fsm.c115 ccw_device_set_timeout(struct ccw_device *cdev, int expires) argument
117 if (expires == 0)
120 mod_timer(&cdev->private->timer, jiffies + expires);
/linux-master/drivers/char/
H A Drandom.c1108 fast_pool->mix.expires = jiffies;
1319 stack->timer.expires = jiffies;
/linux-master/kernel/time/
H A Dtick-sched.c895 u64 basemono, next_tick, delta, expires; local
961 expires = basemono + delta;
963 expires = KTIME_MAX;
965 ts->timer_expires = min_t(u64, expires, next_tick);
978 u64 expires; local
987 expires = timer_base_try_to_set_idle(basejiff, basemono, &timer_idle);
988 if (expires > ts->timer_expires) {
1000 expires = ts->timer_expires;
1024 if (tick_sched_flag_test(ts, TS_FLAG_STOPPED) && (expires == ts->next_tick)) {
1026 if (expires
1208 ktime_t expires; local
[all...]
H A Dtimer.c87 * the timeout expires it indicates that normal operation is disturbed, so it
212 * timer, which expires at the moment. If no timer is
568 static inline unsigned calc_index(unsigned long expires, unsigned lvl, argument
580 expires = (expires >> LVL_SHIFT(lvl)) + 1;
581 *bucket_expiry = expires << LVL_SHIFT(lvl);
582 return LVL_OFFS(lvl) + (expires & LVL_MASK);
585 static int calc_wheel_index(unsigned long expires, unsigned long clk, argument
588 unsigned long delta = expires - clk;
592 idx = calc_index(expires,
1066 __mod_timer(struct timer_list *timer, unsigned long expires, unsigned int options) argument
1208 mod_timer_pending(struct timer_list *timer, unsigned long expires) argument
1241 mod_timer(struct timer_list *timer, unsigned long expires) argument
1267 timer_reduce(struct timer_list *timer, unsigned long expires) argument
1978 cmp_next_hrtimer_event(u64 basem, u64 expires) argument
[all...]
H A Dtimer_migration.c58 * (pinned) timer event. If the next migratable timer expires after the
61 * timer expires before the next local timer then the CPU queues that timer
266 * 4. CPU 0 has a new timer queued from idle and it expires at TIMER0. CPU0
363 * looks at tmigr_event::cpu struct member and expires the pending timer(s)
532 * CPU which expires remote timers
570 WRITE_ONCE(group->next_expiry, evt->nextevt.expires);
595 if (!evt || now < evt->nextevt.expires)
616 return evt->nextevt.expires;
663 * late and expires remotely all events belonging to this group. The
792 if ((evt->nextevt.expires
[all...]
/linux-master/net/ipv6/
H A Dip6_fib.c1131 fib6_set_expires(iter, rt->expires);
2311 if (rt->fib6_flags & RTF_EXPIRES && rt->expires) {
2312 if (time_after(now, rt->expires)) {
2364 void fib6_run_gc(unsigned long expires, struct net *net, bool force) argument
2375 gc_args.timeout = expires ? (int)expires :
H A Daddrconf.c1220 check_cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long *expires) argument
1227 *expires = jiffies;
1249 if (time_before(*expires, ifa->tstamp + lifetime * HZ))
1250 *expires = ifa->tstamp + lifetime * HZ;
1258 cleanup_prefix_route(struct inet6_ifaddr *ifp, unsigned long expires, argument
1275 fib6_set_expires(f6i, expires);
1292 unsigned long expires; local
1321 action = check_cleanup_prefix_route(ifp, &expires);
1335 cleanup_prefix_route(ifp, expires,
2458 struct net_device *dev, unsigned long expires,
2457 addrconf_prefix_route(struct in6_addr *pfx, int plen, u32 metric, struct net_device *dev, unsigned long expires, u32 flags, gfp_t gfp_flags) argument
2849 clock_t expires = 0; local
2997 clock_t expires; local
4801 modify_prefix_route(struct inet6_ifaddr *ifp, unsigned long expires, u32 flags, bool modify_peer) argument
4849 clock_t expires; local
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c1710 edif_entry->timer.expires = jiffies + RX_DELAY_DELETE_TIMEOUT * HZ;
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c994 phy->timer.expires = jiffies +
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5477 u64 expires; local
5493 expires = pm_runtime_autosuspend_expiration(&(p->dev));
5494 if (!expires)
5501 expires = ktime_get_mono_fast_ns() + NSEC_PER_SEC * 4ULL;
5507 if (expires < ktime_get_mono_fast_ns()) {
/linux-master/include/linux/
H A Dtimer.h113 * @callback: the function to call when timer expires
151 extern int mod_timer(struct timer_list *timer, unsigned long expires);
152 extern int mod_timer_pending(struct timer_list *timer, unsigned long expires);
153 extern int timer_reduce(struct timer_list *timer, unsigned long expires);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1653 if (!timer_pending(t) || time_before(when, t->expires))
/linux-master/net/sched/
H A Dsch_api.c635 void qdisc_watchdog_schedule_range_ns(struct qdisc_watchdog *wd, u64 expires, argument
651 /* If timer is already set in [expires, expires + delta_ns],
654 if (softexpires - expires <= delta_ns)
659 ns_to_ktime(expires),

Completed in 697 milliseconds

1234567891011>>