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

/macosx-10.9.5/xnu-2422.115.4/tools/tests/affinity/
H A Dpool.c249 work_t *workp; local
262 workp = TAILQ_FIRST(&(sp->input->queue));
263 if (workp != NULL)
271 TAILQ_REMOVE(&(sp->input->queue), workp, link);
276 workp->number = iteration;
277 workp->tag = wp->setnum;
279 if (affinity && current_tag != workp->tag) {
280 affinity_set(workp->tag);
281 current_tag = workp->tag;
286 sp->name, wp->setnum, sp->stagenum, iteration, workp, work
[all...]
H A Dsets.c241 work_t *workp; local
249 workp = TAILQ_FIRST(&(sp->input->queue));
250 if (workp != NULL)
258 TAILQ_REMOVE(&(sp->input->queue), workp, link);
262 sp->name, lp->setnum, sp->stagenum, iteration, workp, workp->data);
265 (void) sp->fn(workp->data, lp->isize);
272 TAILQ_INSERT_TAIL(&(sp->output->queue), workp, link);
/macosx-10.9.5/xnu-2422.115.4/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...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c887 wchar_t *workp = p;
889 (re_opcode_t) *(workp - 1) == charset_not ? "^" : "");
891 length = *workp++; /* the length of char_classes */
894 length = *workp++; /* the length of collating_symbol */
903 length = *workp++; /* the length of equivalence_class */
912 length = *workp++; /* the length of char_range */
919 length = *workp++; /* the length of char */
6187 CHAR_T *workp, *workp2, *charset_top;
6214 workp = p;
6223 uintptr_t alignedp = ((uintptr_t)workp
881 wchar_t *workp = p; local
6170 CHAR_T *workp, *workp2, *charset_top; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c897 wchar_t *workp = p;
899 (re_opcode_t) *(workp - 1) == charset_not ? "^" : "");
901 length = *workp++; /* the length of char_classes */
904 length = *workp++; /* the length of collating_symbol */
913 length = *workp++; /* the length of equivalence_class */
922 length = *workp++; /* the length of char_range */
929 length = *workp++; /* the length of char */
6406 CHAR_T *workp, *workp2, *charset_top;
6433 workp = p;
6442 uintptr_t alignedp = ((uintptr_t)workp
891 wchar_t *workp = p; local
6389 CHAR_T *workp, *workp2, *charset_top; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumber.c2832 Int workp; /* working precision */ local
2916 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */
2917 workp=MAXI(workp, 7); /* at least 7 for low cases */
2918 maxp=workp+2; /* largest working precision */
2954 workset.digits=workp; /* p for initial calculation */
3085 /* it is short enough so that squaring it could fit in workp */
3088 if (b->digits*2-1 > workp) { /* cannot fit */

Completed in 310 milliseconds