Searched refs:event_handler_info (Results 1 – 1 of 1) sorted by relevance
230 struct event_handler_info* poll_handler;231 struct event_handler_info* paused_handler;239 struct event_handler_info { struct249 struct event_handler_info handler_info; argument260 static struct event_handler_info vmpressure_hinfo[VMPRESS_LEVEL_COUNT];2016 static struct event_handler_info kill_done_hinfo = { 0, kill_done_handler }; in start_wait_for_proc_kill()2967 static struct event_handler_info kernel_poll_hinfo = { 0, kernel_event_handler }; in init()3077 static void call_handler(struct event_handler_info* handler_info, in call_handler()3116 struct event_handler_info* handler_info; in mainloop()3196 handler_info = (struct event_handler_info*)evt->data.ptr; in mainloop()[all …]