Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/android/
Dbinder.c657 struct rb_node *best_fit = NULL; in binder_alloc_buf() local
691 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()