Home
last modified time | relevance | path

Searched refs:SHM_W (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c201 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
204 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
H A Dhugepage-shm.c57 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
/openbmc/linux/include/uapi/linux/
H A Dshm.h50 #define SHM_W 0200 /* or S_IWUGO from <linux/stat.h> */ macro
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c331 shmid = shmget(IPC_PRIVATE, getpagesize(), SHM_R | SHM_W); in futex_setup()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch53 - ipc_id = shmget(IPC_PRIVATE, 4096, (IPC_CREAT | SHM_R | SHM_W));
/openbmc/linux/Documentation/arch/sparc/
H A Dadi.rst214 IPC_CREAT | SHM_R | SHM_W)) < 0) {