Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/mm/
Dpat_rbtree.c61 u64 max_end, child_max_end; in memtype_rb_augment_cb() local
67 max_end = data->end; in memtype_rb_augment_cb()
70 if (child_max_end > max_end) in memtype_rb_augment_cb()
71 max_end = child_max_end; in memtype_rb_augment_cb()
74 if (child_max_end > max_end) in memtype_rb_augment_cb()
75 max_end = child_max_end; in memtype_rb_augment_cb()
77 data->subtree_max_end = max_end; in memtype_rb_augment_cb()
/linux-3.4.99/drivers/media/video/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()