Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmatch.h144 #define WB_HISTORY_SIZE 24 macro
150 unsigned int history[WB_HISTORY_SIZE];
/openbmc/linux/security/apparmor/
H A Dmatch.c673 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \
674 wb->len = (wb->len + 1) & (WB_HISTORY_SIZE - 1); \
693 pos = WB_HISTORY_SIZE; in is_loop()