Searched refs:WB_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance
714 BUILD_BUG_ON_NOT_POWER_OF_2(WB_HISTORY_SIZE); \715 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \716 wb->len = (wb->len + 1) > WB_HISTORY_SIZE ? WB_HISTORY_SIZE : \736 /* -1 wraps to WB_HISTORY_SIZE - 1 */ in is_loop() 737 pos = (pos - 1) & (WB_HISTORY_SIZE - 1); in is_loop()
143 #define WB_HISTORY_SIZE 32 macro147 aa_state_t history[WB_HISTORY_SIZE];