Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.8/kernel/src/mm/
Ducontext.rs5 hash::Hasher,
788 impl core::hash::Hash for LockedVMA {
789 fn hash<H: Hasher>(&self, state: &mut H) { in hash() method
790 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() method
948 self.region.hash(state); in hash()
949 self.flags.hash(state); in hash()
950 self.mapped.hash(state); in hash()
/DragonOS-0.1.8/user/apps/test_bind/
Dlink.lds17 .hash : { *(.hash) }
18 .gnu.hash : { *(.gnu.hash) }
/DragonOS-0.1.8/user/apps/test_fstat/
Dlink.lds17 .hash : { *(.hash) }
18 .gnu.hash : { *(.gnu.hash) }
/DragonOS-0.1.8/user/apps/test_gettimeofday/
Dlink.lds17 .hash : { *(.hash) }
18 .gnu.hash : { *(.gnu.hash) }
/DragonOS-0.1.8/user/apps/http_server/
Dlink.lds17 .hash : { *(.hash) }
18 .gnu.hash : { *(.gnu.hash) }
/DragonOS-0.1.8/user/apps/test_relibc/
Dlink.lds17 .hash : { *(.hash) }
18 .gnu.hash : { *(.gnu.hash) }
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
DVFS.h172 long (*hash)(struct vfs_dir_entry_t *dEntry, char *filename); member