Lines Matching defs:virtio_mem
105 struct virtio_mem { struct
123 struct virtio_mem_req req; argument
124 struct virtio_mem_resp resp; argument
143 * Copy of "System RAM (virtio_mem)" to be used for argument
146 const char *resource_name;
148 int mgid;
156 atomic64_t offline_size;
157 uint64_t offline_threshold;
160 bool in_sbm;
162 union {
231 struct mutex hotplug_mutex;
232 bool hotplug_active;
235 bool broken;
238 bool in_kdump;
241 spinlock_t removal_lock;
242 bool removing;
268 static DEFINE_MUTEX(virtio_mem_mutex); argument
276 static void virtio_mem_retry(struct virtio_mem *vm); argument