Home
last modified time | relevance | path

Searched refs:threshold_bytes (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dwrite-threshold.c26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes) in bdrv_write_threshold_set() argument
28 bs->write_threshold_offset = threshold_bytes; in bdrv_write_threshold_set()
32 uint64_t threshold_bytes, in qmp_block_set_write_threshold() argument
43 bdrv_write_threshold_set(bs, threshold_bytes); in qmp_block_set_write_threshold()
/openbmc/qemu/include/block/
H A Dwrite-threshold.h26 void bdrv_write_threshold_set(BlockDriverState *bs, uint64_t threshold_bytes);
/openbmc/linux/include/linux/
H A Dmemblock.h125 bool memblock_validate_numa_coverage(unsigned long threshold_bytes);
/openbmc/linux/mm/
H A Dmemblock.c749 bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes) in memblock_validate_numa_coverage() argument
761 if ((nr_pages << PAGE_SHIFT) > threshold_bytes) { in memblock_validate_numa_coverage()
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h725 u32 threshold_bytes; member