Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c205 unsigned long data_head, data_tail; in __event_read_samples() local
215 data_head = metadata_page->data_head; in __event_read_samples()
232 if (data_head - data_tail < sizeof(header)) in __event_read_samples()
244 if ((metadata_page->data_tail + *size) > metadata_page->data_head) in __event_read_samples()
245 data_tail = metadata_page->data_head; in __event_read_samples()
/openbmc/linux/tools/include/linux/
H A 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()
/openbmc/linux/drivers/staging/vt6656/
H A Drxtx.h95 struct vnt_tx_datahead_g data_head; member
103 struct vnt_tx_datahead_ab data_head; member
113 struct vnt_tx_datahead_g data_head; member
H A Drxtx.c249 vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_rxtx_rts_g_head()
265 vnt_rxtx_datahead_ab(tx_context, &buf->data_head); in vnt_rxtx_rts_ab_head()
287 vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_fill_cts_head()
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c483 __u64 data_head, data_tail; in perfbuf_custom_consumer() local
502 data_head = ring_buffer_read_head(header); in perfbuf_custom_consumer()
504 while (data_head != data_tail) { in perfbuf_custom_consumer()
/openbmc/linux/tools/memory-model/Documentation/
H A 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
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h720 __u64 data_head; /* head in the data section */ member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h720 __u64 data_head; /* head in the data section */ member
/openbmc/linux/kernel/events/
H A Dring_buffer.c110 WRITE_ONCE(rb->user_page->data_head, head); in perf_output_put_handle()
H A Dcore.c13821 BUILD_BUG_ON((offsetof(struct perf_event_mmap_page, data_head)) in perf_event_init()
/openbmc/linux/tools/perf/
H A Ddesign.txt332 __u32 data_head; /* head in the data section */
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c12254 __u64 data_head = ring_buffer_read_head(header);
12261 while (data_head != data_tail) {