Lines Matching refs:vmctx
38 typedef void (*vm_event_handler)(struct vmctx *ctx, struct vm_event *event);
47 static void general_event_handler(struct vmctx *ctx, struct vm_event *event);
48 static void rtc_chg_event_handler(struct vmctx *ctx, struct vm_event *event);
144 static void vm_event_throttle_init(struct vmctx *ctx) in vm_event_throttle_init()
217 static void emit_vm_event(struct vmctx *ctx, struct vm_event *event) in emit_vm_event()
228 static void general_event_handler(struct vmctx *ctx, struct vm_event *event) in general_event_handler()
258 static void rtc_chg_event_handler(struct vmctx *ctx, struct vm_event *event) in rtc_chg_event_handler()
287 struct vmctx *ctx = arg; in rtc_chg_timer_cb()
312 struct vmctx *ctx = param; in vm_event_thread()
363 static int create_event_tunnel(struct vmctx *ctx, struct vm_event_tunnel *tunnel, int epoll_fd) in create_event_tunnel()
425 int vm_event_init(struct vmctx *ctx) in vm_event_init()