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_VALUE
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_schedule.h
70
#define
IS_ERR_VALUE
(x) unlikely((x) >= (unsigned long)(-MAX_ERRNO))
macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/thirdparty/
H
A
D
mali_kbase_mmap.c
346
if (
IS_ERR_VALUE
(ret) && high_limit == mm->mmap_base && high_limit < (kctx->same_va_end << PAGE_SHIFT)) {
in kbase_context_get_unmapped_area()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/thirdparty/
H
A
D
mali_kbase_mmap.c
360
if (
IS_ERR_VALUE
(ret) && high_limit == mm->mmap_base &&
in kbase_context_get_unmapped_area()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_file.c
989
if (
IS_ERR_VALUE
(inflated_addr)) {
in drm_addr_inflate()
1058
if (
IS_ERR_VALUE
(addr)) {
in drm_get_unmapped_area()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H
A
D
mmz_userdev.c
395
if (
IS_ERR_VALUE
((uintptr_t)addr)) {
in ioctl_mmb_user_remap()
490
if (!
IS_ERR_VALUE
((uintptr_t)ret)) {
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H
A
D
drv_mmz_userdev.c
468
if (
IS_ERR_VALUE
((uintptr_t)addr)) {
in ioctl_mmb_user_remap_get_virt_addr()
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
shm.c
1680
if (
IS_ERR_VALUE
(addr)) {
in do_shmat()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_linux.c
220
if (
IS_ERR_VALUE
(cpu_addr)) {
in kbase_mem_alloc()
H
A
D
mali_kbase_core_linux.c
2234
if (
IS_ERR_VALUE
(ret) && high_limit == mm->mmap_base &&
in kbase_get_unmapped_area()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_linux.c
212
if (
IS_ERR_VALUE
(cpu_addr)) {
in kbase_mem_alloc()
H
A
D
mali_kbase_core_linux.c
2121
if (
IS_ERR_VALUE
(ret) && high_limit == mm->mmap_base && high_limit < (kctx->same_va_end << PAGE_SHIFT)) {
in kbase_get_unmapped_area()
Completed in 25 milliseconds