Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds