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:sig_i
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/ipc/
H
A
D
mqueue.c
795
struct kernel_siginfo
sig_i
;
in __do_notify()
local
802
clear_siginfo(&
sig_i
);
in __do_notify()
803
sig_i
.si_signo = info->notify.sigev_signo;
in __do_notify()
804
sig_i
.si_errno = 0;
in __do_notify()
805
sig_i
.si_code = SI_MESGQ;
in __do_notify()
806
sig_i
.si_value = info->notify.sigev_value;
in __do_notify()
809
sig_i
.si_pid = task_tgid_nr_ns(current,
in __do_notify()
811
sig_i
.si_uid = from_kuid_munged(info->notify_user_ns,
in __do_notify()
824
&
sig_i
, task, PIDTYPE_TGID);
in __do_notify()
/kernel/linux/linux-6.6/ipc/
H
A
D
mqueue.c
796
struct kernel_siginfo
sig_i
;
in __do_notify()
local
803
clear_siginfo(&
sig_i
);
in __do_notify()
804
sig_i
.si_signo = info->notify.sigev_signo;
in __do_notify()
805
sig_i
.si_errno = 0;
in __do_notify()
806
sig_i
.si_code = SI_MESGQ;
in __do_notify()
807
sig_i
.si_value = info->notify.sigev_value;
in __do_notify()
810
sig_i
.si_pid = task_tgid_nr_ns(current,
in __do_notify()
812
sig_i
.si_uid = from_kuid_munged(info->notify_user_ns,
in __do_notify()
825
&
sig_i
, task, PIDTYPE_TGID);
in __do_notify()
Completed in 5 milliseconds