Home
last modified time | relevance | path

Searched refs:wmax (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/trace/events/
Dwbt.h30 __field(u64, wmax)
43 __entry->wmax = stat[1].max;
51 __entry->wmax, __entry->wnr_samples)
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-common.c323 void v4l_bound_align_image(u32 *w, unsigned int wmin, unsigned int wmax, in v4l_bound_align_image() argument
328 *w = clamp_align(*w, wmin, wmax, walign); in v4l_bound_align_image()
341 unsigned int wmaxa = __fls(wmax ^ (wmin - 1)); in v4l_bound_align_image()
349 *w = clamp_align(*w, wmin, wmax, walign + 1); in v4l_bound_align_image()
/Linux-v4.19/arch/x86/events/
Dcore.c717 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
723 sched->max_weight = wmax; in perf_sched_init()
850 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
854 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
872 int i, wmin, wmax, unsched = 0; in x86_schedule_events() local
880 for (i = 0, wmin = X86_PMC_IDX_MAX, wmax = 0; i < n; i++) { in x86_schedule_events()
886 wmax = max(wmax, c->weight); in x86_schedule_events()
932 wmax, gpmax, assign); in x86_schedule_events()
Dperf_event.h784 int wmin, int wmax, int gpmax, int *assign);
/Linux-v4.19/include/media/
Dv4l2-common.h313 unsigned int wmax, unsigned int walign,
/Linux-v4.19/arch/x86/events/intel/
Duncore.c409 int i, wmin, wmax, ret = 0; in uncore_assign_events() local
414 for (i = 0, wmin = UNCORE_PMC_IDX_MAX, wmax = 0; i < n; i++) { in uncore_assign_events()
418 wmax = max(wmax, c->weight); in uncore_assign_events()
445 wmin, wmax, n, assign); in uncore_assign_events()
/Linux-v4.19/drivers/mtd/nand/raw/
Dnandsim.c448 unsigned long wmin = -1, wmax = 0, avg; in nandsim_debugfs_show() local
457 if (wear > wmax) in nandsim_debugfs_show()
458 wmax = wear; in nandsim_debugfs_show()
464 decile_max[i] = (wmax * (i + 1) + 5) / 10; in nandsim_debugfs_show()
467 decile_max[9] = wmax; in nandsim_debugfs_show()
483 seq_printf(m, "Maximum number of erases: %lu\n", wmax); in nandsim_debugfs_show()
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_m2m.c160 unsigned int wmax, unsigned int align_w, in mtk_mdp_bound_align_image() argument
171 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in mtk_mdp_bound_align_image()
175 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image()
/Linux-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c169 unsigned int wmax, unsigned int walign, in mtk_jpeg_bound_align_image() argument
180 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in mtk_jpeg_bound_align_image()
181 if (*w < width && (*w + w_step) <= wmax) in mtk_jpeg_bound_align_image()
/Linux-v4.19/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1422 u32 *w, unsigned int wmin, unsigned int wmax, in jpeg_bound_align_image() argument
1444 wmax = width; in jpeg_bound_align_image()
1449 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
1451 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()