/Linux-v5.10/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 | 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()
|
D | thuge-gen.c | 182 shmctl(id, IPC_RMID, NULL); in test_shmget()
|
/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/ |
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()
|
D | ptrace-gpr.c | 95 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 103 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
D | ptrace-vsx.c | 92 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx() 100 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | ptrace-tar.c | 119 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
|
D | ptrace-tm-gpr.c | 139 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_gpr()
|
D | ptrace-pkey.c | 321 shmctl(shm_id, IPC_RMID, NULL); in ptrace_pkey()
|
D | core-pkey.c | 448 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
|
/Linux-v5.10/tools/testing/selftests/ipc/ |
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()
|
/Linux-v5.10/include/uapi/linux/ |
D | ipc.h | 39 #define IPC_RMID 0 /* remove resource */ macro
|
/Linux-v5.10/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 340 shmctl(shmid, IPC_RMID, NULL); in futex_setup() 344 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
|
/Linux-v5.10/Documentation/sparc/ |
D | adi.rst | 222 shmctl(shmid, IPC_RMID, NULL); 277 shmctl(shmid, IPC_RMID, NULL); 284 shmctl(shmid, IPC_RMID, NULL);
|
/Linux-v5.10/ipc/ |
D | msg.c | 422 case IPC_RMID: in msgctl_down() 625 case IPC_RMID: in ksys_msgctl() 759 case IPC_RMID: in compat_ksys_msgctl()
|
D | shm.c | 914 case IPC_RMID: in shmctl_down() 1183 case IPC_RMID: in ksys_shmctl() 1378 case IPC_RMID: in compat_ksys_shmctl()
|
D | sem.c | 1622 case IPC_RMID: in semctl_down() 1695 case IPC_RMID: in ksys_semctl() 1809 case IPC_RMID: in compat_ksys_semctl()
|
/Linux-v5.10/Documentation/ia64/ |
D | err_inject.rst | 352 semctl(shmid, 0, IPC_RMID); 390 semctl(sid, 0, IPC_RMID); 436 semctl(semid[cpu], 0, IPC_RMID);
|
/Linux-v5.10/security/smack/ |
D | smack_lsm.c | 2985 case IPC_RMID: in smack_shm_shmctl() 3078 case IPC_RMID: in smack_sem_semctl() 3167 case IPC_RMID: in smack_msg_queue_msgctl()
|
/Linux-v5.10/security/selinux/ |
D | hooks.c | 5991 case IPC_RMID: in selinux_msg_queue_msgctl() 6135 case IPC_RMID: in selinux_shm_shmctl() 6221 case IPC_RMID: in selinux_sem_semctl()
|