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:notify_owner
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/ipc/
H
A
D
mqueue.c
145
struct pid *
notify_owner
;
member
322
info->
notify_owner
= NULL;
in mqueue_get_inode()
646
info->
notify_owner
? info->notify.sigev_notify : 0,
in mqueue_read_file()
647
(info->
notify_owner
&&
in mqueue_read_file()
650
pid_vnr(info->
notify_owner
));
in mqueue_read_file()
668
if (task_tgid(current) == info->
notify_owner
)
in mqueue_flush_file()
789
if (info->
notify_owner
&&
in __do_notify()
810
ns_of_pid(info->
notify_owner
));
in __do_notify()
820
task = pid_task(info->
notify_owner
, PIDTYPE_TGID);
in __do_notify()
835
put_pid(info->
notify_owner
);
in __do_notify()
[all...]
/kernel/linux/linux-6.6/ipc/
H
A
D
mqueue.c
145
struct pid *
notify_owner
;
member
319
info->
notify_owner
= NULL;
in mqueue_get_inode()
647
info->
notify_owner
? info->notify.sigev_notify : 0,
in mqueue_read_file()
648
(info->
notify_owner
&&
in mqueue_read_file()
651
pid_vnr(info->
notify_owner
));
in mqueue_read_file()
669
if (task_tgid(current) == info->
notify_owner
)
in mqueue_flush_file()
790
if (info->
notify_owner
&&
in __do_notify()
811
ns_of_pid(info->
notify_owner
));
in __do_notify()
821
task = pid_task(info->
notify_owner
, PIDTYPE_TGID);
in __do_notify()
836
put_pid(info->
notify_owner
);
in __do_notify()
[all...]
Completed in 4 milliseconds