Searched refs:WB_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
710 BUILD_BUG_ON_NOT_POWER_OF_2(WB_HISTORY_SIZE); \711 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \712 wb->len = (wb->len + 1) > WB_HISTORY_SIZE ? WB_HISTORY_SIZE : \733 pos = (pos - 1) & (WB_HISTORY_SIZE - 1); in is_loop()
143 #define WB_HISTORY_SIZE 32 macro147 aa_state_t history[WB_HISTORY_SIZE];