Home
last modified time | relevance | path

Searched refs:min_sz (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-bts.c203 size_t min_sz; in intel_bts_recording_options() local
206 min_sz = KiB(4); in intel_bts_recording_options()
208 min_sz = KiB(8); in intel_bts_recording_options()
210 if (sz < min_sz || !is_power_of_2(sz)) { in intel_bts_recording_options()
212 min_sz / 1024); in intel_bts_recording_options()
Dintel-pt.c601 size_t min_sz; in intel_pt_recording_options() local
604 min_sz = KiB(4); in intel_pt_recording_options()
606 min_sz = KiB(8); in intel_pt_recording_options()
608 if (sz < min_sz || !is_power_of_2(sz)) { in intel_pt_recording_options()
610 min_sz / 1024); in intel_pt_recording_options()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-capture.c665 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
681 min_sz = var->min_out_pixsize; in fimc_capture_try_selection()
685 min_sz = var->min_inp_pixsize; in fimc_capture_try_selection()
686 min_w = min_h = min_sz; in fimc_capture_try_selection()
711 v4l_bound_align_image(&r->width, min_w, max_w, ffs(min_sz) - 1, in fimc_capture_try_selection()
/linux-4.4.14/tools/perf/util/
Dintel-bts.c860 size_t min_sz = sizeof(u64) * INTEL_BTS_SNAPSHOT_MODE; in intel_bts_process_auxtrace_info() local
865 min_sz) in intel_bts_process_auxtrace_info()
Dintel-pt.c2014 size_t min_sz = sizeof(u64) * INTEL_PT_PER_CPU_MMAPS; in intel_pt_process_auxtrace_info() local
2019 min_sz) in intel_pt_process_auxtrace_info()
/linux-4.4.14/drivers/mmc/card/
Dmmc_test.c313 static struct mmc_test_mem *mmc_test_alloc_mem(unsigned long min_sz, in mmc_test_alloc_mem() argument
319 unsigned long min_page_cnt = DIV_ROUND_UP(min_sz, PAGE_SIZE); in mmc_test_alloc_mem()
1497 unsigned long min_sz = 64 * 1024, sz; in mmc_test_area_init() local
1530 t->mem = mmc_test_alloc_mem(min_sz, t->max_tfr, t->max_segs, in mmc_test_area_init()