/Linux-v4.19/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 | 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-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spr.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 144 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr() 151 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 152 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr()
|
D | ptrace-gpr.c | 99 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 107 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
D | ptrace-vsx.c | 94 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx() 102 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
|
D | ptrace-tm-tar.c | 139 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar() 145 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
|
D | ptrace-tm-spd-gpr.c | 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr() 154 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr()
|
D | ptrace-tm-spd-tar.c | 152 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar() 159 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar()
|
D | ptrace-tm-vsx.c | 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx() 153 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
|
D | ptrace-tm-spd-vsx.c | 164 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx() 170 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx()
|
D | ptrace-tar.c | 120 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tar()
|
D | ptrace-tm-gpr.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_gpr()
|
D | ptrace-pkey.c | 322 shmctl(shm_id, IPC_RMID, NULL); in ptrace_pkey()
|
D | core-pkey.c | 451 shmctl(shm_id, IPC_RMID, NULL); in core_pkey()
|
/Linux-v4.19/tools/testing/selftests/powerpc/syscalls/ |
D | ipc.h | 47 DO_TEST(shmctl, __NR_shmctl)
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 217 COND_SYSCALL(shmctl); 218 COND_SYSCALL_COMPAT(shmctl);
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 333 shmctl(shmid, IPC_RMID, NULL); in futex_setup() 337 shmctl(shmid, IPC_RMID, NULL); in futex_setup()
|
/Linux-v4.19/Documentation/sparc/ |
D | adi.txt | 214 shmctl(shmid, IPC_RMID, NULL); 269 shmctl(shmid, IPC_RMID, NULL); 276 shmctl(shmid, IPC_RMID, NULL);
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 293 ENTRY_COMP(shmctl) /* 195 */
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 42 31 common shmctl __x64_sys_shmctl
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 42 31 common shmctl __x64_sys_shmctl
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | pagemap.rst | 156 shmctl(SHM_LOCK) and mlock() memory segments
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 325 308 common shmctl sys_shmctl
|
/Linux-v4.19/ipc/ |
D | shm.c | 1195 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument 1379 COMPAT_SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument
|
/Linux-v4.19/Documentation/vm/ |
D | unevictable-lru.rst | 173 On an unlock action (such as SHM_UNLOCK), the unlocker (eg: shmctl()) must scan 593 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
|