Searched refs:kern_sync_rcu (Results 1 - 11 of 11) sorted by path

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c403 kern_sync_rcu();
475 kern_sync_rcu();
H A Dbpf_iter.c111 kern_sync_rcu();
112 kern_sync_rcu();
H A Dbpf_mod_race.c160 ASSERT_OK(kern_sync_rcu(), "kern_sync_rcu");
179 ASSERT_OK(kern_sync_rcu(), "kern_sync_rcu");
H A Dcgroup_iter.c234 /* Two kern_sync_rcu() and usleep() pairs are used to wait for the
235 * releases of cgroup css, and the last kern_sync_rcu() and usleep()
238 kern_sync_rcu();
240 kern_sync_rcu();
242 kern_sync_rcu();
H A Dmap_btf.c38 /* Use kern_sync_rcu() to wait for the start of the free of the bpf
43 kern_sync_rcu();
82 /* Use kern_sync_rcu() to wait for the start of the free of the bpf
87 kern_sync_rcu();
H A Dmap_kptr.c150 ASSERT_OK(kern_sync_rcu(), "sync rcu");
155 ASSERT_OK(kern_sync_rcu(), "sync rcu");
H A Dperf_link.c76 kern_sync_rcu();
H A Dtask_local_storage.c61 /* kern_sync_rcu is not enough on its own as the read section we want
67 kern_sync_rcu();
H A Dxdp_do_redirect.c227 kern_sync_rcu();
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c373 if (kern_sync_rcu())
428 int kern_sync_rcu(void) function
H A Dtesting_helpers.h38 int kern_sync_rcu(void);

Completed in 329 milliseconds