/Linux-v5.15/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.15/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-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-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-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-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-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-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 | 448 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
|
/Linux-v5.15/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.15/include/uapi/linux/ |
D | ipc.h | 39 #define IPC_RMID 0 /* remove resource */ macro
|
/Linux-v5.15/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.15/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.15/ipc/ |
D | msg.c | 424 case IPC_RMID: in msgctl_down() 627 case IPC_RMID: in ksys_msgctl() 761 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 | 1627 case IPC_RMID: in semctl_down() 1700 case IPC_RMID: in ksys_semctl() 1814 case IPC_RMID: in compat_ksys_semctl()
|
/Linux-v5.15/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.15/security/smack/ |
D | smack_lsm.c | 2984 case IPC_RMID: in smack_shm_shmctl() 3077 case IPC_RMID: in smack_sem_semctl() 3166 case IPC_RMID: in smack_msg_queue_msgctl()
|
/Linux-v5.15/security/selinux/ |
D | hooks.c | 6161 case IPC_RMID: in selinux_msg_queue_msgctl() 6305 case IPC_RMID: in selinux_shm_shmctl() 6391 case IPC_RMID: in selinux_sem_semctl()
|