| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-tm-spr.c | 139 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 140 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr() 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 148 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr()
|
| H A D | ptrace-gpr.c | 95 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 103 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
| 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-tar.c | 135 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar() 141 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
|
| H A D | ptrace-tm-spd-gpr.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr() 150 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr()
|
| H A D | ptrace-tm-spd-tar.c | 148 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar() 155 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar()
|
| H A D | ptrace-tm-vsx.c | 142 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx() 148 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
|
| H A D | ptrace-tm-spd-vsx.c | 159 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx() 165 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx()
|
| H A D | ptrace-tar.c | 119 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
|
| H A D | ptrace-tm-gpr.c | 139 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | hugepage-shm.c | 71 shmctl(shmid, IPC_RMID, NULL); in main() 94 shmctl(shmid, IPC_RMID, NULL); in main() 98 shmctl(shmid, IPC_RMID, NULL); in main()
|
| H A D | write_to_hugetlbfs.c | 53 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 D | thuge-gen.c | 174 if (shmctl(id, SHM_INFO, (void *)&i) < 0) err("shmctl"); in test_shmget() 182 shmctl(id, IPC_RMID, NULL); in test_shmget()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | 0001-ext-opcache-config.m4-enable-opcache.patch | 57 - 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);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 318 shmctl(low_mem, IPC_RMID, NULL); in xf86ExtendedInitInt10() 322 shmctl(high_mem, IPC_RMID, NULL); in xf86ExtendedInitInt10() 417 shmctl(((linuxInt10Priv *) pInt->private)->lowMem, IPC_RMID, NULL); in xf86FreeInt10() 419 shmctl(((linuxInt10Priv *) pInt->private)->highMem, IPC_RMID, NULL); in xf86FreeInt10()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xf86bigfont.c | 111 shmctl(shmid, IPC_RMID, NULL); in CheckForShmSyscall() 184 shmctl(shmid, IPC_RMID, (void *) 0); in shmalloc() 190 shmctl(shmid, IPC_RMID, (void *) 0); in shmalloc() 208 shmctl(pDesc->shmid, IPC_RMID, (void *) 0); in shmdealloc()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | shm.h | 49 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | shm.h | 49 extern int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) __THROW;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/syscalls/ |
| H A D | ipc.h | 47 DO_TEST(shmctl, __NR_shmctl)
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys_ni.c | 227 COND_SYSCALL(shmctl); 228 COND_SYSCALL_COMPAT(shmctl);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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 \
|
| /OK3568_Linux_fs/kernel/Documentation/sparc/ |
| H A D | adi.rst | 222 shmctl(shmid, IPC_RMID, NULL); 277 shmctl(shmid, IPC_RMID, NULL); 284 shmctl(shmid, IPC_RMID, NULL);
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | os.cc | 563 if (shmctl(shmid, IPC_RMID, NULL) < 0) { in AllocateTestMem() 684 shmctl(shmid_, IPC_RMID, NULL); in FreeTestMem()
|