Home
last modified time | relevance | path

Searched refs:IPC_RMID (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c
H A Drmap.c130 semctl(data->semid, 0, IPC_RMID); in propagate_children()
205 semctl(data->semid, 0, IPC_RMID); in FIXTURE_TEARDOWN()
H A Dthuge-gen.c101 shmctl(id, IPC_RMID, NULL); in test_mmap()
H A Dpagemap_ioctl.c176 shmctl(*shmid, IPC_RMID, NULL); in gethugetlb_mem()
1726 shmctl(shmid, IPC_RMID, NULL); in main()
1757 shmctl(shmid, IPC_RMID, NULL); in main()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c140 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 Dptrace-vsx.c92 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
100 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
H A Dptrace-tm-spd-gpr.c144 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 Dptrace-tm-spd-tar.c149 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 Dptrace-tm-tar.c136 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
142 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
H A Dptrace-tm-vsx.c143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
149 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
H A Dptrace-tm-spd-vsx.c160 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 Dptrace-gpr.c150 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
158 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
H A Dptrace-tar.c119 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
H A Dptrace-tm-gpr.c140 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_gpr()
/linux/tools/testing/selftests/ipc/
H A Dmsgque.c77 if (msgctl(id, IPC_RMID, NULL)) in restore_queue()
123 if (msgctl(msgque->msq_id, IPC_RMID, NULL)) { in check_and_destroy_queue()
250 if (msgctl(msgque.msq_id, IPC_RMID, NULL)) { in main()
/linux/include/uapi/linux/
H A Dipc.h39 #define IPC_RMID 0 /* remove resource */ macro
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c340 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
344 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
/linux/Documentation/arch/sparc/
H A Dadi.rst222 shmctl(shmid, IPC_RMID, NULL);
277 shmctl(shmid, IPC_RMID, NULL);
284 shmctl(shmid, IPC_RMID, NULL);
/linux/ipc/
H A Dmsg.c425 case IPC_RMID: in msgctl_down()
633 case IPC_RMID: in ksys_msgctl()
767 case IPC_RMID: in compat_ksys_msgctl()
/linux/security/smack/
H A Dsmack_lsm.c3232 case IPC_RMID: in smack_shm_shmctl()
3325 case IPC_RMID: in smack_sem_semctl()
3436 case IPC_RMID: in smack_msg_queue_msgsnd()
/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c1535 semctl(sem, 0, IPC_RMID); in sysctl_nested_child()
/linux/security/selinux/
H A Dhooks.c6415 case IPC_RMID: in selinux_msg_queue_msgctl()
6547 case IPC_RMID: in selinux_shm_shmctl()
6627 case IPC_RMID: in selinux_sem_semctl()
/linux/tools/testing/selftests/ublk/
H A Dkublk.c1929 shmctl(ctx->_shmid, IPC_RMID, NULL); in cmd_dev_add()