Home
last modified time | relevance | path

Searched refs:data_sz (Results 1 – 2 of 2) sorted by relevance

/kernel/bpf/
Dringbuf.c61 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc() argument
66 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() argument
133 rb = bpf_ringbuf_area_alloc(data_sz, numa_node); in bpf_ringbuf_alloc()
141 rb->mask = data_sz - 1; in bpf_ringbuf_alloc()
/kernel/bpf/preload/iterators/
Diterators.skel.h143 s->data_sz = 7176; in iterators_bpf__create_skeleton()