Home
last modified time | relevance | path

Searched refs:shmctl (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/tools/testing/selftests/vm/
Dhugepage-shm.c70 shmctl(shmid, IPC_RMID, NULL); in main()
93 shmctl(shmid, IPC_RMID, NULL); in main()
97 shmctl(shmid, IPC_RMID, NULL); in main()
Dthuge-gen.c171 if (shmctl(id, SHM_INFO, (void *)&i) < 0) err("shmctl"); in test_shmget()
179 shmctl(id, IPC_RMID, NULL); in test_shmget()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S293 ENTRY_COMP(shmctl) /* 195 */
/linux-4.1.27/Documentation/vm/
Dpagemap.txt126 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
Dunevictable-lru.txt194 On an unlock action (such as SHM_UNLOCK), the unlocker (eg: shmctl()) must scan
662 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl40 31 common shmctl sys_shmctl
/linux-4.1.27/ipc/
Dcompat.c668 COMPAT_SYSCALL_DEFINE3(shmctl, int, first, int, second, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument
Dshm.c981 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() argument