Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/benchs/
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()
/tools/lib/bpf/
Dringbuf.c216 static inline int roundup_len(__u32 len) in roundup_len() function
249 cons_pos += roundup_len(len); in ringbuf_process_ring()