Searched refs:best (Results 1 – 3 of 3) sorted by relevance
77 malloc_mem_chunk_t *best = NULL; in malloc_query_free_chunk_bf() local84 best = ptr; in malloc_query_free_chunk_bf()90 if (best == NULL) in malloc_query_free_chunk_bf()91 best = ptr; in malloc_query_free_chunk_bf()92 else if (best->length > ptr->length) in malloc_query_free_chunk_bf()93 best = ptr; in malloc_query_free_chunk_bf()98 return best; in malloc_query_free_chunk_bf()
798 let mut best = list_guard.front().unwrap().clone(); in clocksource_select() localVariable806 best = ele.clone(); in clocksource_select()814 let best_name = &best.clocksource_data().name; in clocksource_select()818 CUR_CLOCKSOURCE.lock().replace(best); in clocksource_select()823 CUR_CLOCKSOURCE.lock().replace(best); in clocksource_select()
285 possible use to the public, the best way to achieve this is to make it