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

1234567

/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/strace/
H A Dipc_defs.h33 # include <sys/ipc.h>
35 # include <linux/ipc.h>
H A Dipc.c31 SYS_FUNC(ipc)
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DConnectionEventTest.java38 Impl_PooledConnection ipc = new Impl_PooledConnection();
39 ConnectionEvent ce = new ConnectionEvent(ipc);
40 assertSame(ipc, ce.getSource());
51 Impl_PooledConnection ipc = new Impl_PooledConnection();
52 ConnectionEvent ce = new ConnectionEvent(ipc, null);
53 assertSame(ipc, ce.getSource());
57 ce = new ConnectionEvent(ipc, e);
58 assertSame(ipc, ce.getSource());
66 Impl_PooledConnection ipc = new Impl_PooledConnection();
68 ConnectionEvent ce = new ConnectionEvent(ipc,
[all...]
/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A Dipcsem.h28 #include <sys/ipc.h>
H A Dipcshm.h29 #include <sys/ipc.h>
H A Dipcmsg.h28 #include <sys/ipc.h>
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxheader.h36 # include <sys/ipc.h>
/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/ltp/testcases/kernel/mem/hugetlb/lib/
H A Dhugetlb.h27 #include <sys/ipc.h>
/external/ltp/testcases/kernel/syscalls/kill/
H A DMakefile25 LIBDIR := ../ipc/lib
/external/ltp/testcases/kernel/syscalls/mremap/
H A DMakefile25 LIBDIR := ../ipc/lib
/external/valgrind/none/tests/linux/
H A Dmremap4.c5 #include <sys/ipc.h>
H A Dmremap5.c5 #include <sys/ipc.h>
H A Dmremap6.c5 #include <sys/ipc.h>
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dshmctl.cc8 #include <sys/ipc.h>
/external/strace/tests/
H A Dipc_msgbuf.c31 #include <sys/ipc.h>
/external/strace/tests-m32/
H A Dipc_msgbuf.c31 #include <sys/ipc.h>
/external/strace/tests-mx32/
H A Dipc_msgbuf.c31 #include <sys/ipc.h>
/external/ltp/testcases/kernel/
H A DMakefile47 ipc \
65 FILTER_OUT_DIRS += containers controllers device-drivers fs io ipc mem \
/external/selinux/libsepol/tests/policies/test-expander/
H A Dalias-base.conf36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
[all...]
H A Drole-base.conf36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
[all...]
H A Duser-base.conf36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
[all...]
/external/selinux/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
[all...]
H A Dsmall-base.conf36 # sysv-ipc-related clases
41 class ipc
119 # Define a common prefix for ipc access vectors.
122 common ipc
286 # Define the access vector interpretation for ipc-related objects
289 class ipc
290 inherits ipc
293 inherits ipc
296 inherits ipc
308 inherits ipc
[all...]

Completed in 846 milliseconds

1234567