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:MQUEUE_I
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/ipc/
H
A
D
mqueue.c
169
static inline struct mqueue_inode_info *
MQUEUE_I
(struct inode *inode)
in MQUEUE_I()
function
317
info =
MQUEUE_I
(inode);
in mqueue_get_inode()
508
kmem_cache_free(mqueue_inode_cachep,
MQUEUE_I
(inode));
in mqueue_free_inode()
525
info =
MQUEUE_I
(inode);
in mqueue_evict_inode()
638
struct mqueue_inode_info *info =
MQUEUE_I
(file_inode(filp));
in mqueue_read_file()
665
struct mqueue_inode_info *info =
MQUEUE_I
(file_inode(filp));
in mqueue_flush_file()
677
struct mqueue_inode_info *info =
MQUEUE_I
(file_inode(filp));
in mqueue_poll_file()
1096
info =
MQUEUE_I
(inode);
in do_mq_timedsend()
1211
info =
MQUEUE_I
(inode);
in do_mq_timedreceive()
1392
info =
MQUEUE_I
(inod
in do_mq_notify()
[all...]
/kernel/linux/linux-6.6/ipc/
H
A
D
mqueue.c
167
static inline struct mqueue_inode_info *
MQUEUE_I
(struct inode *inode)
in MQUEUE_I()
function
314
info =
MQUEUE_I
(inode);
in mqueue_get_inode()
509
kmem_cache_free(mqueue_inode_cachep,
MQUEUE_I
(inode));
in mqueue_free_inode()
525
info =
MQUEUE_I
(inode);
in mqueue_evict_inode()
639
struct mqueue_inode_info *info =
MQUEUE_I
(inode);
in mqueue_read_file()
666
struct mqueue_inode_info *info =
MQUEUE_I
(file_inode(filp));
in mqueue_flush_file()
678
struct mqueue_inode_info *info =
MQUEUE_I
(file_inode(filp));
in mqueue_poll_file()
1097
info =
MQUEUE_I
(inode);
in do_mq_timedsend()
1211
info =
MQUEUE_I
(inode);
in do_mq_timedreceive()
1391
info =
MQUEUE_I
(inod
in do_mq_notify()
[all...]
Completed in 5 milliseconds