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

/linux-master/tools/testing/selftests/bpf/prog_tests/
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 Dbtf_map_in_map.c115 CHECK(kern_sync_rcu(), "sync_rcu", "failed\n");
116 CHECK(kern_sync_rcu(), "sync_rcu", "failed\n");
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 Dperf_link.c76 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_kptr.c150 ASSERT_OK(kern_sync_rcu(), "sync rcu");
155 ASSERT_OK(kern_sync_rcu(), "sync rcu");
H A Dxdp_do_redirect.c227 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 Dbpf_cookie.c403 kern_sync_rcu();
475 kern_sync_rcu();
H A Dbpf_iter.c111 kern_sync_rcu();
112 kern_sync_rcu();
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h38 int kern_sync_rcu(void);
H A Dtesting_helpers.c371 if (kern_sync_rcu())
414 int kern_sync_rcu(void) function

Completed in 126 milliseconds