Searched refs:hist_head (Results 1 – 1 of 1) sorted by relevance
28 unsigned long hist_head, t, start, end; in dql_check_stall() local35 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()
Completed in 2 milliseconds