Lines Matching refs:IOThread
41 IOThread *iothread = opaque; in iothread_run()
82 IOThread *iothread = opaque; in iothread_stop_bh()
91 void iothread_stop(IOThread *iothread) in iothread_stop()
103 IOThread *iothread = IOTHREAD(obj); in iothread_instance_init()
114 IOThread *iothread = IOTHREAD(obj); in iothread_instance_finalize()
141 static void iothread_init_gcontext(IOThread *iothread, const char *thread_name) in iothread_init_gcontext()
157 IOThread *iothread = IOTHREAD(base); in iothread_set_aio_context_params()
183 IOThread *iothread = IOTHREAD(base); in iothread_init()
228 "poll-max-ns", offsetof(IOThread, poll_max_ns),
231 "poll-grow", offsetof(IOThread, poll_grow),
234 "poll-shrink", offsetof(IOThread, poll_shrink),
240 IOThread *iothread = IOTHREAD(obj); in iothread_get_param()
249 IOThread *iothread = IOTHREAD(obj); in iothread_set_param()
279 IOThread *iothread = IOTHREAD(obj); in iothread_set_poll_param()
320 .instance_size = sizeof(IOThread),
332 char *iothread_get_id(IOThread *iothread) in type_init()
337 AioContext *iothread_get_aio_context(IOThread *iothread) in iothread_get_aio_context()
346 IOThread *iothread; in query_one_iothread()
348 iothread = (IOThread *)object_dynamic_cast(object, TYPE_IOTHREAD); in query_one_iothread()
375 GMainContext *iothread_get_g_main_context(IOThread *iothread) in iothread_get_g_main_context()
382 IOThread *iothread_create(const char *id, Error **errp) in iothread_create()
393 void iothread_destroy(IOThread *iothread) in iothread_destroy()
400 IOThread *iothread_by_id(const char *id) in iothread_by_id()