Home
last modified time | relevance | path

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

/linux-6.12.1/include/trace/events/
Dnapi.h42 unsigned long last_reap, unsigned long hist_head,
45 TP_ARGS(thrs, len, last_reap, hist_head, now, hist),
51 __field( unsigned long, hist_head)
60 __entry->hist_head = hist_head * BITS_PER_LONG;
67 __entry->last_reap, __entry->hist_head, __entry->now,
/linux-6.12.1/lib/
Ddynamic_queue_limits.c28 unsigned long hist_head, t, start, end; in dql_check_stall() local
35 hist_head = READ_ONCE(dql->history_head); in dql_check_stall()
42 start = (hist_head - DQL_HIST_LEN + 1) * BITS_PER_LONG; in dql_check_stall()
49 end = hist_head * BITS_PER_LONG + (BITS_PER_LONG - 1); in dql_check_stall()
68 if (hist_head != READ_ONCE(dql->history_head)) in dql_check_stall()