/linux-6.6.21/tools/testing/selftests/mm/ |
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()
|
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 | 165 shmctl(id, IPC_RMID, NULL); in test_shmget()
|
/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/ |
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()
|
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-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()
|
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()
|
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()
|
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()
|
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()
|
D | ptrace-gpr.c | 150 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 158 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
D | ptrace-tar.c | 119 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
|
D | ptrace-tm-gpr.c | 140 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 | 438 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
|
/linux-6.6.21/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-6.6.21/include/uapi/linux/ |
D | ipc.h | 39 #define IPC_RMID 0 /* remove resource */ macro
|
/linux-6.6.21/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-6.6.21/Documentation/arch/sparc/ |
D | adi.rst | 222 shmctl(shmid, IPC_RMID, NULL); 277 shmctl(shmid, IPC_RMID, NULL); 284 shmctl(shmid, IPC_RMID, NULL);
|
/linux-6.6.21/ipc/ |
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()
|
D | shm.c | 1020 case IPC_RMID: in shmctl_down() 1289 case IPC_RMID: in ksys_shmctl() 1484 case IPC_RMID: in compat_ksys_shmctl()
|
D | sem.c | 1625 case IPC_RMID: in semctl_down() 1698 case IPC_RMID: in ksys_semctl() 1812 case IPC_RMID: in compat_ksys_semctl()
|
/linux-6.6.21/Documentation/arch/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-6.6.21/security/smack/ |
D | smack_lsm.c | 3147 case IPC_RMID: in smack_shm_shmctl() 3240 case IPC_RMID: in smack_sem_semctl() 3329 case IPC_RMID: in smack_msg_queue_msgctl()
|
/linux-6.6.21/security/selinux/ |
D | hooks.c | 6043 case IPC_RMID: in selinux_msg_queue_msgctl() 6175 case IPC_RMID: in selinux_shm_shmctl() 6255 case IPC_RMID: in selinux_sem_semctl()
|