Home
last modified time | relevance | path

Searched refs:best (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/time/
H A Dclocksource.rs984 let mut best = list_guard.front().unwrap().clone(); in clocksource_select() localVariable
992 best = ele.clone(); in clocksource_select()
1000 let best_name = &best.clocksource_data().name; in clocksource_select()
1004 CUR_CLOCKSOURCE.lock().replace(best.clone()); in clocksource_select()
1009 CUR_CLOCKSOURCE.lock().replace(best.clone()); in clocksource_select()
/DragonOS/
H A DLICENSE285 possible use to the public, the best way to achieve this is to make it
/DragonOS/kernel/crates/rbpf/
H A DREADME.md599 As of this writing, there is no particular use case for this crate at the best