Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc.c388 struct rb_node *best_fit = NULL; in binder_alloc_new_buf_locked() local
434 best_fit = n; in binder_alloc_new_buf_locked()
439 best_fit = n; in binder_alloc_new_buf_locked()
443 if (best_fit == NULL) { in binder_alloc_new_buf_locked()
480 buffer = rb_entry(best_fit, struct binder_buffer, rb_node); in binder_alloc_new_buf_locked()
515 rb_erase(best_fit, &alloc->free_buffers); in binder_alloc_new_buf_locked()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc.c379 struct rb_node *best_fit = NULL; in binder_alloc_new_buf_locked() local
426 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()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9v111.c886 unsigned int best_fit = ~0L; in mt9v111_set_format() local
916 if (fit < best_fit) { in mt9v111_set_format()
917 best_fit = fit; in mt9v111_set_format()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmt9v111.c887 unsigned int best_fit = ~0L; in mt9v111_set_format() local
917 if (fit < best_fit) { in mt9v111_set_format()
918 best_fit = fit; in mt9v111_set_format()

Completed in 6 milliseconds