Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 25 of 59) sorted by relevance

123

/external/fio/
Didletime.c5 static volatile struct idle_prof_common ipc; variable
29 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP) in calibrate_unit()
86 if (ipc.status == IDLE_PROF_STATUS_ABORT) { in idle_prof_thread_fn()
124 if (ipc.status == IDLE_PROF_STATUS_ABORT) { in idle_prof_thread_fn()
130 if (ipc.status == IDLE_PROF_STATUS_CALI_STOP) { in idle_prof_thread_fn()
142 if (ipc.status == IDLE_PROF_STATUS_PROF_STOP) { in idle_prof_thread_fn()
168 for (i = 0; i < ipc.nr_cpus; i++) { in calibration_stats()
169 ipt = &ipc.ipts[i]; in calibration_stats()
173 ipc.cali_mean = sum/ipc.nr_cpus; in calibration_stats()
175 for (i = 0; i < ipc.nr_cpus; i++) { in calibration_stats()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DConnectionEventTest.java38 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testConstructorConnection() local
39 ConnectionEvent ce = new ConnectionEvent(ipc); in testConstructorConnection()
40 assertSame(ipc, ce.getSource()); in testConstructorConnection()
51 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testConstructorConnectionSQLException() local
52 ConnectionEvent ce = new ConnectionEvent(ipc, null); in testConstructorConnectionSQLException()
53 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
57 ce = new ConnectionEvent(ipc, e); in testConstructorConnectionSQLException()
58 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
66 Impl_PooledConnection ipc = new Impl_PooledConnection(); in testSerializationSelf() local
68 ConnectionEvent ce = new ConnectionEvent(ipc, e); in testSerializationSelf()
[all …]
/external/toybox/toys/pending/
Dipcrm.c38 static void do_ipcrm(int key, int ipc, char *name)
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/selinux/libsepol/tests/policies/test-hooks/
Dsmall-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dcmp_policy.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
/external/selinux/libsepol/tests/policies/test-expander/
Duser-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dalias-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Drole-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dsmall-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
/external/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dbase-metreq.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
Dbase-notmetreq.conf40 class ipc
121 common ipc
288 class ipc
289 inherits ipc
292 inherits ipc
303 inherits ipc
/external/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf41 class ipc
122 common ipc
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
/external/autotest/client/tests/ltp/patches/
Dkill-ipc.patch4 Subject: [PATCH] kill: fix dependency on ipc subdir
6 We need to use MAKE_DEPS to declare the ipc subdir depend otherwise
7 attempting to do `make kill01` without building in the ipc subdir
/external/libchrome/base/
DDEPS10 "-ipc",
/external/libchrome/sandbox/linux/
DDEPS6 "-ipc",
/external/autotest/client/tests/dbench/
Ddbench_startup.patch92 #include <sys/ipc.h>
/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h183 struct squashfs_ipc_inode_header_3 ipc; member
507 struct squashfs_ipc_inode_header_1 ipc; member
656 struct squashfs_ipc_inode_header_2 ipc; member
Dsquashfs_fs.h446 struct squashfs_ipc_inode_header ipc; member
Dunsquash-1.c82 squashfs_ipc_inode_header_1 *inodep = &header.ipc; in read_inode_1()
/external/strace/tests/
DMakefile.am299 ipc.sh \
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h357 struct squashfs_ipc_inode ipc; member
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h358 struct squashfs_ipc_inode ipc; member
Dinode.c321 struct squashfs_ipc_inode *sqsh_ino = &squashfs_ino.ipc; in squashfs_read_inode()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h329 struct squashfs_ipc_inode_header ipc; member
752 struct squashfs_ipc_inode_header_2 ipc; member

123