Searched refs:data_sz (Results 1 – 2 of 2) sorted by relevance
95 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc() argument100 int nr_data_pages = data_sz >> PAGE_SHIFT; in bpf_ringbuf_area_alloc()163 static struct bpf_ringbuf *bpf_ringbuf_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_alloc() argument167 rb = bpf_ringbuf_area_alloc(data_sz, numa_node); in bpf_ringbuf_alloc()176 rb->mask = data_sz - 1; in bpf_ringbuf_alloc()
106 opts.data_sz = 6056; in iterators_bpf__load()