Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_iterating_callbacks.c24 struct num_context { struct
55 static int unsafe_on_zero_iter_cb(__u32 idx, struct num_context *ctx) in unsafe_on_zero_iter_cb()
65 struct num_context loop_ctx = { .i = 32 }; in unsafe_on_zero_iter()
71 static int widening_cb(__u32 idx, struct num_context *ctx) in widening_cb()
81 struct num_context loop_ctx = { .i = 0, .j = 1 }; in widening()
90 static int loop_detection_cb(__u32 idx, struct num_context *ctx) in loop_detection_cb()
100 struct num_context loop_ctx = { .i = 0 }; in loop_detection()
106 static __always_inline __u64 oob_state_machine(struct num_context *ctx) in oob_state_machine()
128 struct num_context loop_ctx = { .i = 0 }; in unsafe_for_each_map_elem()
143 struct num_context loop_ctx = { .i = 0 }; in unsafe_ringbuf_drain()
[all …]