Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drbtree.rs503 let this_key = unsafe { &(*this).key }; in find_best_match() localVariable
508 match key.cmp(this_key) { in find_best_match()
520 Some(best) => best > this_key, in find_best_match()
523 best_key = Some(this_key); in find_best_match()