/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 | 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-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-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-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-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()
|
/openbmc/linux/tools/testing/selftests/ipc/ |
H A D | msgque.c | 77 if (msgctl(id, IPC_RMID, NULL)) in restore_queue() 124 if (msgctl(msgque->msq_id, IPC_RMID, NULL)) { in check_and_destroy_queue() 249 if (msgctl(msgque.msq_id, IPC_RMID, NULL)) { in main()
|
/openbmc/openbmc/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); 63 - shmctl(ipc_id, IPC_RMID, NULL); 73 - shmctl(ipc_id, IPC_RMID, NULL); 77 - shmctl(ipc_id, IPC_RMID, NULL);
|
/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/include/uapi/linux/ |
H A D | ipc.h | 39 #define IPC_RMID 0 /* remove resource */ macro
|
/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/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/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0005-tests-tcg-Check-that-shmat-does-not-break-proc-self-.patch | 78 + err = shmctl(shmid, IPC_RMID, NULL);
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 118 output_cmd( IPC_RMID ); in print_ipc_cmd() 140 output_cmd( IPC_RMID ); in print_ipc_cmd() 141 output_cmd( IPC_RMID ); in print_ipc_cmd() 142 output_cmd( IPC_RMID ); in print_ipc_cmd() 143 output_cmd( IPC_RMID ); in print_ipc_cmd() 144 output_cmd( IPC_RMID ); in print_ipc_cmd() 145 output_cmd( IPC_RMID ); in print_ipc_cmd() 146 output_cmd( IPC_RMID ); in print_ipc_cmd() 147 output_cmd( IPC_RMID ); in print_ipc_cmd() 148 output_cmd( IPC_RMID ); in print_ipc_cmd()
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.h | 336 case IPC_RMID: in do_bsd_shmctl()
|
/openbmc/linux/ipc/ |
H A D | msg.c | 425 case IPC_RMID: in msgctl_down() 633 case IPC_RMID: in ksys_msgctl() 767 case IPC_RMID: in compat_ksys_msgctl()
|