Searched defs:poll_params (Results 1 – 1 of 1) sorted by relevance
2375 struct polling_params *poll_params) { in kill_done_handler()2381 struct polling_params *poll_params) { in kill_fail_handler()2714 uint32_t events, struct polling_params *poll_params) { in __mp_event_psi()3117 static void mp_event_psi(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_psi()3132 static void mp_event_common(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_common()3446 struct polling_params* poll_params) { in memevent_listener_notification()3898 static bool polling_paused(struct polling_params *poll_params) { in polling_paused()3902 static void resume_polling(struct polling_params *poll_params, struct timespec curr_tm) { in resume_polling()3910 struct polling_params *poll_params, uint32_t events) { in call_handler()3952 struct polling_params poll_params; in mainloop() local