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:tid_cnt
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/dlfilters/
H
A
D
dlfilter-show-cycles.c
34
static int
tid_cnt
;
variable
61
if (
tid_cnt
>= TABLEMAX) {
in find_entry()
66
tid_cnt
+= 1;
in find_entry()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
ni_dpm.h
163
u32
tid_cnt
;
member
H
A
D
ni_dpm.c
3157
reg |= (TID_CNT(ni_pi->cac_weights->
tid_cnt
) |
in ni_initialize_smc_cac_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
ni_dpm.h
163
u32
tid_cnt
;
member
H
A
D
ni_dpm.c
3158
reg |= (TID_CNT(ni_pi->cac_weights->
tid_cnt
) |
in ni_initialize_smc_cac_tables()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
1426
reserve_list[i+2] < ha->
tid_cnt
&& reserve_list[i+3] < MAXLUN) {
in gdth_search_drives()
1649
if (b == ha->bus_cnt && t == ha->
tid_cnt
-1) {
in gdth_next()
3891
for (j = 0; j < ha->
tid_cnt
; ++j)
in gdth_ioctl()
3897
for (j = 0; j < ha->
tid_cnt
; ++j)
in gdth_ioctl()
4071
ha->
tid_cnt
= pdev->device >= 0x200 ? MAXID : MAX_HDRIVES;
in gdth_pci_probe_one()
4072
if (max_ids > 0 && max_ids < ha->
tid_cnt
)
in gdth_pci_probe_one()
4073
ha->
tid_cnt
= max_ids;
in gdth_pci_probe_one()
4107
shp->max_id = ha->
tid_cnt
;
in gdth_pci_probe_one()
H
A
D
gdth.h
887
u8
tid_cnt
; /* Target ID count */
member
Completed in 22 milliseconds