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:hold_frames
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H
A
D
efc_node.h
51
node->
hold_frames
= true;
in efc_node_hold_frames()
64
node->
hold_frames
= false;
in efc_node_accept_frames()
H
A
D
efc_domain.c
54
efc->
hold_frames
= true;
in efc_domain_cb()
97
efc->
hold_frames
= false;
in efc_domain_cb()
123
efc->
hold_frames
= false;
in efc_domain_free()
870
if (efc->
hold_frames
)
in efct_domain_process_pending()
914
if (!domain || efc->
hold_frames
|| !list_empty(&efc->pend_frames)) {
in efc_dispatch_frame()
1002
if (node->
hold_frames
|| !list_empty(&node->pend_frames)) {
in efc_domain_dispatch_frame()
H
A
D
efclib.c
29
efc->
hold_frames
= false;
in efcport_init()
H
A
D
efclib.h
275
* @
hold_frames
: hold incoming frames if true
326
bool
hold_frames
;
member
561
bool
hold_frames
;
member
H
A
D
efc_node.c
784
if (!node->
hold_frames
&& node->evtdepth == 1)
in efc_node_post_event()
1005
if (node->
hold_frames
)
in efc_process_node_pending()
Completed in 6 milliseconds