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:psig
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
exit.c
1109
struct signal_struct *
psig
= current->signal;
in wait_task_zombie()
local
1124
*
psig
->stats_lock also protects us from our sub-theads
in wait_task_zombie()
1135
write_seqlock(&
psig
->stats_lock);
in wait_task_zombie()
1136
psig
->cutime += tgutime + sig->cutime;
in wait_task_zombie()
1137
psig
->cstime += tgstime + sig->cstime;
in wait_task_zombie()
1138
psig
->cgtime += task_gtime(p) + sig->gtime + sig->cgtime;
in wait_task_zombie()
1139
psig
->cmin_flt +=
in wait_task_zombie()
1141
psig
->cmaj_flt +=
in wait_task_zombie()
1143
psig
->cnvcsw +=
in wait_task_zombie()
1145
psig
in wait_task_zombie()
[all...]
H
A
D
signal.c
1911
struct sighand_struct *
psig
;
in do_notify_parent()
local
1969
psig
= tsk->parent->sighand;
in do_notify_parent()
1970
spin_lock_irqsave(&
psig
->siglock, flags);
in do_notify_parent()
1972
(
psig
->action[SIGCHLD-1].sa.sa_handler == SIG_IGN ||
in do_notify_parent()
1973
(
psig
->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT))) {
in do_notify_parent()
1990
if (
psig
->action[SIGCHLD-1].sa.sa_handler == SIG_IGN)
in do_notify_parent()
2000
spin_unlock_irqrestore(&
psig
->siglock, flags);
in do_notify_parent()
/kernel/linux/linux-6.6/kernel/
H
A
D
exit.c
1150
struct signal_struct *
psig
= current->signal;
in wait_task_zombie()
local
1165
*
psig
->stats_lock also protects us from our sub-threads
in wait_task_zombie()
1176
write_seqlock(&
psig
->stats_lock);
in wait_task_zombie()
1177
psig
->cutime += tgutime + sig->cutime;
in wait_task_zombie()
1178
psig
->cstime += tgstime + sig->cstime;
in wait_task_zombie()
1179
psig
->cgtime += task_gtime(p) + sig->gtime + sig->cgtime;
in wait_task_zombie()
1180
psig
->cmin_flt +=
in wait_task_zombie()
1182
psig
->cmaj_flt +=
in wait_task_zombie()
1184
psig
->cnvcsw +=
in wait_task_zombie()
1186
psig
in wait_task_zombie()
[all...]
H
A
D
signal.c
2062
struct sighand_struct *
psig
;
in do_notify_parent()
local
2120
psig
= tsk->parent->sighand;
in do_notify_parent()
2121
spin_lock_irqsave(&
psig
->siglock, flags);
in do_notify_parent()
2123
(
psig
->action[SIGCHLD-1].sa.sa_handler == SIG_IGN ||
in do_notify_parent()
2124
(
psig
->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT))) {
in do_notify_parent()
2141
if (
psig
->action[SIGCHLD-1].sa.sa_handler == SIG_IGN)
in do_notify_parent()
2151
spin_unlock_irqrestore(&
psig
->siglock, flags);
in do_notify_parent()
/kernel/linux/linux-5.10/net/ceph/
H
A
D
auth_x.c
806
__le64 *
psig
)
in calc_signature()
831
*
psig
= *(__le64 *)(enc_buf + sizeof(u32));
in calc_signature()
864
*
psig
= penc->a ^ penc->b ^ penc->c ^ penc->d;
in calc_signature()
805
calc_signature(struct ceph_x_authorizer *au, struct ceph_msg *msg, __le64 *
psig
)
calc_signature()
argument
/kernel/linux/linux-6.6/net/ceph/
H
A
D
auth_x.c
963
__le64 *
psig
)
in calc_signature()
988
*
psig
= *(__le64 *)(enc_buf + sizeof(u32));
in calc_signature()
1021
*
psig
= penc->a ^ penc->b ^ penc->c ^ penc->d;
in calc_signature()
962
calc_signature(struct ceph_x_authorizer *au, struct ceph_msg *msg, __le64 *
psig
)
calc_signature()
argument
Completed in 17 milliseconds