Lines Matching defs:next
91 /* Id of the next memory bock to prepare when needed. */
110 * (alloc+copy+free) when needed (crossing pages with the next mb).
152 struct list_head next;
177 list_add_rcu(&vm->next, &virtio_mem_devices);
191 list_del_rcu(&vm->next);
256 * Prepare the state array for the next memory block.
367 * Prepare the subblock bitmap for the next memory block.
811 list_for_each_entry_rcu(vm, &virtio_mem_devices, next) {
997 /* Find the next candidate subblock */
1036 * Prepare tracking data for the next memory block.
1368 /* Find the next candidate subblock */
1695 /* Round up to the next full memory block */
1772 INIT_LIST_HEAD(&vm->next);