Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_btf.c43 kern_sync_rcu(); in do_test_normal_map_btf()
87 kern_sync_rcu(); in do_test_map_in_map_btf()
H A 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()
H A 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()
H A 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()
H A Dxdp_devmap_attach.c69 kern_sync_rcu(); in test_xdp_with_devmap_helpers()
219 kern_sync_rcu(); in test_xdp_with_devmap_helpers_veth()
H A Dxdp_cpumap_attach.c68 kern_sync_rcu(); in test_xdp_with_cpumap_helpers()
H A Dfd_array.c320 if (!ASSERT_GE(kern_sync_rcu(), 0, "kern_sync_rcu 1")) in check_fd_array_cnt__referenced_btfs()
H A Dxdp_do_redirect.c228 kern_sync_rcu(); in test_xdp_do_redirect()
H A Dtask_local_storage.c75 kern_sync_rcu(); in test_exit_creds()
H A Dbpf_iter.c111 kern_sync_rcu(); in do_read_map_iter_fd()
112 kern_sync_rcu(); in do_read_map_iter_fd()
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h38 int kern_sync_rcu(void);
H A Dtesting_helpers.c374 if (kern_sync_rcu()) in unload_module()
439 int kern_sync_rcu(void) in kern_sync_rcu() function