/Linux-v4.19/tools/testing/selftests/vm/ |
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()
|
D | thuge-gen.c | 182 shmctl(id, IPC_RMID, NULL); in test_shmget()
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spr.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 144 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr() 151 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 152 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr()
|
D | ptrace-gpr.c | 99 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 107 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
D | ptrace-vsx.c | 94 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx() 102 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
|
D | ptrace-tm-tar.c | 139 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar() 145 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
|
D | ptrace-tm-spd-gpr.c | 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr() 154 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr()
|
D | ptrace-tm-spd-tar.c | 152 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar() 159 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar()
|
D | ptrace-tm-vsx.c | 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx() 153 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
|
D | ptrace-tm-spd-vsx.c | 164 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx() 170 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx()
|
D | ptrace-tar.c | 120 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
|
D | ptrace-tm-gpr.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_gpr()
|
D | ptrace-pkey.c | 322 shmctl(shm_id, IPC_RMID, NULL); in ptrace_pkey()
|
D | core-pkey.c | 451 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
|
/Linux-v4.19/tools/testing/selftests/ipc/ |
D | msgque.c | 76 if (msgctl(id, IPC_RMID, 0)) in restore_queue() 123 if (msgctl(msgque->msq_id, IPC_RMID, 0)) { in check_and_destroy_queue() 248 if (msgctl(msgque.msq_id, IPC_RMID, 0)) { in main()
|
/Linux-v4.19/include/uapi/linux/ |
D | ipc.h | 39 #define IPC_RMID 0 /* remove resource */ macro
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 333 shmctl(shmid, IPC_RMID, NULL); in futex_setup() 337 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
|
/Linux-v4.19/Documentation/sparc/ |
D | adi.txt | 214 shmctl(shmid, IPC_RMID, NULL); 269 shmctl(shmid, IPC_RMID, NULL); 276 shmctl(shmid, IPC_RMID, NULL);
|
/Linux-v4.19/ipc/ |
D | msg.c | 403 case IPC_RMID: in msgctl_down() 607 case IPC_RMID: in ksys_msgctl() 728 case IPC_RMID: in compat_ksys_msgctl()
|
D | shm.c | 915 case IPC_RMID: in shmctl_down() 1185 case IPC_RMID: in ksys_shmctl() 1367 case IPC_RMID: in compat_ksys_shmctl()
|
D | sem.c | 1611 case IPC_RMID: in semctl_down() 1685 case IPC_RMID: in ksys_semctl() 1786 case IPC_RMID: in compat_ksys_semctl()
|
/Linux-v4.19/Documentation/ia64/ |
D | err_inject.txt | 352 semctl(shmid, 0, IPC_RMID); 390 semctl(sid, 0, IPC_RMID); 436 semctl(semid[cpu], 0, IPC_RMID);
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 3078 case IPC_RMID: in smack_shm_shmctl() 3171 case IPC_RMID: in smack_sem_semctl() 3260 case IPC_RMID: in smack_msg_queue_msgctl()
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 6059 case IPC_RMID: in selinux_msg_queue_msgctl() 6215 case IPC_RMID: in selinux_shm_shmctl() 6313 case IPC_RMID: in selinux_sem_semctl()
|
/Linux-v4.19/Documentation/sysctl/ |
D | kernel.txt | 927 from the process. The only use left for IPC_RMID is to immediately
|