Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddynamic_queue_limits.h44 #define DQL_HIST_LEN 4 macro
45 #define DQL_HIST_ENT(dql, idx) ((dql)->history[(idx) % DQL_HIST_LEN])
58 unsigned long history[DQL_HIST_LEN];
101 for (i = 0; i < DQL_HIST_LEN; i++) { in dql_queue_stall()
/linux/lib/
H A Ddynamic_queue_limits.c42 start = (hist_head - DQL_HIST_LEN + 1) * BITS_PER_LONG; in dql_check_stall()
59 if (test_bit(t % (DQL_HIST_LEN * BITS_PER_LONG), in dql_check_stall()