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:path_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/
H
A
D
opp.h
153
* @
path_count
: Number of interconnect paths
199
unsigned int
path_count
;
member
H
A
D
of.c
412
opp_table->
path_count
= num_paths;
in dev_pm_opp_of_find_icc_paths()
647
if (table->
path_count
!= count) {
in _read_bw()
649
__func__, name, count, table->
path_count
);
in _read_bw()
H
A
D
debugfs.c
61
for (i = 0; i < opp_table->
path_count
; i++) {
in opp_debug_create_bw()
H
A
D
core.c
735
for (i = 0; i < opp_table->
path_count
; i++) {
in _set_opp_bw()
1200
for (i = 0; i < opp_table->
path_count
; i++)
in _opp_table_kref_release()
1394
icc_size = sizeof(*opp->bandwidth) * table->
path_count
;
in _opp_allocate()
/kernel/linux/linux-6.6/drivers/opp/
H
A
D
opp.h
181
* @
path_count
: Number of interconnect paths
231
unsigned int
path_count
;
member
H
A
D
debugfs.c
64
for (i = 0; i < opp_table->
path_count
; i++) {
in opp_debug_create_bw()
H
A
D
of.c
523
opp_table->
path_count
= num_paths;
in dev_pm_opp_of_find_icc_paths()
815
if (opp_table->
path_count
!= count) {
in _read_bw()
817
__func__, name, count, opp_table->
path_count
);
in _read_bw()
H
A
D
core.c
1005
for (i = 0; i < opp_table->
path_count
; i++) {
in _set_opp_bw()
1607
for (i = 0; i < opp_table->
path_count
; i++)
in _opp_table_kref_release()
1800
icc_size = sizeof(*opp->bandwidth) * opp_table->
path_count
;
in _opp_allocate()
1864
for (i = 0; i < opp_table->
path_count
; i++) {
in _opp_compare_bw()
/kernel/linux/linux-5.10/fs/
H
A
D
eventpoll.c
1375
static int
path_count
[PATH_ARR_SIZE];
variable
1383
if (++
path_count
[nests] > path_limits[nests])
in path_count_inc()
1393
path_count
[i] = 0;
in path_count_init()
/kernel/linux/linux-6.6/fs/
H
A
D
eventpoll.c
1335
static int
path_count
[PATH_ARR_SIZE];
variable
1343
if (++
path_count
[nests] > path_limits[nests])
in path_count_inc()
1353
path_count
[i] = 0;
in path_count_init()
Completed in 18 milliseconds