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
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
util.c
3
* linux/
ipc
/util.c
10
* Nov 1999 -
ipc
helper functions, unified SMP locking
14
* Mar 2006 - support for audit of
ipc
object properties
20
* General sysv
ipc
locking scheme:
22
* obtain the
ipc
object (kern_ipc_perm) by looking up the id in an idr
28
* acquire the
ipc
lock (kern_ipc_perm.lock) through
35
* drop the
ipc
lock, through ipc_unlock_object().
39
* - creating, removing and iterating the existing entries in
ipc
80
* ipc_init - initialise
ipc
subsystem
82
* The various sysv
ipc
resource
761
struct kern_
ipc
_perm *
ipc
;
sysvipc_find_ipc()
local
794
struct kern_
ipc
_perm *
ipc
= it;
sysvipc_proc_next()
local
838
struct kern_
ipc
_perm *
ipc
= it;
sysvipc_proc_stop()
local
[all...]
H
A
D
shm.c
3
* linux/
ipc
/shm.c
17
* support for audit of
ipc
object properties and permission changes
24
* Better
ipc
lock (kern_ipc_perm.lock) handling
203
/* return a locked
ipc
object upon success */
in shm_lock()
212
* Callers of shm_lock() must validate the status of the returned
ipc
in shm_lock()
439
* 1) Get pointer to the
ipc
namespace. It is worth to say
in exit_shm()
969
struct kern_ipc_perm *
ipc
;
in shm_get_stat()
local
972
ipc
= idr_find(&shm_ids(ns).ipcs_idr, next_id);
in shm_get_stat()
973
if (
ipc
== NULL) {
in shm_get_stat()
976
shp = container_of(
ipc
, struc
in shm_get_stat()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
ipc.h
24
#include <bits/
ipc
.h>
H
A
D
msg.h
8
#include <sys/
ipc
.h>
H
A
D
shm.h
16
#include <sys/
ipc
.h>
H
A
D
sem.h
17
#include <sys/
ipc
.h>
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
1153
core-y += kernel/ certs/ mm/ fs/
ipc
/ security/ crypto/ block/ io_uring/
Completed in 6 milliseconds