Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/arm64/util/
Darm-spe.c104 size_t min_sz = KiB(8); in arm_spe_recording_options() local
106 if (sz < min_sz || !is_power_of_2(sz)) { in arm_spe_recording_options()
108 min_sz / 1024); in arm_spe_recording_options()
/Linux-v4.19/tools/perf/arch/x86/util/
Dintel-bts.c202 size_t min_sz; in intel_bts_recording_options() local
205 min_sz = KiB(4); in intel_bts_recording_options()
207 min_sz = KiB(8); in intel_bts_recording_options()
209 if (sz < min_sz || !is_power_of_2(sz)) { in intel_bts_recording_options()
211 min_sz / 1024); in intel_bts_recording_options()
Dintel-pt.c654 size_t min_sz; in intel_pt_recording_options() local
657 min_sz = KiB(4); in intel_pt_recording_options()
659 min_sz = KiB(8); in intel_pt_recording_options()
661 if (sz < min_sz || !is_power_of_2(sz)) { in intel_pt_recording_options()
663 min_sz / 1024); in intel_pt_recording_options()
/Linux-v4.19/tools/perf/util/
Darm-spe.c196 size_t min_sz = sizeof(u64) * ARM_SPE_PMU_TYPE; in arm_spe_process_auxtrace_info() local
201 min_sz) in arm_spe_process_auxtrace_info()
Dintel-bts.c868 size_t min_sz = sizeof(u64) * INTEL_BTS_SNAPSHOT_MODE; in intel_bts_process_auxtrace_info() local
873 min_sz) in intel_bts_process_auxtrace_info()
Dintel-pt.c2403 size_t min_sz = sizeof(u64) * INTEL_PT_PER_CPU_MMAPS; in intel_pt_process_auxtrace_info() local
2410 min_sz) in intel_pt_process_auxtrace_info()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-capture.c661 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
680 min_sz = var->min_out_pixsize; in fimc_capture_try_selection()
684 min_sz = var->min_inp_pixsize; in fimc_capture_try_selection()
685 min_w = min_h = min_sz; in fimc_capture_try_selection()
710 v4l_bound_align_image(&r->width, min_w, max_w, ffs(min_sz) - 1, in fimc_capture_try_selection()
/Linux-v4.19/drivers/mmc/core/
Dmmc_test.c337 static struct mmc_test_mem *mmc_test_alloc_mem(unsigned long min_sz, in mmc_test_alloc_mem() argument
343 unsigned long min_page_cnt = DIV_ROUND_UP(min_sz, PAGE_SIZE); in mmc_test_alloc_mem()
1547 unsigned long min_sz = 64 * 1024, sz; in mmc_test_area_init() local
1580 t->mem = mmc_test_alloc_mem(min_sz, t->max_tfr, t->max_segs, in mmc_test_area_init()