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:ri_cb
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
runtime_instr.c
28
kfree(tsk->thread.
ri_cb
);
in runtime_instr_release()
36
if (!task->thread.
ri_cb
)
in disable_runtime_instr()
41
kfree(task->thread.
ri_cb
);
in disable_runtime_instr()
42
task->thread.
ri_cb
= NULL;
in disable_runtime_instr()
85
if (!current->thread.
ri_cb
) {
in SYSCALL_DEFINE2()
90
cb = current->thread.
ri_cb
;
in SYSCALL_DEFINE2()
98
current->thread.
ri_cb
= cb;
in SYSCALL_DEFINE2()
H
A
D
ptrace.c
1283
struct runtime_instr_cb *data = target->thread.
ri_cb
;
in s390_runtime_instr_get()
1298
struct runtime_instr_cb
ri_cb
= { }, *data = NULL;
in s390_runtime_instr_set()
local
1304
if (!target->thread.
ri_cb
) {
in s390_runtime_instr_set()
1310
if (target->thread.
ri_cb
) {
in s390_runtime_instr_set()
1312
store_runtime_instr_cb(&
ri_cb
);
in s390_runtime_instr_set()
1314
ri_cb
= *target->thread.
ri_cb
;
in s390_runtime_instr_set()
1318
&
ri_cb
, 0, sizeof(struct runtime_instr_cb));
in s390_runtime_instr_set()
1324
if (!is_ri_cb_valid(&
ri_cb
)) {
in s390_runtime_instr_set()
1332
ri_cb
in s390_runtime_instr_set()
[all...]
H
A
D
process.c
88
dst->thread.
ri_cb
= NULL;
in arch_dup_task_struct()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
runtime_instr.c
28
kfree(tsk->thread.
ri_cb
);
in runtime_instr_release()
36
if (!task->thread.
ri_cb
)
in disable_runtime_instr()
41
kfree(task->thread.
ri_cb
);
in disable_runtime_instr()
42
task->thread.
ri_cb
= NULL;
in disable_runtime_instr()
85
if (!current->thread.
ri_cb
) {
in SYSCALL_DEFINE2()
90
cb = current->thread.
ri_cb
;
in SYSCALL_DEFINE2()
98
current->thread.
ri_cb
= cb;
in SYSCALL_DEFINE2()
H
A
D
ptrace.c
1179
struct runtime_instr_cb *data = target->thread.
ri_cb
;
in s390_runtime_instr_get()
1194
struct runtime_instr_cb
ri_cb
= { }, *data = NULL;
in s390_runtime_instr_set()
local
1200
if (!target->thread.
ri_cb
) {
in s390_runtime_instr_set()
1206
if (target->thread.
ri_cb
) {
in s390_runtime_instr_set()
1208
store_runtime_instr_cb(&
ri_cb
);
in s390_runtime_instr_set()
1210
ri_cb
= *target->thread.
ri_cb
;
in s390_runtime_instr_set()
1214
&
ri_cb
, 0, sizeof(struct runtime_instr_cb));
in s390_runtime_instr_set()
1220
if (!is_ri_cb_valid(&
ri_cb
)) {
in s390_runtime_instr_set()
1228
ri_cb
in s390_runtime_instr_set()
[all...]
H
A
D
process.c
102
dst->thread.
ri_cb
= NULL;
in arch_dup_task_struct()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
switch_to.h
40
save_ri_cb(prev->thread.
ri_cb
); \
44
restore_ri_cb(next->thread.
ri_cb
, prev->thread.
ri_cb
); \
H
A
D
processor.h
134
struct runtime_instr_cb *
ri_cb
;
member
204
#define is_ri_task(tsk) (!!(tsk)->thread.
ri_cb
)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
switch_to.h
40
save_ri_cb(prev->thread.
ri_cb
); \
44
restore_ri_cb(next->thread.
ri_cb
, prev->thread.
ri_cb
); \
H
A
D
processor.h
183
struct runtime_instr_cb *
ri_cb
;
member
251
#define is_ri_task(tsk) (!!(tsk)->thread.
ri_cb
)
Completed in 8 milliseconds