Home
last modified time | relevance | path

Searched refs:IS_ERR_OR_NULL (Results 1 – 11 of 11) sorted by relevance

/tools/virtio/linux/
Derr.h23 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() function
/tools/include/linux/
Derr.h50 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() function
/tools/testing/selftests/bpf/prog_tests/
Dget_stack_raw_tp.c144 if (!IS_ERR_OR_NULL(link)) in test_get_stack_raw_tp()
146 if (!IS_ERR_OR_NULL(pb)) in test_get_stack_raw_tp()
Dstacktrace_map_raw_tp.c62 if (!IS_ERR_OR_NULL(link)) in test_stacktrace_map_raw_tp()
Dcore_reloc.c309 if (CHECK(IS_ERR_OR_NULL(obj), "obj_open", in test_core_reloc()
379 if (!IS_ERR_OR_NULL(link)) { in test_core_reloc()
/tools/testing/selftests/bpf/
Dtest_tcpnotify_user.c165 if (!IS_ERR_OR_NULL(pb)) in main()
Dtest_select_reuseport.c96 CHECK(IS_ERR_OR_NULL(obj), "open test_select_reuseport_kern.o", in prepare_bpf_obj()
/tools/perf/util/
Dbpf-event.c195 if (IS_ERR_OR_NULL(info_linear)) { in perf_event__synthesize_one_bpf_prog()
370 if (IS_ERR_OR_NULL(info_linear)) { in perf_env__add_bpf_info()
Dbpf-loader.c62 if (IS_ERR_OR_NULL(obj)) { in bpf__prepare_load_buffer()
96 if (!IS_ERR_OR_NULL(obj) && llvm_param.dump_obj) in bpf__prepare_load()
103 if (IS_ERR_OR_NULL(obj)) { in bpf__prepare_load()
/tools/bpf/bpftool/
Dprog.c489 if (IS_ERR_OR_NULL(info_linear)) { in do_dump()
1228 if (IS_ERR_OR_NULL(obj)) { in load_with_options()
/tools/lib/bpf/
Dlibbpf.c1480 if (!IS_ERR_OR_NULL(obj->btf)) in bpf_object__init_btf()
3180 if (!IS_ERR_OR_NULL(cand_cache)) { in bpf_core_reloc_offsets()
4837 if (IS_ERR_OR_NULL(obj)) in bpf_prog_load_xattr()