Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/unit/
H A Dtest-write-threshold.c16 uint64_t threshold = 4 * 1024 * 1024; in test_threshold_not_trigger() local
29 uint64_t threshold = 4 * 1024 * 1024; in test_threshold_trigger() local
/qemu/hw/audio/
H A Dmarvell_88w8618.c58 uint32_t threshold; member
/qemu/tests/bench/
H A Dqht-bench.c291 static void do_threshold(double rate, uint64_t *threshold) in do_threshold()
/qemu/block/
H A Dquorum.c79 int threshold; /* if less than threshold children reads gave the member
881 static int quorum_valid_threshold(int threshold, int num_children, Error **errp) in quorum_valid_threshold()
H A Dqcow2-refcount.c3721 int64_t i, end_cluster, cluster_count = 0, threshold; in qcow2_detect_metadata_preallocation() local
/qemu/audio/
H A Dalsaaudio.c408 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold) in alsa_set_threshold()
/qemu/migration/
H A Dram.c1038 uint64_t threshold = migrate_throttle_trigger_threshold(); in migration_trigger_throttle() local