Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c284 static inline int roundup_len(__u32 len) in roundup_len() function
314 cons_pos += roundup_len(len); in ringbuf_custom_process_ring()
/openbmc/linux/tools/lib/bpf/
H A Dringbuf.c216 static inline int roundup_len(__u32 len) in roundup_len() function
249 cons_pos += roundup_len(len); in ringbuf_process_ring()