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:handle_err
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-6.6/kernel/futex/
H
A
D
pi.c
746
goto
handle_err
;
in __fixup_pi_state_owner()
767
goto
handle_err
;
in __fixup_pi_state_owner()
774
goto
handle_err
;
in __fixup_pi_state_owner()
802
handle_err
:
in __fixup_pi_state_owner()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
guest.c
885
if (afu_guest->
handle_err
)
in afu_handle_errstate()
992
afu->guest->
handle_err
= true;
in cxl_guest_init_afu()
1025
afu->guest->
handle_err
= false;
in cxl_guest_remove_afu()
H
A
D
cxl.h
470
bool
handle_err
;
member
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
guest.c
891
if (afu_guest->
handle_err
)
in afu_handle_errstate()
998
afu->guest->
handle_err
= true;
in cxl_guest_init_afu()
1031
afu->guest->
handle_err
= false;
in cxl_guest_remove_afu()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_ae_adapt.c
89
goto
handle_err
;
in hns_ae_get_handle()
134
handle_err
:
in hns_ae_get_handle()
/kernel/linux/linux-5.10/kernel/futex/
H
A
D
core.c
2407
goto
handle_err
;
in __fixup_pi_state_owner()
2428
goto
handle_err
;
in __fixup_pi_state_owner()
2435
goto
handle_err
;
in __fixup_pi_state_owner()
2463
handle_err
:
in __fixup_pi_state_owner()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-bcm2835aux.c
518
master->
handle_err
= bcm2835aux_spi_handle_err;
in bcm2835aux_spi_probe()
H
A
D
spi-qcom-qspi.c
531
master->
handle_err
= qcom_qspi_handle_err;
in qcom_qspi_probe()
H
A
D
spi-dw-core.c
877
master->
handle_err
= dw_spi_handle_err;
in dw_spi_add_host()
H
A
D
spi-lantiq-ssc.c
978
master->
handle_err
= lantiq_ssc_handle_err;
in lantiq_ssc_probe()
H
A
D
spi-rockchip.c
766
ctlr->
handle_err
= rockchip_spi_handle_err;
in rockchip_spi_probe()
H
A
D
spi-geni-qcom.c
706
spi->
handle_err
= handle_fifo_timeout;
in spi_geni_probe()
H
A
D
spi-img-spfi.c
612
master->
handle_err
= img_spfi_handle_err;
in img_spfi_probe()
H
A
D
spi-uniphier.c
710
master->
handle_err
= uniphier_spi_handle_err;
in uniphier_spi_probe()
H
A
D
spi-bcm2835.c
1305
ctlr->
handle_err
= bcm2835_spi_handle_err;
in bcm2835_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-hisi-kunpeng.c
498
host->
handle_err
= hisi_spi_handle_err;
in hisi_spi_probe()
H
A
D
spi-bcm2835aux.c
502
host->
handle_err
= bcm2835aux_spi_handle_err;
in bcm2835aux_spi_probe()
H
A
D
spi-img-spfi.c
611
host->
handle_err
= img_spfi_handle_err;
in img_spfi_probe()
H
A
D
spi-lantiq-ssc.c
973
host->
handle_err
= lantiq_ssc_handle_err;
in lantiq_ssc_probe()
H
A
D
spi-dw-core.c
931
host->
handle_err
= dw_spi_handle_err;
in dw_spi_add_host()
H
A
D
spi-uniphier.c
710
master->
handle_err
= uniphier_spi_handle_err;
in uniphier_spi_probe()
H
A
D
spi-qcom-qspi.c
773
host->
handle_err
= qcom_qspi_handle_err;
in qcom_qspi_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_ae_adapt.c
89
goto
handle_err
;
in hns_ae_get_handle()
135
handle_err
:
in hns_ae_get_handle()
/kernel/linux/linux-5.10/include/linux/spi/
H
A
D
spi.h
409
* @
handle_err
: the subsystem calls the driver to handle an error that occurs
638
void (*
handle_err
)(struct spi_controller *ctlr,
member
/kernel/linux/linux-6.6/include/linux/spi/
H
A
D
spi.h
468
* @
handle_err
: the subsystem calls the driver to handle an error that occurs
706
void (*
handle_err
)(struct spi_controller *ctlr,
member
Completed in 40 milliseconds
1
2