Searched refs:shmctl (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 70 shmctl(shmid, IPC_RMID, NULL); in main() 93 shmctl(shmid, IPC_RMID, NULL); in main() 97 shmctl(shmid, IPC_RMID, NULL); in main()
|
D | thuge-gen.c | 171 if (shmctl(id, SHM_INFO, (void *)&i) < 0) err("shmctl"); in test_shmget() 179 shmctl(id, IPC_RMID, NULL); in test_shmget()
|
/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/ |
D | ipc.h | 46 DO_TEST(shmctl, __NR_shmctl)
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 293 ENTRY_COMP(shmctl) /* 195 */
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 40 31 common shmctl sys_shmctl
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 143 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
|
D | unevictable-lru.txt | 194 On an unlock action (such as SHM_UNLOCK), the unlocker (eg: shmctl()) must scan 591 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
|
/linux-4.4.14/ipc/ |
D | compat.c | 668 COMPAT_SYSCALL_DEFINE3(shmctl, int, first, int, second, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument
|
D | shm.c | 981 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument
|