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:dc_shutdown
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
1098
static void
dc_shutdown
(struct hfi1_devdata *dd);
6551
if (dd->
dc_shutdown
)
in _dc_shutdown()
6554
dd->
dc_shutdown
= 1;
in _dc_shutdown()
6565
static void
dc_shutdown
(struct hfi1_devdata *dd)
in dc_shutdown()
function
6582
if (!dd->
dc_shutdown
)
in _dc_start()
6596
dd->
dc_shutdown
= 0;
in _dc_start()
7218
dc_shutdown
(ppd->dd);
in handle_link_down()
8763
if (dd->
dc_shutdown
) {
in do_8051_command()
10858
dd->
dc_shutdown
)
in set_link_state()
10932
if (!dd->
dc_shutdown
) {
in set_link_state()
[all...]
H
A
D
hfi.h
1203
u8
dc_shutdown
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
1057
static void
dc_shutdown
(struct hfi1_devdata *dd);
6512
if (dd->
dc_shutdown
)
in _dc_shutdown()
6515
dd->
dc_shutdown
= 1;
in _dc_shutdown()
6526
static void
dc_shutdown
(struct hfi1_devdata *dd)
in dc_shutdown()
function
6543
if (!dd->
dc_shutdown
)
in _dc_start()
6557
dd->
dc_shutdown
= 0;
in _dc_start()
7179
dc_shutdown
(ppd->dd);
in handle_link_down()
8724
if (dd->
dc_shutdown
) {
in do_8051_command()
10819
dd->
dc_shutdown
)
in set_link_state()
10893
if (!dd->
dc_shutdown
) {
in set_link_state()
[all...]
H
A
D
hfi.h
1153
u8
dc_shutdown
;
member
Completed in 47 milliseconds