Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Drbtree_fail.c317 long add_with_cb(bool (cb)(struct bpf_rb_node *a, const struct bpf_rb_node *b)) in add_with_cb() function
335 return add_with_cb(less__bad_fn_call_add); in rbtree_api_add_bad_cb_bad_fn_call_add()
342 return add_with_cb(less__bad_fn_call_remove); in rbtree_api_add_bad_cb_bad_fn_call_remove()
349 return add_with_cb(less__bad_fn_call_first_unlock_after); in rbtree_api_add_bad_cb_bad_fn_call_first_unlock_after()
378 return add_with_cb(less__bad_subprog_unlock); in rbtree_api_add_bad_cb_subprog_unlock()
385 return add_with_cb(less__subprog_allowed); in rbtree_api_add_cb_subprog_allowed()