Lines Matching defs:virtio_mem
102 struct virtio_mem { struct
120 struct virtio_mem_req req; argument
121 struct virtio_mem_resp resp; argument
142 * Copy of "System RAM (virtio_mem)" to be used for argument
145 const char *resource_name;
147 int mgid;
155 atomic64_t offline_size;
156 uint64_t offline_threshold;
159 bool in_sbm;
161 union {
237 struct mutex hotplug_mutex;
238 bool hotplug_active;
241 bool broken;
244 bool in_kdump;
247 spinlock_t removal_lock;
248 bool removing;
251 struct hrtimer retry_timer;
252 unsigned int retry_timer_ms;
277 static DEFINE_MUTEX(virtio_mem_mutex); argument
285 static void virtio_mem_retry(struct virtio_mem *vm); argument