Searched refs:best_fit (Results 1 – 1 of 1) sorted by relevance
657 struct rb_node *best_fit = NULL; in binder_alloc_buf() local691 best_fit = n; in binder_alloc_buf()696 best_fit = n; in binder_alloc_buf()700 if (best_fit == NULL) { in binder_alloc_buf()706 buffer = rb_entry(best_fit, struct binder_buffer, rb_node); in binder_alloc_buf()730 rb_erase(best_fit, &proc->free_buffers); in binder_alloc_buf()