Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c172 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
173 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)