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:proxy_inuse
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
k3-ringacc.c
180
* @
proxy_inuse
: bitfield for proxy usage tracking
199
unsigned long *
proxy_inuse
;
member
315
proxy_id = find_next_zero_bit(ringacc->
proxy_inuse
,
in k3_ringacc_request_ring()
322
set_bit(proxy_id, ringacc->
proxy_inuse
);
in k3_ringacc_request_ring()
530
clear_bit(ring->proxy_id, ringacc->
proxy_inuse
);
in k3_ringacc_ring_free()
1164
ringacc->
proxy_inuse
= devm_kcalloc(dev,
in k3_ringacc_init()
1168
if (!ringacc->rings || !ringacc->rings_inuse || !ringacc->
proxy_inuse
)
in k3_ringacc_init()
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
k3-ringacc.c
197
* @
proxy_inuse
: bitfield for proxy usage tracking
217
unsigned long *
proxy_inuse
;
member
364
proxy_id = find_first_zero_bit(ringacc->
proxy_inuse
,
in k3_ringacc_request_ring()
371
set_bit(proxy_id, ringacc->
proxy_inuse
);
in k3_ringacc_request_ring()
624
clear_bit(ring->proxy_id, ringacc->
proxy_inuse
);
in k3_ringacc_ring_free()
1415
ringacc->
proxy_inuse
= devm_bitmap_zalloc(dev, ringacc->num_proxies,
in k3_ringacc_init()
1418
if (!ringacc->rings || !ringacc->rings_inuse || !ringacc->
proxy_inuse
)
in k3_ringacc_init()
Completed in 6 milliseconds