Searched refs:workp (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/tools/tests/affinity/
H A Dpool.c239 work_t *workp; local
252 workp = TAILQ_FIRST(&(sp->input->queue));
253 if (workp != NULL)
261 TAILQ_REMOVE(&(sp->input->queue), workp, link);
266 workp->number = iteration;
267 workp->tag = wp->setnum;
269 if (affinity && current_tag != workp->tag) {
270 affinity_set(workp->tag);
271 current_tag = workp->tag;
276 sp->name, wp->setnum, sp->stagenum, iteration, workp, work
[all...]
H A Dsets.c233 work_t *workp; local
241 workp = TAILQ_FIRST(&(sp->input->queue));
242 if (workp != NULL)
250 TAILQ_REMOVE(&(sp->input->queue), workp, link);
254 sp->name, lp->setnum, sp->stagenum, iteration, workp, workp->data);
257 (void) sp->fn(workp->data, lp->isize);
264 TAILQ_INSERT_TAIL(&(sp->output->queue), workp, link);
/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c298 * Parameters: workp Work queue entry.
309 struct kauth_resolver_work *workp)
317 error = msleep(workp, kauth_resolver_mtx, PCATCH, "kr_submit", &ts);
319 if ((error == 0) && (workp->kr_flags & KAUTH_REQUEST_DONE))
388 * workp->kr_result:??? An error from the user space
412 struct kauth_resolver_work *workp, *killp; local
438 MALLOC(workp, struct kauth_resolver_work *, sizeof(*workp), M_KAUTH, M_WAITOK);
439 if (workp == NULL)
442 workp
308 __KERNEL_IS_WAITING_ON_EXTERNAL_CREDENTIAL_RESOLVER__( struct kauth_resolver_work *workp) argument
578 struct kauth_resolver_work *workp; local
794 struct kauth_resolver_work *workp; local
885 struct kauth_resolver_work *workp; local
924 struct kauth_resolver_work *workp; local
[all...]

Completed in 25 milliseconds