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:put_ipc_ns
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/ipc/
H
A
D
namespace.c
150
*
put_ipc_ns
- drop a reference to an ipc namespace.
165
void
put_ipc_ns
(struct ipc_namespace *ns)
in put_ipc_ns()
function
197
return
put_ipc_ns
(to_ipc_ns(ns));
in ipcns_put()
208
put_ipc_ns
(nsproxy->ipc_ns);
in ipcns_install()
H
A
D
mqueue.c
443
put_ipc_ns
(ctx->ipc_ns);
in mqueue_fs_context_free()
479
put_ipc_ns
(ctx->ipc_ns);
in mq_create_mount()
563
put_ipc_ns
(ipc_ns);
in mqueue_evict_inode()
597
put_ipc_ns
(ipc_ns);
in mqueue_create_attr()
607
put_ipc_ns
(ipc_ns);
in mqueue_create_attr()
H
A
D
util.c
874
put_ipc_ns
(iter->ns);
in sysvipc_proc_release()
H
A
D
shm.c
517
put_ipc_ns
(ns); /* paired with get_ipc_ns_not_zero */
in exit_shm()
610
put_ipc_ns
(sfd->ns);
in shm_release()
/kernel/linux/linux-6.6/ipc/
H
A
D
namespace.c
183
*
put_ipc_ns
- drop a reference to an ipc namespace.
198
void
put_ipc_ns
(struct ipc_namespace *ns)
in put_ipc_ns()
function
230
return
put_ipc_ns
(to_ipc_ns(ns));
in ipcns_put()
241
put_ipc_ns
(nsproxy->ipc_ns);
in ipcns_install()
H
A
D
mqueue.c
444
put_ipc_ns
(ctx->ipc_ns);
in mqueue_fs_context_free()
480
put_ipc_ns
(ctx->ipc_ns);
in mq_create_mount()
563
put_ipc_ns
(ipc_ns);
in mqueue_evict_inode()
597
put_ipc_ns
(ipc_ns);
in mqueue_create_attr()
607
put_ipc_ns
(ipc_ns);
in mqueue_create_attr()
H
A
D
util.c
919
put_ipc_ns
(iter->ns);
in sysvipc_proc_release()
H
A
D
shm.c
530
put_ipc_ns
(ns); /* paired with get_ipc_ns_not_zero */
in exit_shm()
623
put_ipc_ns
(sfd->ns);
in shm_release()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ipc_namespace.h
145
extern void
put_ipc_ns
(struct ipc_namespace *ns);
166
static inline void
put_ipc_ns
(struct ipc_namespace *ns)
in put_ipc_ns()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
ipc_namespace.h
152
extern void
put_ipc_ns
(struct ipc_namespace *ns);
173
static inline void
put_ipc_ns
(struct ipc_namespace *ns)
in put_ipc_ns()
function
/kernel/linux/linux-5.10/kernel/
H
A
D
nsproxy.c
136
put_ipc_ns
(new_nsp->ipc_ns);
in create_new_namespaces()
201
put_ipc_ns
(ns->ipc_ns);
in free_nsproxy()
/kernel/linux/linux-6.6/kernel/
H
A
D
nsproxy.c
136
put_ipc_ns
(new_nsp->ipc_ns);
in create_new_namespaces()
198
put_ipc_ns
(ns->ipc_ns);
in free_nsproxy()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binderfs.c
765
put_ipc_ns
(info->ipc_ns);
in binderfs_kill_super()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binderfs.c
785
put_ipc_ns
(info->ipc_ns);
in binderfs_kill_super()
Completed in 18 milliseconds