Home
last modified time | relevance | path

Searched refs:softexpires (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/gdb/linux/
H A Dtimerlist.py34 softexpires = timer['_softexpires']
41 softexpires, expires, softexpires - now, expires - now)
/linux/net/sched/
H A Dsch_api.c657 u64 softexpires; in qdisc_watchdog_schedule_range_ns() local
659 softexpires = ktime_to_ns(hrtimer_get_softexpires(&wd->timer)); in qdisc_watchdog_schedule_range_ns()
663 if (softexpires - expires <= delta_ns) in qdisc_watchdog_schedule_range_ns()