Searched refs:history_head (Results 1 – 3 of 3) 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
5348 old_flow = fl->history[fl->history_head]; in skb_flow_limit() 5349 fl->history[fl->history_head] = new_flow; in skb_flow_limit() 5351 fl->history_head++; in skb_flow_limit() 5352 fl->history_head &= FLOW_LIMIT_HISTORY - 1; in skb_flow_limit()