Home
last modified time | relevance | path

Searched refs:ipc (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dutil.c3 * 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 Dshm.c3 * 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 Dipc.h24 #include <bits/ipc.h>
H A Dmsg.h8 #include <sys/ipc.h>
H A Dshm.h16 #include <sys/ipc.h>
H A Dsem.h17 #include <sys/ipc.h>
/device/soc/rockchip/common/sdk_linux/
H A DMakefile1153 core-y += kernel/ certs/ mm/ fs/ ipc/ security/ crypto/ block/ io_uring/

Completed in 6 milliseconds