Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dringbuf.c472 unsigned long rec_pos, cons_pos; in bpf_ringbuf_commit() local
489 rec_pos = (void *)hdr - (void *)rb->data; in bpf_ringbuf_commit()
494 else if (cons_pos == rec_pos && !(flags & BPF_RB_NO_WAKEUP)) in bpf_ringbuf_commit()