Home
last modified time | relevance | path

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

/tools/include/linux/
Dring_buffer.h59 return smp_load_acquire(&base->data_head); in ring_buffer_read_head()
61 u64 head = READ_ONCE(base->data_head); in ring_buffer_read_head()
/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c487 __u64 data_head, data_tail; in perfbuf_custom_consumer() local
506 data_head = ring_buffer_read_head(header); in perfbuf_custom_consumer()
508 while (data_head != data_tail) { in perfbuf_custom_consumer()
/tools/include/uapi/linux/
Dperf_event.h641 __u64 data_head; /* head in the data section */ member
/tools/memory-model/Documentation/
Drecipes.txt334 * if (LOAD ->data_tail) { LOAD ->data_head
338 * STORE ->data_head STORE ->data_tail
389 * if (LOAD ->data_tail) { LOAD ->data_head
393 * STORE ->data_head STORE ->data_tail
/tools/perf/
Ddesign.txt329 __u32 data_head; /* head in the data section */
/tools/lib/bpf/
Dlibbpf.c9904 __u64 data_head = ring_buffer_read_head(header); in bpf_perf_event_read_simple() local
9911 while (data_head != data_tail) { in bpf_perf_event_read_simple()