Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dmap_btf.c43 kern_sync_rcu(); in do_test_normal_map_btf()
87 kern_sync_rcu(); in do_test_map_in_map_btf()
Dbpf_mod_race.c160 ASSERT_OK(kern_sync_rcu(), "kern_sync_rcu"); in test_bpf_mod_race_config()
179 ASSERT_OK(kern_sync_rcu(), "kern_sync_rcu"); in test_bpf_mod_race_config()
Dcgroup_iter.c238 kern_sync_rcu(); in test_walk_dead_self_only()
240 kern_sync_rcu(); in test_walk_dead_self_only()
242 kern_sync_rcu(); in test_walk_dead_self_only()
Dmap_kptr.c150 ASSERT_OK(kern_sync_rcu(), "sync rcu"); in serial_test_map_kptr()
155 ASSERT_OK(kern_sync_rcu(), "sync rcu"); in serial_test_map_kptr()
Dxdp_devmap_attach.c69 kern_sync_rcu(); in test_xdp_with_devmap_helpers()
219 kern_sync_rcu(); in test_xdp_with_devmap_helpers_veth()
Dperf_link.c87 kern_sync_rcu(); in serial_test_perf_link()
Dxdp_cpumap_attach.c68 kern_sync_rcu(); in test_xdp_with_cpumap_helpers()
Dbpf_cookie.c403 kern_sync_rcu(); in tp_subtest()
475 kern_sync_rcu(); in pe_subtest()
Dfd_array.c320 if (!ASSERT_GE(kern_sync_rcu(), 0, "kern_sync_rcu 1")) in check_fd_array_cnt__referenced_btfs()
Dxdp_do_redirect.c228 kern_sync_rcu(); in test_xdp_do_redirect()
Dtask_local_storage.c75 kern_sync_rcu(); in test_exit_creds()
Dbpf_iter.c111 kern_sync_rcu(); in do_read_map_iter_fd()
112 kern_sync_rcu(); in do_read_map_iter_fd()
/linux-6.14.4/tools/testing/selftests/bpf/
Dtesting_helpers.h38 int kern_sync_rcu(void);
Dtesting_helpers.c374 if (kern_sync_rcu()) in unload_module()
439 int kern_sync_rcu(void) in kern_sync_rcu() function