/Linux-v6.6/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 | 157 if (shmctl(id, SHM_INFO, (void *)&i) < 0) err("shmctl"); in test_shmget() 165 shmctl(id, IPC_RMID, NULL); in test_shmget()
|
/Linux-v6.6/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-v6.6/tools/testing/selftests/powerpc/syscalls/ |
D | ipc.h | 47 DO_TEST(shmctl, __NR_shmctl)
|
/Linux-v6.6/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-v6.6/kernel/ |
D | sys_ni.c | 137 COND_SYSCALL(shmctl); 138 COND_SYSCALL_COMPAT(shmctl);
|
/Linux-v6.6/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-v6.6/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 40 30 n64 shmctl sys_old_shmctl
|
D | syscall_n32.tbl | 40 30 n32 shmctl compat_sys_old_shmctl
|
/Linux-v6.6/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 104 92 common shmctl sys_shmctl
|
/Linux-v6.6/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 40 30 n64 shmctl sys_old_shmctl
|
/Linux-v6.6/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 106 94 common shmctl sys_old_shmctl
|
/Linux-v6.6/Documentation/admin-guide/mm/ |
D | pagemap.rst | 159 shmctl(SHM_LOCK) and mlock() memory segments.
|