Home
last modified time | relevance | path

Searched refs:shm_open (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst37 (shm_open,shm_unlink)。添加内容到/etc/fstab应注意如下:
/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst37 (shm_open,shm_unlink)。添加內容到/etc/fstab應注意如下:
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c235 fd = shm_open(filename, O_CREAT | O_RDWR, 0600); in run_cachestat_test()
/linux/tools/testing/selftests/mm/
H A Drmap.c334 shm_fd = shm_open(data->filename, O_CREAT | O_RDWR, 0666); in TEST_F()
/linux/ipc/
H A Dshm.c103 static void shm_open(struct vm_area_struct *vma);
304 static void shm_open(struct vm_area_struct *vma) in shm_open() function
684 .open = shm_open, /* callback for a new vm-area open */