Searched refs:nb_sb (Results 1 – 1 of 1) sorted by relevance
990 unsigned long mb_id, uint64_t *nb_sb) in virtio_mem_mb_unplug_any_sb() argument996 while (*nb_sb) { in virtio_mem_mb_unplug_any_sb()1005 while (count < *nb_sb && sb_id > 0 && in virtio_mem_mb_unplug_any_sb()1014 *nb_sb -= count; in virtio_mem_mb_unplug_any_sb()1030 uint64_t nb_sb = vm->nb_sb_per_mb; in virtio_mem_mb_unplug() local1032 return virtio_mem_mb_unplug_any_sb(vm, mb_id, &nb_sb); in virtio_mem_mb_unplug()1081 uint64_t *nb_sb) in virtio_mem_mb_plug_and_add() argument1083 const int count = min_t(int, *nb_sb, vm->nb_sb_per_mb); in virtio_mem_mb_plug_and_add()1127 *nb_sb -= count; in virtio_mem_mb_plug_and_add()1140 uint64_t *nb_sb, bool online) in virtio_mem_mb_plug_any_sb() argument[all …]