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:rx_disabled
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H
A
D
dsp_core.c
199
if (!dsp->
rx_disabled
)
in dsp_rx_off_member()
444
dsp->
rx_disabled
= 0;
in dsp_control_req()
451
dsp->
rx_disabled
= 1;
in dsp_control_req()
702
if (dsp->
rx_disabled
) {
in dsp_function()
761
if (dsp->
rx_disabled
) {
in dsp_function()
H
A
D
dsp.h
177
int
rx_disabled
; /* what the user wants */
member
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H
A
D
dsp_core.c
199
if (!dsp->
rx_disabled
)
in dsp_rx_off_member()
444
dsp->
rx_disabled
= 0;
in dsp_control_req()
451
dsp->
rx_disabled
= 1;
in dsp_control_req()
702
if (dsp->
rx_disabled
) {
in dsp_function()
761
if (dsp->
rx_disabled
) {
in dsp_function()
H
A
D
dsp.h
177
int
rx_disabled
; /* what the user wants */
member
/kernel/linux/linux-5.10/include/net/
H
A
D
kcm.h
83
u32
rx_disabled
: 1;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
kcm.h
83
u32
rx_disabled
: 1;
member
/kernel/linux/linux-5.10/net/kcm/
H
A
D
kcmsock.c
127
if (unlikely(kcm->rx_wait || kcm->rx_psock || kcm->
rx_disabled
))
in kcm_rcv_ready()
335
if (unlikely(kcm->
rx_disabled
)) {
in unreserve_rx_kcm()
1195
if (kcm->
rx_disabled
)
in kcm_recv_disable()
1200
kcm->
rx_disabled
= 1;
in kcm_recv_disable()
1221
if (!kcm->
rx_disabled
)
in kcm_recv_enable()
1226
kcm->
rx_disabled
= 0;
in kcm_recv_enable()
1284
val = kcm->
rx_disabled
;
in kcm_getsockopt()
1752
kcm->
rx_disabled
= 1;
in kcm_done()
/kernel/linux/linux-6.6/net/kcm/
H
A
D
kcmsock.c
129
if (unlikely(kcm->rx_wait || kcm->rx_psock || kcm->
rx_disabled
))
in kcm_rcv_ready()
337
if (unlikely(kcm->
rx_disabled
)) {
in unreserve_rx_kcm()
1072
if (kcm->
rx_disabled
)
in kcm_recv_disable()
1077
kcm->
rx_disabled
= 1;
in kcm_recv_disable()
1098
if (!kcm->
rx_disabled
)
in kcm_recv_enable()
1103
kcm->
rx_disabled
= 0;
in kcm_recv_enable()
1162
val = kcm->
rx_disabled
;
in kcm_getsockopt()
1630
kcm->
rx_disabled
= 1;
in kcm_done()
Completed in 9 milliseconds