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:ra_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/oprofile/
H
A
D
backtrace.c
76
off_t
ra_offset
= 0;
in unwind_user_frame()
local
84
&& (!
ra_offset
|| !stack_size); --addr) {
in unwind_user_frame()
102
ra_offset
= ra_slot;
in unwind_user_frame()
107
if (!
ra_offset
|| !stack_size)
in unwind_user_frame()
110
if (
ra_offset
) {
in unwind_user_frame()
111
new_frame.ra = old_frame->sp +
ra_offset
;
in unwind_user_frame()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
orc_types.h
46
signed short
ra_offset
;
member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
unwind_orc.c
107
.
ra_offset
= -8,
434
p = (unsigned long *)(state->sp + orc->
ra_offset
);
in unwind_next_frame()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
2419
if (READ_ONCE(F2FS_I(inode)->
ra_offset
) == readahead_index(rac))
in f2fs_mpage_readpages()
2422
WRITE_ONCE(F2FS_I(inode)->
ra_offset
,
in f2fs_mpage_readpages()
2498
WRITE_ONCE(F2FS_I(inode)->
ra_offset
, -1);
in f2fs_mpage_readpages()
H
A
D
super.c
1132
fi->
ra_offset
= -1;
in f2fs_alloc_inode()
H
A
D
f2fs.h
747
pgoff_t
ra_offset
; /* ongoing readahead offset */
member
Completed in 19 milliseconds