Home
last modified time | relevance | path

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

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