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:utraps
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
processor_64.h
105
if (current_thread_info()->
utraps
) { \
106
if (*(current_thread_info()->
utraps
) < 2) \
107
kfree(current_thread_info()->
utraps
); \
109
(*(current_thread_info()->
utraps
))--; \
110
current_thread_info()->
utraps
= NULL; \
149
if (current_thread_info()->
utraps
) { \
150
if (*(current_thread_info()->
utraps
) < 2) \
151
kfree(current_thread_info()->
utraps
); \
153
(*(current_thread_info()->
utraps
))--; \
154
current_thread_info()->
utraps
[all...]
H
A
D
thread_info_64.h
52
unsigned long *
utraps
;
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
processor_64.h
101
if (current_thread_info()->
utraps
) { \
102
if (*(current_thread_info()->
utraps
) < 2) \
103
kfree(current_thread_info()->
utraps
); \
105
(*(current_thread_info()->
utraps
))--; \
106
current_thread_info()->
utraps
= NULL; \
145
if (current_thread_info()->
utraps
) { \
146
if (*(current_thread_info()->
utraps
) < 2) \
147
kfree(current_thread_info()->
utraps
); \
149
(*(current_thread_info()->
utraps
))--; \
150
current_thread_info()->
utraps
[all...]
H
A
D
thread_info_64.h
52
unsigned long *
utraps
;
member
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
sys_sparc_64.c
617
if (!current_thread_info()->
utraps
) {
in SYSCALL_DEFINE5()
621
if (put_user((utrap_handler_t)(current_thread_info()->
utraps
[type]), old_p))
in SYSCALL_DEFINE5()
631
if (!current_thread_info()->
utraps
) {
in SYSCALL_DEFINE5()
632
current_thread_info()->
utraps
=
in SYSCALL_DEFINE5()
635
if (!current_thread_info()->
utraps
)
in SYSCALL_DEFINE5()
637
current_thread_info()->
utraps
[0] = 1;
in SYSCALL_DEFINE5()
639
if ((utrap_handler_t)current_thread_info()->
utraps
[type] != new_p &&
in SYSCALL_DEFINE5()
640
current_thread_info()->
utraps
[0] > 1) {
in SYSCALL_DEFINE5()
641
unsigned long *p = current_thread_info()->
utraps
;
in SYSCALL_DEFINE5()
643
current_thread_info()->
utraps
in SYSCALL_DEFINE5()
[all...]
H
A
D
process_64.c
414
if (t->
utraps
) {
in exit_thread()
415
if (t->
utraps
[0] < 2)
in exit_thread()
416
kfree (t->
utraps
);
in exit_thread()
418
t->
utraps
[0]--;
in exit_thread()
628
if (t->
utraps
)
in copy_thread()
629
t->
utraps
[0]++;
in copy_thread()
H
A
D
traps_64.c
2856
TI_UTRAPS != offsetof(struct thread_info,
utraps
) ||
in trap_init()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
sys_sparc_64.c
617
if (!current_thread_info()->
utraps
) {
in SYSCALL_DEFINE5()
621
if (put_user((utrap_handler_t)(current_thread_info()->
utraps
[type]), old_p))
in SYSCALL_DEFINE5()
631
if (!current_thread_info()->
utraps
) {
in SYSCALL_DEFINE5()
632
current_thread_info()->
utraps
=
in SYSCALL_DEFINE5()
635
if (!current_thread_info()->
utraps
)
in SYSCALL_DEFINE5()
637
current_thread_info()->
utraps
[0] = 1;
in SYSCALL_DEFINE5()
639
if ((utrap_handler_t)current_thread_info()->
utraps
[type] != new_p &&
in SYSCALL_DEFINE5()
640
current_thread_info()->
utraps
[0] > 1) {
in SYSCALL_DEFINE5()
641
unsigned long *p = current_thread_info()->
utraps
;
in SYSCALL_DEFINE5()
643
current_thread_info()->
utraps
in SYSCALL_DEFINE5()
[all...]
H
A
D
process_64.c
402
if (t->
utraps
) {
in exit_thread()
403
if (t->
utraps
[0] < 2)
in exit_thread()
404
kfree (t->
utraps
);
in exit_thread()
406
t->
utraps
[0]--;
in exit_thread()
616
if (t->
utraps
)
in copy_thread()
617
t->
utraps
[0]++;
in copy_thread()
H
A
D
traps_64.c
2850
TI_UTRAPS != offsetof(struct thread_info,
utraps
) ||
in trap_init()
Completed in 15 milliseconds