Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/
Dmalloc.c77 malloc_mem_chunk_t *best = NULL; in malloc_query_free_chunk_bf() local
84 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()
/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs798 let mut best = list_guard.front().unwrap().clone(); in clocksource_select() localVariable
806 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()
/DragonOS-0.1.8/
DLICENSE285 possible use to the public, the best way to achieve this is to make it