Home
last modified time | relevance | path

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

/security/apparmor/
A Dmatch.c682 #define inc_wb_pos(wb) \ argument
685 wb->pos = (wb->pos + 1) & (WB_HISTORY_SIZE - 1); \
686 wb->len = (wb->len + 1) > WB_HISTORY_SIZE ? WB_HISTORY_SIZE : \
687 wb->len + 1; \
695 int pos = wb->pos; in is_loop()
725 AA_BUG(!wb); in leftmatch_fb()
740 wb->history[wb->pos] = state; in leftmatch_fb()
751 inc_wb_pos(wb); in leftmatch_fb()
759 wb->history[wb->pos] = state; in leftmatch_fb()
770 inc_wb_pos(wb); in leftmatch_fb()
[all …]

Completed in 5 milliseconds