Searched refs:data_sz (Results 1 – 2 of 2) sorted by relevance
61 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc() argument66 int nr_data_pages = data_sz >> PAGE_SHIFT; in bpf_ringbuf_area_alloc()129 static struct bpf_ringbuf *bpf_ringbuf_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_alloc() argument133 rb = bpf_ringbuf_area_alloc(data_sz, numa_node); in bpf_ringbuf_alloc()141 rb->mask = data_sz - 1; in bpf_ringbuf_alloc()
143 s->data_sz = 7176; in iterators_bpf__create_skeleton()