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:u_index
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-floppy_ioctl.c
43
int i, blocks, length, u_array_size,
u_index
;
in ide_floppy_get_format_capacities()
local
63
u_index
= 0;
in ide_floppy_get_format_capacities()
74
if (
u_index
>= u_array_size)
in ide_floppy_get_format_capacities()
90
++
u_index
;
in ide_floppy_get_format_capacities()
93
if (put_user(
u_index
, arg))
in ide_floppy_get_format_capacities()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
core-book3s.c
441
int r_index,
u_index
, pred;
in power_pmu_bhrb_read()
local
444
u_index
= 0;
in power_pmu_bhrb_read()
493
cpuhw->bhrb_entries[
u_index
].to = addr;
in power_pmu_bhrb_read()
494
cpuhw->bhrb_entries[
u_index
].mispred = pred;
in power_pmu_bhrb_read()
495
cpuhw->bhrb_entries[
u_index
].predicted = ~pred;
in power_pmu_bhrb_read()
506
cpuhw->bhrb_entries[
u_index
].from = addr;
in power_pmu_bhrb_read()
510
cpuhw->bhrb_entries[
u_index
].from = addr;
in power_pmu_bhrb_read()
511
cpuhw->bhrb_entries[
u_index
].to =
in power_pmu_bhrb_read()
513
cpuhw->bhrb_entries[
u_index
].mispred = pred;
in power_pmu_bhrb_read()
514
cpuhw->bhrb_entries[
u_index
]
in power_pmu_bhrb_read()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
core-book3s.c
494
int r_index,
u_index
, pred;
in power_pmu_bhrb_read()
local
497
u_index
= 0;
in power_pmu_bhrb_read()
546
cpuhw->bhrb_entries[
u_index
].to = addr;
in power_pmu_bhrb_read()
547
cpuhw->bhrb_entries[
u_index
].mispred = pred;
in power_pmu_bhrb_read()
548
cpuhw->bhrb_entries[
u_index
].predicted = ~pred;
in power_pmu_bhrb_read()
559
cpuhw->bhrb_entries[
u_index
].from = addr;
in power_pmu_bhrb_read()
563
cpuhw->bhrb_entries[
u_index
].from = addr;
in power_pmu_bhrb_read()
564
cpuhw->bhrb_entries[
u_index
].to =
in power_pmu_bhrb_read()
566
cpuhw->bhrb_entries[
u_index
].mispred = pred;
in power_pmu_bhrb_read()
567
cpuhw->bhrb_entries[
u_index
]
in power_pmu_bhrb_read()
[all...]
Completed in 9 milliseconds