Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpat_rbtree.c59 u64 max_end = data->end, child_max_end; in compute_subtree_max_end() local
62 if (child_max_end > max_end) in compute_subtree_max_end()
63 max_end = child_max_end; in compute_subtree_max_end()
66 if (child_max_end > max_end) in compute_subtree_max_end()
67 max_end = child_max_end; in compute_subtree_max_end()
69 return max_end; in compute_subtree_max_end()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-vbi.c248 __s32 min_start, max_start, max_end, f2_offset; in try_fmt() local
259 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
265 BUG_ON(max_start >= max_end); in try_fmt()
288 max_end - start); in try_fmt()
293 max_end += f2_offset; in try_fmt()
388 __s32 max_end; in bttv_g_fmt_vbi_cap() local
395 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
407 frt->fmt.vbi.start[i] = min(new_start, max_end - 1); in bttv_g_fmt_vbi_cap()
410 max_end - frt->fmt.vbi.start[i]); in bttv_g_fmt_vbi_cap()
412 max_end += tvnorm->vbistart[1] in bttv_g_fmt_vbi_cap()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c634 pgoff_t max_end; in osc_extent_find() local
658 max_end = index - (index % max_pages) + max_pages - 1; in osc_extent_find()
659 max_end = min_t(pgoff_t, max_end, lock->cll_descr.cld_end); in osc_extent_find()
662 cur->oe_max_end = max_end; in osc_extent_find()
667 if (cur->oe_end > max_end) in osc_extent_find()
668 cur->oe_end = max_end; in osc_extent_find()
676 LASSERTF((max_end - cur->oe_start) < max_pages, EXTSTR, EXTPARA(cur)); in osc_extent_find()
740 if (ext->oe_max_end != max_end) { in osc_extent_find()