Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h558 #define BPF_LOG_ALIGNMENT 40U macro
/openbmc/linux/kernel/bpf/
H A Dverifier.c1535 return round_up(max(pos + BPF_LOG_MIN_ALIGNMENT / 2, BPF_LOG_ALIGNMENT), in vlog_alignment()