Home
last modified time | relevance | path

Searched refs:IS_ERR (Results 1 - 12 of 12) sorted by relevance

/third_party/libbpf/include/linux/
H A Derr.h23 static inline bool IS_ERR(const void *ptr) in IS_ERR() function
35 return IS_ERR(ptr) ? PTR_ERR(ptr) : 0; in PTR_ERR_OR_ZERO()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_gem.c102 if (IS_ERR(exec->exec_bo)) { in vc4_get_bcl()
/third_party/libbpf/src/
H A Dstrset.c49 if (IS_ERR(hash)) in strset__new()
H A Dlibbpf_internal.h591 if (IS_ERR(ret)) in libbpf_ptr()
594 return IS_ERR(ret) ? NULL : ret; in libbpf_ptr()
H A Dskel_internal.h156 if (IS_ERR(map)) in skel_finalize_map_data()
H A Dbtf.c1717 if (IS_ERR(set)) {
1945 if (IS_ERR(p.str_off_map))
3310 if (IS_ERR(d)) {
3493 if (IS_ERR(d->dedup_table)) {
3609 if (IS_ERR(d->strs_set)) {
4896 if (IS_ERR(names_map))
H A Dbtf_dump.c172 if (IS_ERR(d->type_names)) { in btf_dump__new()
178 if (IS_ERR(d->ident_names)) { in btf_dump__new()
H A Dlibbpf.c1235 if (IS_ERR(map)) in init_struct_ops_maps()
1730 if (IS_ERR(map))
2662 if (IS_ERR(map))
3100 if (IS_ERR(sym)) {
6168 if (IS_ERR(cands)) {
6214 if (IS_ERR(cand_cache)) {
7862 if (IS_ERR(obj))
10372 if (IS_ERR(ptr))
11582 if (IS_ERR(archive)) {
12080 if (IS_ERR(ob
[all...]
H A Drelo_core.c39 if (IS_ERR(t)) in btf__resolve_size()
H A Dusdt.c998 if (IS_ERR(specs_hash)) { in usdt_manager_attach_usdt()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h75 #define IS_ERR(err) ((unsigned long)(err) > (unsigned long)-1000L) macro
/third_party/ltp/scripts/
H A Dcheckpatch.pl7241 if ($line =~ /\b(?:(?:un)?likely)\s*\(\s*!?\s*(IS_ERR(?:_OR_NULL|_VALUE)?|WARN)/) {

Completed in 40 milliseconds