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:IPC_MSG_IDS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/ipc/
H
A
D
ipc_sysctl.c
163
.data = &init_ipc_ns.ids[
IPC_MSG_IDS
].next_id,
164
.maxlen = sizeof(init_ipc_ns.ids[
IPC_MSG_IDS
].next_id),
201
(table->data == &ns->ids[
IPC_MSG_IDS
].next_id) ||
in ipc_permissions()
252
else if (tbl[i].data == &init_ipc_ns.ids[
IPC_MSG_IDS
].next_id)
in setup_ipc_sysctls()
253
tbl[i].data = &ns->ids[
IPC_MSG_IDS
].next_id;
in setup_ipc_sysctls()
H
A
D
msg.c
100
#define msg_ids(ns) ((ns)->ids[
IPC_MSG_IDS
])
1320
ipc_init_ids(&ns->ids[
IPC_MSG_IDS
]);
in msg_init_ns()
1333
idr_destroy(&ns->ids[
IPC_MSG_IDS
].ipcs_idr);
in msg_exit_ns()
1334
rhashtable_destroy(&ns->ids[
IPC_MSG_IDS
].key_ht);
in msg_exit_ns()
1375
IPC_MSG_IDS
, sysvipc_msg_proc_show);
in msg_init()
H
A
D
util.h
123
#define
IPC_MSG_IDS
1
macro
/kernel/linux/linux-5.10/ipc/
H
A
D
ipc_sysctl.c
208
.data = &init_ipc_ns.ids[
IPC_MSG_IDS
].next_id,
209
.maxlen = sizeof(init_ipc_ns.ids[
IPC_MSG_IDS
].next_id),
H
A
D
msg.c
99
#define msg_ids(ns) ((ns)->ids[
IPC_MSG_IDS
])
1308
ipc_init_ids(&ns->ids[
IPC_MSG_IDS
]);
in msg_init_ns()
1315
idr_destroy(&ns->ids[
IPC_MSG_IDS
].ipcs_idr);
in msg_exit_ns()
1316
rhashtable_destroy(&ns->ids[
IPC_MSG_IDS
].key_ht);
in msg_exit_ns()
1355
IPC_MSG_IDS
, sysvipc_msg_proc_show);
in msg_init()
H
A
D
util.h
125
#define
IPC_MSG_IDS
1
macro
Completed in 7 milliseconds