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:BH_STATUS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
synclink_cs.c
115
#define
BH_STATUS
4
macro
752
} else if (info->pending_bh &
BH_STATUS
) {
in bh_action()
753
info->pending_bh &= ~
BH_STATUS
;
in bh_action()
754
rc =
BH_STATUS
;
in bh_action()
796
case
BH_STATUS
:
in bh_handler()
1079
info->pending_bh |=
BH_STATUS
;
in cts_change()
1117
info->pending_bh |=
BH_STATUS
;
in dcd_change()
1132
info->pending_bh |=
BH_STATUS
;
in dsr_change()
1147
info->pending_bh |=
BH_STATUS
;
in ri_change()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink_gt.c
349
#define
BH_STATUS
4
macro
1847
} else if (info->pending_bh &
BH_STATUS
) {
in bh_action()
1848
info->pending_bh &= ~
BH_STATUS
;
in bh_action()
1849
rc =
BH_STATUS
;
in bh_action()
1897
case
BH_STATUS
:
in bh_handler()
1938
info->pending_bh |=
BH_STATUS
;
in dsr_change()
1958
info->pending_bh |=
BH_STATUS
;
in cts_change()
2001
info->pending_bh |=
BH_STATUS
;
in dcd_change()
2030
info->pending_bh |=
BH_STATUS
;
in ri_change()
H
A
D
synclink.c
151
#define
BH_STATUS
4
macro
1034
} else if (info->pending_bh &
BH_STATUS
) {
in mgsl_bh_action()
1035
info->pending_bh &= ~
BH_STATUS
;
in mgsl_bh_action()
1036
rc =
BH_STATUS
;
in mgsl_bh_action()
1080
case
BH_STATUS
:
in mgsl_bh_handler()
1379
info->pending_bh |=
BH_STATUS
;
in mgsl_isr_io_pin()
H
A
D
synclinkmp.c
133
#define
BH_STATUS
4
macro
1959
} else if (info->pending_bh &
BH_STATUS
) {
in bh_action()
1960
info->pending_bh &= ~
BH_STATUS
;
in bh_action()
1961
rc =
BH_STATUS
;
in bh_action()
2003
case
BH_STATUS
:
in bh_handler()
2487
info->pending_bh |=
BH_STATUS
;
in isr_io_pin()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
344
#define
BH_STATUS
4
macro
1837
} else if (info->pending_bh &
BH_STATUS
) {
in bh_action()
1838
info->pending_bh &= ~
BH_STATUS
;
in bh_action()
1839
rc =
BH_STATUS
;
in bh_action()
1887
case
BH_STATUS
:
in bh_handler()
1928
info->pending_bh |=
BH_STATUS
;
in dsr_change()
1948
info->pending_bh |=
BH_STATUS
;
in cts_change()
1991
info->pending_bh |=
BH_STATUS
;
in dcd_change()
2020
info->pending_bh |=
BH_STATUS
;
in ri_change()
Completed in 29 milliseconds