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:tFreeNum
(Results
1 - 2
of
2
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtnet.c
136
uint16_t
tFreeNum
;
member
198
nic->
tFreeNum
= nic->dev.vq[1].qsz;
in InitTxFreelist()
215
if (nic->
tFreeNum
> 0) {
in FreeTxEntry()
219
nic->
tFreeNum
+= count;
in FreeTxEntry()
325
if (count > nic->
tFreeNum
) {
in GetTxFreeEntry()
331
nic->
tFreeNum
-= count;
in GetTxFreeEntry()
338
nic->tFreeHdr = idx; /* may be invalid if empty, but
tFreeNum
must be valid: 0 */
in GetTxFreeEntry()
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
81
uint16_t
tFreeNum
;
member
148
nic->
tFreeNum
= nic->dev.vq[1].qsz;
in InitTxFreelist()
161
if (nic->
tFreeNum
> 0) {
in FreeTxEntry()
165
nic->
tFreeNum
+= PER_TX_ENTRIES;
in FreeTxEntry()
216
if (PER_TX_ENTRIES > nic->
tFreeNum
) {
in GetTxFreeEntry()
226
nic->
tFreeNum
-= PER_TX_ENTRIES;
in GetTxFreeEntry()
229
/* new tFreeHdr may be invalid if list is empty, but
tFreeNum
must be valid: 0 */
in GetTxFreeEntry()
Completed in 2 milliseconds