_job
SIMPLEQ_ENTRY(_job) entries;
static SIMPLEQ_HEAD(job_queue, _job) jobs = SIMPLEQ_HEAD_INITIALIZER(jobs);