Home
last modified time | relevance | path

Searched refs:IS_ERR (Results 1 – 25 of 74) sorted by relevance

123

/tools/include/linux/
A Derr.h45 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
57 if (IS_ERR(ptr)) in PTR_ERR_OR_ZERO()
/tools/perf/tests/
A Devsel-tp-sched.c41 if (IS_ERR(evsel)) { in test__perf_evsel__tp_sched_test()
71 if (IS_ERR(evsel)) { in test__perf_evsel__tp_sched_test()
A Dopenat-syscall.c33 if (IS_ERR(evsel)) { in test__openat_syscall_event()
A Dtopology.c42 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()
A Dopenat-syscall-all-cpus.c49 if (IS_ERR(evsel)) { in test__openat_syscall_event_on_all_cpus()
A Dopenat-syscall-tp-fields.c51 if (IS_ERR(evsel)) { in test__syscall_openat_tp_fields()
/tools/perf/util/
A Dbpf_ftrace.c110 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()
A Dexpr.c71 if (IS_ERR(hash)) in ids__new()
299 if (IS_ERR(ctx->ids)) { in expr__ctx_new()
A Dbpf_counter_cgroup.c99 if (IS_ERR(link)) { in bperf_load_program()
A Dbpf_counter.c419 if (IS_ERR(link)) { in bperf_reload_leader_program()
461 if (IS_ERR(link)) in bperf_attach_follower_program()
/tools/virtio/linux/
A Derr.h18 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() function
/tools/testing/selftests/mm/page_frag/
A Dpage_frag_test.c143 if (IS_ERR(tsk_push)) in page_frag_test_init()
148 if (IS_ERR(tsk_pop)) { in page_frag_test_init()
/tools/testing/scatterlist/linux/
A Dmm.h146 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
153 if (IS_ERR(ptr)) in PTR_ERR_OR_ZERO()
/tools/perf/bench/
A Dsynthesize.c124 if (IS_ERR(session)) { in run_single_threaded()
173 if (IS_ERR(session)) { in do_run_multi_threaded()
/tools/perf/
A Dbuiltin-evlist.c46 if (IS_ERR(session)) in __cmd_evlist()
A Dbuiltin-buildid-list.c114 if (IS_ERR(session)) in perf_session__list_build_ids()
/tools/lib/bpf/
A Dstrset.c49 if (IS_ERR(hash)) in strset__new()
A Dlibbpf_internal.h605 if (IS_ERR(ret)) in libbpf_ptr()
608 return IS_ERR(ret) ? NULL : ret; in libbpf_ptr()
/tools/testing/selftests/net/bench/page_pool/
A Dbench_page_pool_simple.c146 if (IS_ERR(pp)) { in time_bench_page_pool()
A Dtime_bench.c364 if (IS_ERR(c->task)) { in time_bench_run_concurrent()
/tools/bpf/bpftool/
A Dpids.c108 if (IS_ERR(*map)) { in build_obj_refs_table()
/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c264 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()
/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c136 if (IS_ERR(skcipher)) { in test_skcipher()
/tools/perf/ui/browsers/
A Dscripts.c174 if (IS_ERR(session)) in find_scripts()
/tools/testing/cxl/test/
A Dmock.c259 if (!IS_ERR(dport)) { in __wrap_devm_cxl_add_rch_dport()

Completed in 33 milliseconds

123