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:dtl_ridx
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
377
u64 i = local_paca->
dtl_ridx
;
in scan_dispatch_log()
413
local_paca->
dtl_ridx
= i;
in scan_dispatch_log()
439
if (get_paca()->
dtl_ridx
!= be64_to_cpu(get_lppaca()->dtl_idx))
in pseries_calculate_stolen_time()
H
A
D
lpar.c
105
pp->
dtl_ridx
= 0;
in alloc_dtl_buffers()
127
pp->
dtl_ridx
= 0;
in register_dtl_buffer()
194
pp->
dtl_ridx
= 0;
in free_dtl_buffers()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cputime.h
82
if (unlikely(local_paca->
dtl_ridx
!= be64_to_cpu(lp->dtl_idx)))
in account_stolen_time()
H
A
D
paca.h
238
u64
dtl_ridx
; /* read index in dispatch log */
member
239
struct dtl_entry *dtl_curr; /* pointer corresponding to
dtl_ridx
*/
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
paca.h
230
u64
dtl_ridx
; /* read index in dispatch log */
member
231
struct dtl_entry *dtl_curr; /* pointer corresponding to
dtl_ridx
*/
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
time.c
186
u64 i = local_paca->
dtl_ridx
;
in scan_dispatch_log()
220
local_paca->
dtl_ridx
= i;
in scan_dispatch_log()
257
if (get_paca()->
dtl_ridx
!= be64_to_cpu(get_lppaca()->dtl_idx))
in calculate_stolen_time()
H
A
D
syscall_64.c
47
if (unlikely(local_paca->
dtl_ridx
!= be64_to_cpu(lp->dtl_idx)))
in system_call_exception()
H
A
D
asm-offsets.c
271
OFFSET(PACA_DTL_RIDX, paca_struct,
dtl_ridx
);
in main()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
102
pp->
dtl_ridx
= 0;
in alloc_dtl_buffers()
124
pp->
dtl_ridx
= 0;
in register_dtl_buffer()
191
pp->
dtl_ridx
= 0;
in free_dtl_buffers()
Completed in 10 milliseconds