/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hugepage-shm.c | 67 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 D | write_to_hugetlbfs.c | 54 shmctl(shmid, IPC_RMID, NULL); in sig_handler() 58 shmctl(shmid, IPC_RMID, NULL); in sig_handler() 213 shmctl(shmid, IPC_RMID, NULL); in main()
|
H A D | thuge-gen.c | 157 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 D | ptrace-tm-spr.c | 140 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 D | ptrace-vsx.c | 92 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx() 100 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
|
H A D | ptrace-tm-spd-tar.c | 149 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 D | ptrace-tm-tar.c | 136 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar() 142 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
|
H A D | ptrace-tm-spd-gpr.c | 144 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 D | ptrace-tm-spd-vsx.c | 160 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 D | ptrace-tm-vsx.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx() 149 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
|
H A D | ptrace-gpr.c | 150 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 158 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
H A D | ptrace-tar.c | 119 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
|
H A D | ptrace-tm-gpr.c | 140 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_gpr()
|
H A D | ptrace-pkey.c | 321 shmctl(shm_id, IPC_RMID, NULL); in ptrace_pkey()
|
H A D | core-pkey.c | 438 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0001-ext-opcache-config.m4-enable-opcache.patch | 60 - shmctl(ipc_id, IPC_RMID, NULL); 64 - if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) { 66 - shmctl(ipc_id, IPC_RMID, NULL); 74 - if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) { 76 - shmctl(ipc_id, IPC_RMID, NULL); 80 - shmctl(ipc_id, IPC_RMID, NULL);
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.h | 323 ret = get_errno(shmctl(shmid, cmd, &dsarg)); in do_bsd_shmctl() 333 ret = get_errno(shmctl(shmid, cmd, &dsarg)); in do_bsd_shmctl() 337 ret = get_errno(shmctl(shmid, cmd, NULL)); in do_bsd_shmctl() 356 ret = get_errno(shmctl(shmid, IPC_STAT, &shm_info)); in do_bsd_shmat()
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-shmat-null.c | 34 err = shmctl(shmid, IPC_RMID, NULL); in main()
|
H A D | linux-shmat-maps.c | 51 err = shmctl(shmid, IPC_RMID, NULL); in main()
|
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/ |
H A D | ipc.h | 47 DO_TEST(shmctl, __NR_shmctl)
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 340 shmctl(shmid, IPC_RMID, NULL); in futex_setup() 344 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 137 COND_SYSCALL(shmctl); 138 COND_SYSCALL_COMPAT(shmctl);
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 22 @@ -1303,36 +1303,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
|
/openbmc/linux/Documentation/arch/sparc/ |
H A D | adi.rst | 222 shmctl(shmid, IPC_RMID, NULL); 277 shmctl(shmid, IPC_RMID, NULL); 284 shmctl(shmid, IPC_RMID, NULL);
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 397 [ 396] = 3, /* shmctl */
|