Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dmatch.h138 #define WB_HISTORY_SIZE 24 macro
144 unsigned int history[WB_HISTORY_SIZE];
/linux/security/apparmor/
H A Dmatch.c629 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \
630 wb->len = (wb->len + 1) & (WB_HISTORY_SIZE - 1); \
649 pos = WB_HISTORY_SIZE; in is_loop()