Searched refs:history_head (Results 1 – 2 of 2) sorted by relevance
35 hist_head = READ_ONCE(dql->history_head); in dql_check_stall()68 if (hist_head != READ_ONCE(dql->history_head)) in dql_check_stall()75 dql->last_reap, dql->history_head, in dql_check_stall()204 dql->history_head = jiffies / BITS_PER_LONG; in dql_reset()
23 unsigned int history_head; member