Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/vm/
Dhugepage-shm.c61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
/Linux-v5.4/include/uapi/linux/
Dshm.h49 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ macro
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c320 shmid = shmget(IPC_PRIVATE, getpagesize(), SHM_R | SHM_W); in futex_setup()
/Linux-v5.4/Documentation/sparc/
Dadi.rst214 IPC_CREAT | SHM_R | SHM_W)) < 0) {