Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6656/
Drxtx.h113 struct vnt_tx_datahead_g data_head; member
128 struct vnt_tx_datahead_g_fb data_head; member
136 struct vnt_tx_datahead_ab data_head; member
146 struct vnt_tx_datahead_a_fb data_head; member
156 struct vnt_tx_datahead_g data_head; member
167 struct vnt_tx_datahead_g_fb data_head; member
Drxtx.c430 return vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_rxtx_rts_g_head()
474 return vnt_rxtx_datahead_g_fb(tx_context, &buf->data_head); in vnt_rxtx_rts_g_fb_head()
493 return vnt_rxtx_datahead_ab(tx_context, &buf->data_head); in vnt_rxtx_rts_ab_head()
522 return vnt_rxtx_datahead_a_fb(tx_context, &buf->data_head); in vnt_rxtx_rts_a_fb_head()
558 return vnt_rxtx_datahead_g_fb(tx_context, &buf->data_head); in vnt_fill_cts_fb_head()
584 return vnt_rxtx_datahead_g(tx_context, &buf->data_head); in vnt_fill_cts_head()
/Linux-v4.19/tools/perf/util/
Dmmap.h75 u64 head = READ_ONCE(pc->data_head); in perf_mmap__read_head()
/Linux-v4.19/include/linux/ceph/
Dmessenger.h205 struct list_head *data_head; /* = &ceph_msg->data */ member
/Linux-v4.19/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
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h609 __u64 data_head; /* head in the data section */ member
/Linux-v4.19/include/uapi/linux/
Dperf_event.h609 __u64 data_head; /* head in the data section */ member
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c2372 __u64 data_head = header->data_head; in bpf_perf_event_read_simple() local
2377 if (data_head == data_tail) in bpf_perf_event_read_simple()
2383 end = base + data_head % size; in bpf_perf_event_read_simple()
/Linux-v4.19/kernel/events/
Dring_buffer.c88 rb->user_page->data_head = head; in perf_output_put_handle()
Dcore.c11707 BUILD_BUG_ON((offsetof(struct perf_event_mmap_page, data_head)) in perf_event_init()
/Linux-v4.19/tools/perf/
Ddesign.txt324 __u32 data_head; /* head in the data section */
/Linux-v4.19/net/ceph/
Dmessenger.c1150 cursor->data_head = &msg->data; in ceph_msg_data_cursor_init()
1234 BUG_ON(list_is_last(&cursor->data->links, cursor->data_head)); in ceph_msg_data_advance()