Searched refs:mmslots (Results 1 – 1 of 1) sorted by relevance
44 struct MMAPSLOT *mmslots; /**< Memory mapping slots */ member199 MMAPSLOT *s = impl->mmslots; in _exfile_initmmap_lw()288 MMAPSLOT *s = impl->mmslots; in _exfile_sync()327 s = impl->mmslots; in _exfile_write()378 s = impl->mmslots; in _exfile_read()430 MMAPSLOT *s = impl->mmslots; in _exfile_copy()449 MMAPSLOT *s = impl->mmslots; in _exfile_remove_mmap_lw()460 if (impl->mmslots == s) { in _exfile_remove_mmap_lw()464 impl->mmslots = s->next; in _exfile_remove_mmap_lw()465 } else if (impl->mmslots->prev == s) { in _exfile_remove_mmap_lw()[all …]