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:nsproxy
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
msg.c
39
#include <linux/
nsproxy
.h>
294
ns = current->
nsproxy
->ipc_ns;
in ksys_msgget()
590
ns = current->
nsproxy
->ipc_ns;
in ksys_msgctl()
728
ns = current->
nsproxy
->ipc_ns;
in compat_ksys_msgctl()
853
ns = current->
nsproxy
->ipc_ns;
in do_msgsnd()
1116
ns = current->
nsproxy
->ipc_ns;
in do_msgrcv()
H
A
D
sem.c
85
#include <linux/
nsproxy
.h>
614
ns = current->
nsproxy
->ipc_ns;
in ksys_semget()
1697
ns = current->
nsproxy
->ipc_ns;
in ksys_semctl()
1818
ns = current->
nsproxy
->ipc_ns;
in compat_ksys_semctl()
2042
ns = current->
nsproxy
->ipc_ns;
in do_semtimedop()
2420
sma = sem_obtain_object_check(tsk->
nsproxy
->ipc_ns, semid);
in exit_sem()
H
A
D
util.c
62
#include <linux/
nsproxy
.h>
883
iter->ns = get_ipc_ns(current->
nsproxy
->ipc_ns);
in sysvipc_proc_open()
H
A
D
shm.c
43
#include <linux/
nsproxy
.h>
836
ns = current->
nsproxy
->ipc_ns;
in ksys_shmget()
1250
ns = current->
nsproxy
->ipc_ns;
in ksys_shmctl()
1446
ns = current->
nsproxy
->ipc_ns;
in compat_ksys_shmctl()
1593
ns = current->
nsproxy
->ipc_ns;
in do_shmat()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
52
struct
nsproxy
;
1097
struct
nsproxy
*
nsproxy
;
member
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cpuset.c
3727
retval = cgroup_path_ns(css->cgroup, buf, PATH_MAX, current->
nsproxy
->cgroup_ns);
in proc_cpuset_show()
Completed in 17 milliseconds