Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs201 pub capacity: u64, field
/DragonOS/kernel/src/perf/
H A Dbpf.rs87 let capacity = if data_head >= data_tail { in can_write() localVariable