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:tre_avail
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ipa/
H
A
D
gsi_trans.c
304
int avail = atomic_read(&trans_info->
tre_avail
);
in gsi_trans_tre_reserve()
311
} while (!atomic_try_cmpxchg(&trans_info->
tre_avail
, &avail, new));
in gsi_trans_tre_reserve()
320
atomic_add(tre_count, &trans_info->
tre_avail
);
in gsi_trans_tre_release()
331
return atomic_read(&trans_info->
tre_avail
) == tre_max;
in gsi_channel_trans_idle()
594
if (ring_db || !atomic_read(&channel->trans_info.
tre_avail
)) {
in __gsi_trans_commit()
717
/* The
tre_avail
field is what ultimately limits the number of
in gsi_channel_trans_init()
723
atomic_set(&trans_info->
tre_avail
, tre_max);
in gsi_channel_trans_init()
H
A
D
gsi.h
76
atomic_t
tre_avail
; /* TREs available for allocation */
member
/kernel/linux/linux-5.10/drivers/net/ipa/
H
A
D
gsi_trans.c
307
int avail = atomic_read(&trans_info->
tre_avail
);
in gsi_trans_tre_reserve()
314
} while (!atomic_try_cmpxchg(&trans_info->
tre_avail
, &avail, new));
in gsi_trans_tre_reserve()
323
atomic_add(tre_count, &trans_info->
tre_avail
);
in gsi_trans_tre_release()
594
if (ring_db || !atomic_read(&channel->trans_info.
tre_avail
)) {
in __gsi_trans_commit()
772
/* Finally, the
tre_avail
field is what ultimately limits the number
in gsi_channel_trans_init()
779
atomic_set(&trans_info->
tre_avail
, tre_max);
in gsi_channel_trans_init()
H
A
D
gsi.h
81
atomic_t
tre_avail
; /* TREs available for allocation */
member
Completed in 4 milliseconds