Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/android/ !
Dbinder_alloc.c443 struct rb_node *best_fit = NULL; in binder_alloc_new_buf_locked() local
463 best_fit = n; in binder_alloc_new_buf_locked()
468 best_fit = n; in binder_alloc_new_buf_locked()
473 if (unlikely(!best_fit)) { in binder_alloc_new_buf_locked()
484 buffer = rb_entry(best_fit, struct binder_buffer, rb_node); in binder_alloc_new_buf_locked()
/linux-6.12.1/drivers/media/i2c/ !
Dmt9v111.c897 unsigned int best_fit = ~0L; in mt9v111_set_format() local
927 if (fit < best_fit) { in mt9v111_set_format()
928 best_fit = fit; in mt9v111_set_format()