/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 | 174 if (shmctl(id, SHM_INFO, (void *)&i) < 0) err("shmctl"); in test_shmget() 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/powerpc/syscalls/ |
D | ipc.h | 47 DO_TEST(shmctl, __NR_shmctl)
|
/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/kernel/ |
D | sys_ni.c | 227 COND_SYSCALL(shmctl); 228 COND_SYSCALL_COMPAT(shmctl);
|
/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/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 40 30 n32 shmctl compat_sys_old_shmctl
|
D | syscall_n64.tbl | 40 30 n64 shmctl sys_old_shmctl
|
/Linux-v5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 104 92 common shmctl sys_shmctl
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | pagemap.rst | 159 shmctl(SHM_LOCK) and mlock() memory segments
|
/Linux-v5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 42 31 common shmctl sys_shmctl
|
/Linux-v5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 106 94 common shmctl sys_old_shmctl
|