Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IS_ERR
(Results
1 - 12
of
12
) sorted by relevance
/third_party/libbpf/include/linux/
H
A
D
err.h
23
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
D
vc4_gem.c
102
if (
IS_ERR
(exec->exec_bo)) {
in vc4_get_bcl()
/third_party/libbpf/src/
H
A
D
strset.c
49
if (
IS_ERR
(hash))
in strset__new()
H
A
D
libbpf_internal.h
591
if (
IS_ERR
(ret))
in libbpf_ptr()
594
return
IS_ERR
(ret) ? NULL : ret;
in libbpf_ptr()
H
A
D
skel_internal.h
156
if (
IS_ERR
(map))
in skel_finalize_map_data()
H
A
D
btf.c
1717
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
D
btf_dump.c
172
if (
IS_ERR
(d->type_names)) {
in btf_dump__new()
178
if (
IS_ERR
(d->ident_names)) {
in btf_dump__new()
H
A
D
libbpf.c
1235
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
D
relo_core.c
39
if (
IS_ERR
(t))
in btf__resolve_size()
H
A
D
usdt.c
998
if (
IS_ERR
(specs_hash)) {
in usdt_manager_attach_usdt()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
kernel.h
75
#define
IS_ERR
(err) ((unsigned long)(err) > (unsigned long)-1000L)
macro
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
7241
if ($line =~ /\b(?:(?:un)?likely)\s*\(\s*!?\s*(
IS_ERR
(?:_OR_NULL|_VALUE)?|WARN)/) {
Completed in 38 milliseconds