Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Djob.h42 typedef struct Job { struct
53 const JobDriver *driver; argument
60 Coroutine *co;
63 bool auto_finalize;
66 bool auto_dismiss;
94 /** Current state; See @JobStatus for details. */ argument
95 JobStatus status; argument
101 QEMUTimer sleep_timer;
107 int pause_count;
117 bool busy;
[all …]
/openbmc/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()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DJob.v1_2_4.json34 "Job": { object