Home
last modified time | relevance | path

Searched refs:EventLoopBase (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/system/
H A Devent-loop-base.h19 OBJECT_DECLARE_TYPE(EventLoopBase, EventLoopBaseClass,
25 void (*init)(EventLoopBase *base, Error **errp);
26 void (*update_params)(EventLoopBase *base, Error **errp);
27 bool (*can_be_deleted)(EventLoopBase *base);
30 struct EventLoopBase { struct
H A Diothread.h25 EventLoopBase parent_obj;
/openbmc/qemu/
H A Devent-loop-base.c27 EventLoopBase *base = EVENT_LOOP_BASE(obj); in event_loop_base_instance_init()
33 "aio-max-batch", offsetof(EventLoopBase, aio_max_batch),
36 "thread-pool-min", offsetof(EventLoopBase, thread_pool_min),
39 "thread-pool-max", offsetof(EventLoopBase, thread_pool_max),
45 EventLoopBase *event_loop_base = EVENT_LOOP_BASE(obj); in event_loop_base_get_param()
56 EventLoopBase *base = EVENT_LOOP_BASE(obj); in event_loop_base_set_param()
81 EventLoopBase *base = EVENT_LOOP_BASE(uc); in event_loop_base_complete()
91 EventLoopBase *backend = EVENT_LOOP_BASE(uc); in event_loop_base_can_be_deleted()
124 .instance_size = sizeof(EventLoopBase),
H A Diothread.c154 static void iothread_set_aio_context_params(EventLoopBase *base, Error **errp) in iothread_set_aio_context_params()
180 static void iothread_init(EventLoopBase *base, Error **errp) in iothread_init()
/openbmc/qemu/util/
H A Dmain-loop.c190 static void main_loop_update_params(EventLoopBase *base, Error **errp) in main_loop_update_params()
207 static void main_loop_init(EventLoopBase *base, Error **errp) in main_loop_init()
221 static bool main_loop_can_be_deleted(EventLoopBase *base) in main_loop_can_be_deleted()