Searched refs:mmslots (Results 1 – 1 of 1) sorted by relevance
44 struct MMAPSLOT *mmslots; /**< Memory mapping slots */ member172 MMAPSLOT *s = impl->mmslots; in _exfile_initmmap_lw()261 MMAPSLOT *s = impl->mmslots; in _exfile_sync()300 s = impl->mmslots; in _exfile_write()351 s = impl->mmslots; in _exfile_read()403 MMAPSLOT *s = impl->mmslots; in _exfile_copy()422 MMAPSLOT *s = impl->mmslots; in _exfile_remove_mmap_lw()433 if (impl->mmslots == s) { in _exfile_remove_mmap_lw()437 impl->mmslots = s->next; in _exfile_remove_mmap_lw()438 } else if (impl->mmslots->prev == s) { in _exfile_remove_mmap_lw()[all …]