Searched refs:softexpires (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dtimerlist.py34 softexpires = timer['_softexpires']
41 softexpires, expires, softexpires - now, expires - now)
/linux-master/include/trace/events/
H A Dtimer.h232 __field( s64, softexpires )
240 __entry->softexpires = hrtimer_get_softexpires(hrtimer);
244 TP_printk("hrtimer=%p function=%ps expires=%llu softexpires=%llu "
247 (unsigned long long) __entry->softexpires,
/linux-master/net/sched/
H A Dsch_api.c648 u64 softexpires; local
650 softexpires = ktime_to_ns(hrtimer_get_softexpires(&wd->timer));
654 if (softexpires - expires <= delta_ns)

Completed in 164 milliseconds