Searched refs:best_fit (Results 1 – 2 of 2) sorted by relevance
377 struct rb_node *best_fit = NULL; in binder_alloc_new_buf_locked() local426 best_fit = n; in binder_alloc_new_buf_locked()431 best_fit = n; in binder_alloc_new_buf_locked()435 if (best_fit == NULL) { in binder_alloc_new_buf_locked()472 buffer = rb_entry(best_fit, struct binder_buffer, rb_node); in binder_alloc_new_buf_locked()507 rb_erase(best_fit, &alloc->free_buffers); in binder_alloc_new_buf_locked()
887 unsigned int best_fit = ~0L; in mt9v111_set_format() local917 if (fit < best_fit) { in mt9v111_set_format()918 best_fit = fit; in mt9v111_set_format()