Lines Matching full:shared
30 shared across fork() or clone() without CLONE_VM in the MMU case. Since
67 that a copy is always taken and never shared.
73 mapping; shared across fork.
84 case, a shared-writable memory mapping will be possible. It will work
163 Interprocess shared memory
166 Both SYSV IPC SHM shared memory and POSIX shared memory is supported in NOMMU
191 Shared mappings may not be moved. Shareable mappings may not be moved either,
192 even if they are not currently shared.
221 is removed. An existing mapping will be shared, partially or not, if possible
240 In such a case, care must be taken lest userspace see a shared or a
250 Provision of shared mappings on memory backed files is similar to the provision
251 of support for shared mapped character devices. The main difference is that the
257 enough pages to honour a mapping. This is required to support POSIX shared
267 Provision of shared mappings on block device files is exactly the same as for