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:going_down
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
cm.c
215
int
going_down
;
member
1030
if (!cm_dev->
going_down
)
in cm_enter_timewait()
3958
if (!cm_dev->
going_down
) {
in cm_establish()
4027
int
going_down
= 0;
in cm_recv_handler()
local
4089
if (!port->cm_dev->
going_down
)
in cm_recv_handler()
4092
going_down
= 1;
in cm_recv_handler()
4095
if (
going_down
) {
in cm_recv_handler()
4349
cm_dev->
going_down
= 0;
in cm_add_one()
4445
cm_dev->
going_down
= 1;
in cm_remove_one()
4462
* We flush the queue here after the
going_down
se
in cm_remove_one()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
cm.c
171
int
going_down
;
member
999
if (!cm_dev->
going_down
)
in cm_enter_timewait()
3944
if (!cm_dev->
going_down
) {
in cm_establish()
4004
int
going_down
= 0;
in cm_recv_handler()
local
4065
if (!port->cm_dev->
going_down
)
in cm_recv_handler()
4068
going_down
= 1;
in cm_recv_handler()
4071
if (
going_down
) {
in cm_recv_handler()
4359
cm_dev->
going_down
= 0;
in cm_add_one()
4450
cm_dev->
going_down
= 1;
in cm_remove_one()
4463
* We flush the queue here after the
going_down
se
in cm_remove_one()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
main.h
409
*
going_down
: down path intermediate variable.
493
bool
going_down
;
member
H
A
D
main.c
5169
if (wlc->
going_down
) {
in brcms_c_down()
5178
wlc->
going_down
= true;
in brcms_c_down()
5207
wlc->
going_down
= false;
in brcms_c_down()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
main.h
409
*
going_down
: down path intermediate variable.
493
bool
going_down
;
member
H
A
D
main.c
5167
if (wlc->
going_down
) {
in brcms_c_down()
5176
wlc->
going_down
= true;
in brcms_c_down()
5205
wlc->
going_down
= false;
in brcms_c_down()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
iface.c
368
bool
going_down
)
in ieee80211_do_stop()
506
if (
going_down
)
in ieee80211_do_stop()
620
if (
going_down
)
in ieee80211_do_stop()
367
ieee80211_do_stop(struct ieee80211_sub_if_data *sdata, bool
going_down
)
ieee80211_do_stop()
argument
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
iface.c
444
static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata, bool
going_down
)
in ieee80211_do_stop()
argument
573
if (
going_down
)
in ieee80211_do_stop()
687
if (
going_down
)
in ieee80211_do_stop()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H
A
D
r8169_main.c
3986
static void rtl8169_cleanup(struct rtl8169_private *tp, bool
going_down
)
in rtl8169_cleanup()
argument
3998
if (
going_down
&& tp->dev->wol_enabled)
in rtl8169_cleanup()
Completed in 44 milliseconds