Home
last modified time | relevance | path

Searched refs:values (Results 1 – 6 of 6) sorted by relevance

/DragonOS/tools/
H A Dlist_contributors.py44 authors = sorted(authors.values(), key=lambda x: x['count'], reverse=True)
/DragonOS/kernel/src/libs/
H A Drbtree.rs1383 pub fn values(&self) -> Values<K, V> { in values() method
1641 let values: Vec<_> = map.values().cloned().collect(); in test_values() localVariable
1642 assert_eq!(values.len(), 3); in test_values()
1643 assert!(values.contains(&'a')); in test_values()
1644 assert!(values.contains(&'b')); in test_values()
1645 assert!(values.contains(&'c')); in test_values()
1656 let values: Vec<_> = map.values().cloned().collect(); in test_values_mut() localVariable
1657 assert_eq!(values.len(), 3); in test_values_mut()
1658 assert!(values.contains(&2)); in test_values_mut()
1659 assert!(values.contains(&4)); in test_values_mut()
[all …]
/DragonOS/kernel/src/driver/base/block/
H A Dmanager.rs152 for dev in inner.disks.values() { in lookup_gendisk_by_path()
165 for dev in inner.disks.values() { in print_gendisks()
/DragonOS/kernel/src/driver/pci/
H A Droot.rs324 self.inner.pci_root.values().nth(self.index).cloned() in next()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md124 offset values at which the eBPF program expects to find the start and the end
609 stack, differs between uBPF and rbpf. The latter uses the same values as the
610 Linux kernel, while uBPF has its own values.
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs548 pub values: __u64, field