Lines Matching defs:data
27 void *data;
110 /* Map read-only producer page and data pages. We map twice as big
111 * data size to allow simple reading of samples that wrap around the
123 pr_warn("ringbuf: failed to mmap data pages for map fd=%d: %d\n",
128 r->data = tmp + rb->page_size;
134 e->data.fd = rb->ring_cnt;
223 len_ptr = r->data + (cons_pos & r->mask);
252 /* Consume available ring buffer(s) data without event polling.
275 /* Poll for available data and consume records, if any are available.
289 __u32 ring_id = rb->events[i].data.fd;