Lines Matching refs:next
163 /* Id of the next memory bock to prepare when needed. */
208 /* Id of the next device bock to prepare when needed. */
263 struct list_head next;
295 list_add_rcu(&vm->next, &virtio_mem_devices);
309 list_del_rcu(&vm->next);
391 * Prepare the big block state array for the next big block.
459 * Prepare the state array for the next memory block.
579 * Prepare the subblock bitmap for the next memory block.
1279 unsigned long addr, next, id, sb_id, count;
1290 next = addr + PFN_PHYS(1 << order);
1295 count = virtio_mem_phys_to_sb_id(vm, next - 1) - sb_id + 1;
1329 addr = next;
1339 list_for_each_entry_rcu(vm, &virtio_mem_devices, next) {
1573 /* Find the next candidate subblock */
1612 * Prepare tracking data for the next memory block.
1832 * Prepare tracking data for the next big block.
2019 /* Find the next candidate subblock */
2546 /* Round up to the next full memory block */
2568 /* Round up to the next aligned big block */
2825 INIT_LIST_HEAD(&vm->next);