Home | History | Annotate | Download | only in isc

Lines Matching defs:job

84 		 * new job has appeared in the queue, then give it a chance
98 isc_job_t *job = caa_container_of(node, isc_job_t, wfcq_node);
99 job->cb(job->cbarg);
103 isc_quota_acquire_cb(isc_quota_t *quota, isc_job_t *job, isc_job_cb cb,
106 REQUIRE(job == NULL || cb != NULL);
112 if (job != NULL) {
113 job->cb = cb;
114 job->cbarg = cbarg;
115 cds_wfcq_node_init(&job->wfcq_node);
122 &job->wfcq_node);
127 * used any more, then our newly enqueued job won't
131 * acquire/release for the current job to run as soon as