Home
last modified time | relevance | path

Searched defs:Job (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qemu/
H A Djob.h42 typedef struct Job { struct
53 const JobDriver *driver; argument
60 Coroutine *co;
94 /** Current state; See @JobStatus for details. */ argument
117 bool busy;
123 bool paused;
137 bool cancelled;
153 int ret;
178 QLIST_ENTRY(Job) job_list; argument
181 JobTxn *txn; argument
[all …]
/qemu/
H A Djob.c177 static int job_txn_apply_locked(Job *job, int fn(Job *)) in job_txn_apply_locked()
1237 void (*finish)(Job *, Error **errp), in job_finish_sync_locked()