Searched refs:IS_ERR (Results 1 – 25 of 74) sorted by relevance
123
45 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function57 if (IS_ERR(ptr)) in PTR_ERR_OR_ZERO()
41 if (IS_ERR(evsel)) { in test__perf_evsel__tp_sched_test()71 if (IS_ERR(evsel)) { in test__perf_evsel__tp_sched_test()
33 if (IS_ERR(evsel)) { in test__openat_syscall_event()
42 TEST_ASSERT_VAL("can't get session", !IS_ERR(session)); in session_write_header()76 TEST_ASSERT_VAL("can't get session", !IS_ERR(session)); in check_cpu_topology()
49 if (IS_ERR(evsel)) { in test__openat_syscall_event_on_all_cpus()
51 if (IS_ERR(evsel)) { in test__syscall_openat_tp_fields()
110 if (IS_ERR(skel->links.func_begin)) { in perf_ftrace__latency_prepare_bpf()118 if (IS_ERR(skel->links.func_end)) { in perf_ftrace__latency_prepare_bpf()130 if (IS_ERR(skel->links.event_begin)) { in perf_ftrace__latency_prepare_bpf()140 if (IS_ERR(skel->links.event_end)) { in perf_ftrace__latency_prepare_bpf()
71 if (IS_ERR(hash)) in ids__new()299 if (IS_ERR(ctx->ids)) { in expr__ctx_new()
99 if (IS_ERR(link)) { in bperf_load_program()
419 if (IS_ERR(link)) { in bperf_reload_leader_program()461 if (IS_ERR(link)) in bperf_attach_follower_program()
18 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() function
143 if (IS_ERR(tsk_push)) in page_frag_test_init()148 if (IS_ERR(tsk_pop)) { in page_frag_test_init()
146 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function153 if (IS_ERR(ptr)) in PTR_ERR_OR_ZERO()
124 if (IS_ERR(session)) { in run_single_threaded()173 if (IS_ERR(session)) { in do_run_multi_threaded()
46 if (IS_ERR(session)) in __cmd_evlist()
114 if (IS_ERR(session)) in perf_session__list_build_ids()
49 if (IS_ERR(hash)) in strset__new()
605 if (IS_ERR(ret)) in libbpf_ptr()608 return IS_ERR(ret) ? NULL : ret; in libbpf_ptr()
146 if (IS_ERR(pp)) { in time_bench_page_pool()
364 if (IS_ERR(c->task)) { in time_bench_run_concurrent()
108 if (IS_ERR(*map)) { in build_obj_refs_table()
264 if (IS_ERR(thread_ret) && !err) { in do_sk_storage_map_stress_free()370 if (IS_ERR(thread_ret) && !err) { in do_sk_storage_map_stress_change()
136 if (IS_ERR(skcipher)) { in test_skcipher()
174 if (IS_ERR(session)) in find_scripts()
259 if (!IS_ERR(dport)) { in __wrap_devm_cxl_add_rch_dport()
Completed in 33 milliseconds