Searched defs:ipc (Results 1 - 11 of 11) sorted by relevance

/external/toybox/toys/pending/
H A Dipcrm.c24 #include <sys/ipc.h>
38 static void do_ipcrm(int key, int ipc, char *name) argument
54 id = ((ipc == 1)?shmget(id, 0, 0) :
55 (ipc == 2)? msgget(id, 0): semget(id, 0, 0));
62 if (ipc == 1) ret = shmctl(id, IPC_RMID, NULL);
63 else if (ipc == 2) ret = msgctl(id, IPC_RMID, NULL);
64 else if (ipc == 3) ret = semctl(id, 0, IPC_RMID, NULL);
/external/fio/
H A Didletime.c5 static volatile struct idle_prof_common ipc; variable in typeref:struct:idle_prof_common
29 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP)
86 if (ipc.status == IDLE_PROF_STATUS_ABORT) {
124 if (ipc.status == IDLE_PROF_STATUS_ABORT) {
130 if (ipc.status == IDLE_PROF_STATUS_CALI_STOP) {
142 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP) {
168 for (i = 0; i < ipc.nr_cpus; i++) {
169 ipt = &ipc.ipts[i];
173 ipc.cali_mean = sum/ipc
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs.h358 struct squashfs_ipc_inode ipc; member in union:squashfs_inode
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h357 struct squashfs_ipc_inode ipc; member in union:squashfs_inode
/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_compat.h183 struct squashfs_ipc_inode_header_3 ipc; member in union:squashfs_inode_header_3
507 struct squashfs_ipc_inode_header_1 ipc; member in union:squashfs_inode_header_1
656 struct squashfs_ipc_inode_header_2 ipc; member in union:squashfs_inode_header_2
H A Dsquashfs_fs.h446 struct squashfs_ipc_inode_header ipc; member in union:squashfs_inode_header
H A Dmksquashfs.c1182 struct squashfs_ipc_inode_header *ipc = &inode_header.ipc; local
1184 inode = get_inode(sizeof(*ipc));
1185 ipc->nlink = nlink;
1186 SQUASHFS_SWAP_IPC_INODE_HEADER(ipc, inode);
1187 TRACE("ipc inode, type %s, nlink %d\n", type ==
1191 struct squashfs_lipc_inode_header *ipc = &inode_header.lipc; local
1193 inode = get_inode(sizeof(*ipc));
1194 ipc->nlink = nlink;
1195 ipc
[all...]
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h329 struct squashfs_ipc_inode_header ipc; member in union:squashfs_inode_header
752 struct squashfs_ipc_inode_header_2 ipc; member in union:squashfs_inode_header_2
/external/minijail/
H A Dlibminijail.c117 int ipc : 1; member in struct:minijail::__anon16096
459 j->flags.ipc = 1;
1677 if (j->flags.ipc && unshare(CLONE_NEWIPC)) {
/external/v8/src/mips/
H A Dassembler-mips.cc1526 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1527 bool in_range = ((ipc ^ static_cast<uint32_t>(target)) >>
1551 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1552 bool in_range = ((ipc ^ static_cast<uint32_t>(target)) >>
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...

Completed in 349 milliseconds