Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_alloc.c396 struct rb_node *best_fit = NULL; in binder_alloc_new_buf_locked() local
443 best_fit = n; in binder_alloc_new_buf_locked()
448 best_fit = n; in binder_alloc_new_buf_locked()
452 if (best_fit == NULL) { in binder_alloc_new_buf_locked()
489 buffer = rb_entry(best_fit, struct binder_buffer, rb_node); in binder_alloc_new_buf_locked()
524 rb_erase(best_fit, &alloc->free_buffers); in binder_alloc_new_buf_locked()
/OK3568_Linux_fs/kernel/include/linux/
H A Diova.h98 bool best_fit; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c53 iovad->best_fit = false; in init_iova_domain()
399 if (iovad->best_fit) { in alloc_iova()
H A Ddma-iommu.c435 iovad->best_fit = true; in iommu_dma_enable_best_fit_algo()