Home
last modified time | relevance | path

Searched refs:data_head (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/include/linux/
H A Dring_buffer.h9 return smp_load_acquire(&base->data_head); in ring_buffer_read_head()
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h707 * User-space reading the @data_head value should issue an smp_rmb(),
720 __u64 data_head; /* head in the data section */ member
/third_party/libbpf/src/
H A Dlibbpf.c12768 __u64 data_head = ring_buffer_read_head(header); local
12775 while (data_head != data_tail) {

Completed in 20 milliseconds