Searched refs:IS_ERR_OR_NULL (Results 1 – 14 of 14) sorted by relevance
18 static inline int IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() function
23 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() function
50 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() function
86 if (IS_ERR_OR_NULL(set)) in strset__free()
78 if (IS_ERR_OR_NULL(map)) in hashmap__free()
299 if (IS_ERR_OR_NULL(man)) in usdt_manager_free()
243 if (IS_ERR_OR_NULL(d)) in btf_dump__free()
971 if (IS_ERR_OR_NULL(btf)) in btf__free()3305 if (IS_ERR_OR_NULL(btf_ext)) in btf_ext__free()
6031 if (!IS_ERR_OR_NULL(cand_cache)) { in bpf_object__relocate_core()9128 if (IS_ERR_OR_NULL(obj)) in bpf_object__close()10706 if (!IS_ERR_OR_NULL(ptr)) in libbpf_get_error()10755 if (IS_ERR_OR_NULL(link)) in bpf_link__destroy()13329 if (IS_ERR_OR_NULL(pb)) in perf_buffer__free()
564 if (IS_ERR_OR_NULL(info_linear)) { in perf_event__synthesize_one_bpf_prog()853 if (IS_ERR_OR_NULL(info_linear)) { in perf_env__add_bpf_info()
72 if (IS_ERR_OR_NULL(info_linear)) { in bpf_target_prog_name()
344 if (IS_ERR_OR_NULL(tp_format)) in get_tracepoint_field()
2420 if (!IS_ERR_OR_NULL(cand_cache)) { in btfgen_record_obj()
Completed in 60 milliseconds