Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs_extable.c16 static __u64 test_cb(struct bpf_map *map, __u32 *key, __u64 *val, void *data) in test_cb() function
26 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
36 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
46 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
/openbmc/linux/samples/bpf/
H A Dtest_lwt_bpf.sh230 function test_cb { function
232 install_test $1 test_cb
248 install_test in test_cb
389 test_cb "xmit"
390 test_cb "out"
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c10 typedef int (*test_cb)(struct bpf_object *obj); typedef
61 test_cb cb) in test_fexit_bpf2bpf_common()
/openbmc/qemu/target/hppa/
H A Dtranslate.c1441 uint64_t test_cb = 0; in do_unit_addsub() local
1447 test_cb = dup_const(MO_8, 0x88); in do_unit_addsub()
1451 test_cb = dup_const(MO_32, INT32_MIN); in do_unit_addsub()
1457 test_cb = dup_const(MO_8, INT8_MIN); in do_unit_addsub()
1460 test_cb = dup_const(MO_16, INT16_MIN); in do_unit_addsub()
1464 test_cb = (uint32_t)test_cb; in do_unit_addsub()
1467 if (!test_cb) { in do_unit_addsub()
1504 cb, test_cb); in do_unit_addsub()