Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c179 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
180 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)