Searched refs:hash (Results 1 – 7 of 7) sorted by relevance
5 hash::Hasher,788 impl core::hash::Hash for LockedVMA {789 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method790 self.0.lock().hash(state); in hash()946 impl core::hash::Hash for VMA {947 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method948 self.region.hash(state); in hash()949 self.flags.hash(state); in hash()950 self.mapped.hash(state); in hash()
17 .hash : { *(.hash) }18 .gnu.hash : { *(.gnu.hash) }
172 long (*hash)(struct vfs_dir_entry_t *dEntry, char *filename); member