Home
last modified time | relevance | path

Searched refs:shmctl (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c67 shmctl(shmid, IPC_RMID, NULL); in main()
90 shmctl(shmid, IPC_RMID, NULL); in main()
94 shmctl(shmid, IPC_RMID, NULL); in main()
H A Dwrite_to_hugetlbfs.c53 shmctl(shmid, IPC_RMID, NULL); in sig_handler()
57 shmctl(shmid, IPC_RMID, NULL); in sig_handler()
211 shmctl(shmid, IPC_RMID, NULL); in main()
H A Dthuge-gen.c157 if (shmctl(id, SHM_INFO, (void *)&i) < 0) err("shmctl"); in test_shmget()
165 shmctl(id, IPC_RMID, NULL); in test_shmget()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c140 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr()
141 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr()
148 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr()
149 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr()
H A Dptrace-vsx.c92 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
100 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
H A Dptrace-tm-spd-gpr.c144 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr()
151 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr()
H A Dptrace-tm-tar.c136 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
142 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
H A Dptrace-tm-spd-tar.c149 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar()
156 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar()
H A Dptrace-tm-spd-vsx.c160 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx()
166 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx()
H A Dptrace-tm-vsx.c143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
149 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
H A Dptrace-gpr.c150 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
158 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
H A Dptrace-tar.c119 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
H A Dptrace-tm-gpr.c140 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_gpr()
H A Dptrace-pkey.c321 shmctl(shm_id, IPC_RMID, NULL); in ptrace_pkey()
H A Dcore-pkey.c438 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch57 - shmctl(ipc_id, IPC_RMID, NULL);
61 - if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) {
63 - shmctl(ipc_id, IPC_RMID, NULL);
71 - if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) {
73 - shmctl(ipc_id, IPC_RMID, NULL);
77 - shmctl(ipc_id, IPC_RMID, NULL);
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h322 ret = get_errno(shmctl(shmid, cmd, &dsarg)); in do_bsd_shmctl()
332 ret = get_errno(shmctl(shmid, cmd, &dsarg)); in do_bsd_shmctl()
336 ret = get_errno(shmctl(shmid, cmd, NULL)); in do_bsd_shmctl()
355 ret = get_errno(shmctl(shmid, IPC_STAT, &shm_info)); in do_bsd_shmat()
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Dipc.h47 DO_TEST(shmctl, __NR_shmctl)
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c340 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
344 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
/openbmc/linux/kernel/
H A Dsys_ni.c137 COND_SYSCALL(shmctl);
138 COND_SYSCALL_COMPAT(shmctl);
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A D0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch22 @@ -1303,36 +1303,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0003-linux-user-Add-strace-for-shmat.patch68 { TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
H A D0005-tests-tcg-Check-that-shmat-does-not-break-proc-self-.patch78 + err = shmctl(shmid, IPC_RMID, NULL);
/openbmc/linux/Documentation/arch/sparc/
H A Dadi.rst222 shmctl(shmid, IPC_RMID, NULL);
277 shmctl(shmid, IPC_RMID, NULL);
284 shmctl(shmid, IPC_RMID, NULL);
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc397 [ 396] = 3, /* shmctl */

123