Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_map_in_map.c258 struct rb_ctx { in map_ptr_is_never_null_rb()
263 static __always_inline struct rb_ctx __rb_event_reserve(__u32 sz)
265 struct rb_ctx rb_ctx = {};
272 return rb_ctx;
274 rb_ctx.rb = rb;
275 bpf_ringbuf_reserve_dynptr(rb, sz, 0, &rb_ctx.dptr);
277 return rb_ctx;
280 static __noinline void __rb_event_submit(struct rb_ctx *ctx)
295 struct rb_ctx event_ct
218 struct rb_ctx { global() struct
223 dptrrb_ctx __rb_event_reserve() argument
225 struct rb_ctx rb_ctx = {}; __rb_event_reserve() local
[all...]