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:dql_completed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
dynamic_queue_limits.c
18
void
dql_completed
(struct dql *dql, unsigned int count)
in dql_completed()
function
114
EXPORT_SYMBOL(
dql_completed
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
dynamic_queue_limits.c
18
void
dql_completed
(struct dql *dql, unsigned int count)
in dql_completed()
function
114
EXPORT_SYMBOL(
dql_completed
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
dynamic_queue_limits.h
26
*
dql_completed
- called at completion time to indicate how many objects
32
* is also true for
dql_completed
. However, dql_queued and dlq_completed can
49
/* Fields accessed only by completion path (
dql_completed
) */
98
void
dql_completed
(struct dql *dql, unsigned int count);
H
A
D
netdevice.h
3467
* because in netdev_tx_completed_queue we update the
dql_completed
in netdev_tx_sent_queue()
3527
dql_completed
(&dev_queue->dql, bytes);
in netdev_tx_completed_queue()
/kernel/linux/linux-6.6/include/linux/
H
A
D
dynamic_queue_limits.h
26
*
dql_completed
- called at completion time to indicate how many objects
32
* is also true for
dql_completed
. However, dql_queued and dlq_completed can
49
/* Fields accessed only by completion path (
dql_completed
) */
98
void
dql_completed
(struct dql *dql, unsigned int count);
H
A
D
netdevice.h
3486
* because in netdev_tx_completed_queue we update the
dql_completed
in netdev_tx_sent_queue()
3556
dql_completed
(&dev_queue->dql, bytes);
in netdev_tx_completed_queue()
Completed in 18 milliseconds