Home
last modified time | relevance | path

Searched refs:SHM_R (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dshm.h44 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ macro
/linux-4.1.27/tools/testing/selftests/vm/
Dhugepage-shm.c60 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()