Home
last modified time | relevance | path

Searched refs:H (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/mm/
Ducontext.rs789 fn hash<H: Hasher>(&self, state: &mut H) { in hash() argument
947 fn hash<H: Hasher>(&self, state: &mut H) { in hash() argument
/DragonOS-0.1.8/kernel/src/driver/virtio/
Dtransport_pci.rs97 pub fn new<H: Hal>( in new()