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:inst_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/
H
A
D
mtk_vcodec_dbgfs.c
96
int total_len = 200 * (dbgfs->
inst_count
== 0 ? 1 : dbgfs->
inst_count
);
in mtk_vdec_dbgfs_read()
158
vcodec_dev->dbgfs.
inst_count
++;
in mtk_vcodec_dbgfs_create()
171
vcodec_dev->dbgfs.
inst_count
--;
in mtk_vcodec_dbgfs_remove()
193
vcodec_dev->dbgfs.
inst_count
= 0;
in mtk_vcodec_dbgfs_vdec_init()
212
vcodec_dev->dbgfs.
inst_count
= 0;
in mtk_vcodec_dbgfs_venc_init()
H
A
D
mtk_vcodec_dbgfs.h
41
* @
inst_count
: the count of total instance
49
int
inst_count
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
request_manager.c
375
u32
inst_count
= 0;
in lio_process_iq_request_list()
local
425
inst_count
++;
in lio_process_iq_request_list()
428
if ((napi_budget) && (
inst_count
>= napi_budget))
in lio_process_iq_request_list()
440
return
inst_count
;
in lio_process_iq_request_list()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
request_manager.c
370
u32
inst_count
= 0;
in lio_process_iq_request_list()
local
420
inst_count
++;
in lio_process_iq_request_list()
423
if ((napi_budget) && (
inst_count
>= napi_budget))
in lio_process_iq_request_list()
435
return
inst_count
;
in lio_process_iq_request_list()
Completed in 4 milliseconds