Searched refs:vm_ops (Results 1 – 4 of 4) sorted by relevance
229 struct vm_ops { struct233 LIST_ENTRY(vm_ops) list; argument274 static LIST_HEAD(vm_ops_list, vm_ops) vm_ops_head;280 struct vm_ops *ops; in monitor_register_vm_ops()315 struct vm_ops *ops; \345 struct vm_ops *ops; in handle_stop()378 struct vm_ops *ops; in handle_resume()407 struct vm_ops *ops; in handle_query()427 struct vm_ops *ops; in handle_blkrescan()
58 static struct monitor_vm_ops vm_ops = { variable285 if (monitor_register_vm_ops(&vm_ops, ctx, "pm-vuart") < 0) { in pm_by_vuart_init()
76 static struct monitor_vm_ops vm_ops = { variable218 if (monitor_register_vm_ops(&vm_ops, ctx, in power_button_init()
145 static struct monitor_vm_ops vm_ops = { variable1552 if (monitor_register_vm_ops(&vm_ops, ioc, "ioc_dm") < 0) { in ioc_init()
Completed in 9 milliseconds