Home
last modified time | relevance | path

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

/linux/tools/include/linux/
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()
/linux/drivers/staging/vt6656/
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
A Drxtx.c251 vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_rxtx_rts_g_head()
267 vnt_rxtx_datahead_ab(tx_context, &buf->data_head); in vnt_rxtx_rts_ab_head()
289 vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_fill_cts_head()
/linux/tools/testing/selftests/bpf/benchs/
A 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()
/linux/tools/memory-model/Documentation/
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
/linux/tools/include/uapi/linux/
A Dperf_event.h669 __u64 data_head; /* head in the data section */ member
/linux/include/uapi/linux/
A Dperf_event.h669 __u64 data_head; /* head in the data section */ member
/linux/kernel/events/
A Dring_buffer.c110 WRITE_ONCE(rb->user_page->data_head, head); in perf_output_put_handle()
A Dcore.c13387 BUILD_BUG_ON((offsetof(struct perf_event_mmap_page, data_head)) in perf_event_init()
/linux/tools/perf/
A Ddesign.txt332 __u32 data_head; /* head in the data section */
/linux/tools/lib/bpf/
A Dlibbpf.c10403 __u64 data_head = ring_buffer_read_head(header); in bpf_perf_event_read_simple() local
10410 while (data_head != data_tail) { in bpf_perf_event_read_simple()

Completed in 66 milliseconds