Searched refs:threshold_bytes (Results 1 – 5 of 5) sorted by relevance
26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes) in bdrv_write_threshold_set() argument28 bs->write_threshold_offset = threshold_bytes; in bdrv_write_threshold_set()32 uint64_t threshold_bytes, in qmp_block_set_write_threshold() argument43 bdrv_write_threshold_set(bs, threshold_bytes); in qmp_block_set_write_threshold()
26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes);
125 bool memblock_validate_numa_coverage(unsigned long threshold_bytes);
749 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() argument761 if ((nr_pages << PAGE_SHIFT) > threshold_bytes) { in memblock_validate_numa_coverage()
725 u32 threshold_bytes; member