Home
last modified time | relevance | path

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

/tools/lib/bpf/
A Dringbuf.c237 int *len_ptr, len, err; in ringbuf_process_ring() local
249 len_ptr = r->data + (cons_pos & r->mask); in ringbuf_process_ring()
250 len = smp_load_acquire(len_ptr); in ringbuf_process_ring()
260 sample = (void *)len_ptr + BPF_RINGBUF_HDR_SZ; in ringbuf_process_ring()
/tools/testing/selftests/bpf/benchs/
A Dbench_ringbufs.c298 int *len_ptr, len; in ringbuf_custom_process_ring() local
306 len_ptr = r->data + (cons_pos & r->mask); in ringbuf_custom_process_ring()
307 len = smp_load_acquire(len_ptr); in ringbuf_custom_process_ring()

Completed in 7 milliseconds