Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dwbt.h30 __field(u64, wmax)
44 __entry->wmax = stat[1].max;
49 "wmean=%llu, wmin=%llu, wmax=%llu, wsamples=%llu",
52 __entry->wmax, __entry->wnr_samples)
/linux/drivers/platform/x86/dell/
H A DMakefile10 alienware-wmi-$(CONFIG_ALIENWARE_WMI_WMAX) += alienware-wmi-wmax.o
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_cfg_data.c1261 .wmax = 8176,
1267 .wmax = 8176,
1280 .wmax = 8192,
1286 .wmax = 8192,
/linux/arch/x86/events/
H A Dcore.c826 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument
832 sched->max_weight = wmax; in perf_sched_init()
975 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
979 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events()
996 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local
1013 for (i = 0, wmin = X86_PMC_IDX_MAX, wmax = 0; i < n; i++) { in x86_schedule_events()
1033 wmax = max(wmax, c->weight); in x86_schedule_events()
1095 wmax, gpmax, assign); in x86_schedule_events()
/linux/drivers/mtd/nand/raw/
H A Dnandsim.c442 unsigned long wmin = -1, wmax = 0, avg; in ns_show() local
451 if (wear > wmax) in ns_show()
452 wmax = wear; in ns_show()
458 decile_max[i] = (wmax * (i + 1) + 5) / 10; in ns_show()
461 decile_max[9] = wmax; in ns_show()
477 seq_printf(m, "Maximum number of erases: %lu\n", wmax); in ns_show()
/linux/arch/x86/events/intel/
H A Duncore.c458 int i, wmin, wmax, ret = 0; in uncore_assign_events() local
463 for (i = 0, wmin = UNCORE_PMC_IDX_MAX, wmax = 0; i < n; i++) { in uncore_assign_events()
467 wmax = max(wmax, c->weight); in uncore_assign_events()
494 wmin, wmax, n, assign); in uncore_assign_events()
/linux/Documentation/admin-guide/laptops/
H A Dalienware-wmi.rst43 ``drivers/platform/x86/dell/alienware-wmi-wmax.c`` or contacting the maintainer
/linux/include/media/
H A Dv4l2-common.h355 * @wmax: maximum width.
364 * Clip an image to have @width between @wmin and @wmax, and @height between
375 * #. @wmax must not be smaller than @wmin.
387 unsigned int wmax, unsigned int walign,
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c152 unsigned int wmax, unsigned int align_w, in mtk_mdp_bound_align_image() argument
163 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in mtk_mdp_bound_align_image()
167 if (*w < org_w && (*w + step_w) <= wmax) in mtk_mdp_bound_align_image()