Searched refs:cb_watch_events (Results 1 – 1 of 1) sorted by relevance
92 static void *cb_watch_events(void *);187 *errp = thr_create(NULL, 0, cb_watch_events, NULL, in dm_init_event_queue()206 *errp = thr_create(NULL, 0, cb_watch_events, NULL, THR_DAEMON, in dm_init_event_queue()346 cb_watch_events(void *arg __unused) in cb_watch_events() function