Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h642 #define BPF_LOG_ALIGNMENT 40U macro
/linux-6.15/kernel/bpf/
H A Dlog.c865 return round_up(max(pos + BPF_LOG_MIN_ALIGNMENT / 2, BPF_LOG_ALIGNMENT), in vlog_alignment()