Lines Matching refs:ASSERT_OK
26 ASSERT_OK(ret, "test_map_kptr_ref1 refcount"); in test_map_kptr_success()
27 ASSERT_OK(opts.retval, "test_map_kptr_ref1 retval"); in test_map_kptr_success()
29 ASSERT_OK(ret, "test_map_kptr_ref2 refcount"); in test_map_kptr_success()
30 ASSERT_OK(opts.retval, "test_map_kptr_ref2 retval"); in test_map_kptr_success()
33 ASSERT_OK(ret, "test_ls_map_kptr_ref1 refcount"); in test_map_kptr_success()
34 ASSERT_OK(lopts.retval, "test_ls_map_kptr_ref1 retval"); in test_map_kptr_success()
37 ASSERT_OK(ret, "test_ls_map_kptr_ref2 refcount"); in test_map_kptr_success()
38 ASSERT_OK(lopts.retval, "test_ls_map_kptr_ref2 retval"); in test_map_kptr_success()
53 ASSERT_OK(ret, "array_map update"); in test_map_kptr_success()
56 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
57 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
61 ASSERT_OK(ret, "pcpu_array_map update"); in test_map_kptr_success()
64 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
65 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
68 ASSERT_OK(ret, "hash_map delete"); in test_map_kptr_success()
71 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
72 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
75 ASSERT_OK(ret, "pcpu_hash_map delete"); in test_map_kptr_success()
78 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
79 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
82 ASSERT_OK(ret, "hash_malloc_map delete"); in test_map_kptr_success()
85 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
86 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
89 ASSERT_OK(ret, "pcpu_hash_malloc_map delete"); in test_map_kptr_success()
92 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
93 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
96 ASSERT_OK(ret, "lru_hash_map delete"); in test_map_kptr_success()
99 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
100 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
103 ASSERT_OK(ret, "lru_pcpu_hash_map delete"); in test_map_kptr_success()
106 ASSERT_OK(ret, "test_map_kptr_ref3 refcount"); in test_map_kptr_success()
107 ASSERT_OK(opts.retval, "test_map_kptr_ref3 retval"); in test_map_kptr_success()
110 ASSERT_OK(ret, "test_ls_map_kptr_ref_del delete"); in test_map_kptr_success()
112 ASSERT_OK(lopts.retval, "test_ls_map_kptr_ref_del retval"); in test_map_kptr_success()
124 if (!ASSERT_OK(bpf_prog_test_run_opts(bpf_program__fd(rcu->progs.do_call_rcu_tasks_trace), in kern_sync_rcu_tasks_trace()
127 if (!ASSERT_OK(opts.retval, "opts.retval == 0")) in kern_sync_rcu_tasks_trace()
143 if (!ASSERT_OK(rcu_tasks_trace_gp__attach(skel), "rcu_tasks_trace_gp__attach")) in serial_test_map_kptr()
149 ASSERT_OK(kern_sync_rcu_tasks_trace(skel), "sync rcu_tasks_trace"); in serial_test_map_kptr()
150 ASSERT_OK(kern_sync_rcu(), "sync rcu"); in serial_test_map_kptr()
154 ASSERT_OK(kern_sync_rcu_tasks_trace(skel), "sync rcu_tasks_trace"); in serial_test_map_kptr()
155 ASSERT_OK(kern_sync_rcu(), "sync rcu"); in serial_test_map_kptr()