Home
last modified time | relevance | path

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

/linux-6.15/security/apparmor/include/
H A Dmatch.h140 #define WB_HISTORY_SIZE 24 macro
146 unsigned int history[WB_HISTORY_SIZE];
/linux-6.15/security/apparmor/
H A Dmatch.c684 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \
685 wb->len = (wb->len + 1) & (WB_HISTORY_SIZE - 1); \
704 pos = WB_HISTORY_SIZE; in is_loop()