Searched refs:last_reap (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/trace/events/
H A Dnapi.h42 unsigned long last_reap, unsigned long hist_head,
45 TP_ARGS(thrs, len, last_reap, hist_head, now, hist),
50 __field( unsigned long, last_reap)
59 __entry->last_reap = last_reap;
65 TP_printk("thrs %u len %u last_reap %lu hist_head %lu now %lu hist %016lx %016lx %016lx %016lx",
67 __entry->last_reap, __entry->hist_head, __entry->now,
/linux-master/lib/
H A Ddynamic_queue_limits.c29 if (time_after_eq(now, dql->last_reap + stall_thrs)) {
47 if (time_before(start, dql->last_reap + 1))
48 start = dql->last_reap + 1;
77 dql->last_reap, dql->history_head,
81 dql->last_reap = now;
198 dql->last_reap = jiffies;
/linux-master/include/linux/
H A Ddynamic_queue_limits.h78 unsigned long last_reap; /* Last reap (in jiffies) */ member in struct:dql
/linux-master/net/core/
H A Dnet-sysfs.c1441 dql->last_reap = jiffies;
1442 /* Force last_reap to be live */

Completed in 109 milliseconds