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:expected_start
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/memblock/tests/
H
A
D
alloc_api.c
29
phys_addr_t
expected_start
;
in alloc_top_down_simple_check()
local
34
expected_start
= memblock_end_of_DRAM() - SMP_CACHE_BYTES;
in alloc_top_down_simple_check()
42
ASSERT_EQ(rgn->base,
expected_start
);
in alloc_top_down_simple_check()
81
phys_addr_t
expected_start
;
in alloc_top_down_disjoint_check()
local
90
expected_start
= memblock_end_of_DRAM() - alignment;
in alloc_top_down_disjoint_check()
103
ASSERT_EQ(rgn2->base,
expected_start
);
in alloc_top_down_disjoint_check()
558
phys_addr_t
expected_start
;
in alloc_bottom_up_disjoint_check()
local
567
expected_start
= memblock_start_of_DRAM() + alignment;
in alloc_bottom_up_disjoint_check()
580
ASSERT_EQ(rgn2->base,
expected_start
);
in alloc_bottom_up_disjoint_check()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H
A
D
timerlat_aa.c
306
unsigned long long
expected_start
;
in timerlat_aa_irq_handler()
local
336
expected_start
= taa_data->tlat_irq_timstamp - taa_data->tlat_irq_latency;
in timerlat_aa_irq_handler()
354
if (
expected_start
< taa_data->timer_irq_start_time)
in timerlat_aa_irq_handler()
355
taa_data->timer_irq_start_delay = taa_data->timer_irq_start_time -
expected_start
;
in timerlat_aa_irq_handler()
365
if (
expected_start
> taa_data->prev_irq_timstamp + taa_data->prev_irq_duration)
in timerlat_aa_irq_handler()
Completed in 3 milliseconds