Searched refs:upp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dsubr_unit.c491 struct unr *upp; local
508 upp = TAILQ_PREV(up, unrhd, list);
509 if (upp == NULL)
510 upp = TAILQ_NEXT(up, list);
513 up = upp;
518 upp = TAILQ_PREV(up, unrhd, list);
519 if (upp != NULL && up->ptr == upp->ptr) {
520 up->len += upp->len;
521 TAILQ_REMOVE(&uh->head, upp, lis
756 struct unr *up, *upp, *upn; local
[all...]
H A Dsubr_prof.c409 struct uprof *upp; local
423 upp = &td->td_proc->p_stats->p_prof;
425 upp->pr_off = uap->offset;
426 upp->pr_scale = uap->scale;
427 upp->pr_base = uap->samples;
428 upp->pr_size = uap->size;
H A Dkern_umtx.c3314 char **upp = (char **)uap->obj; local
3323 error = copyin(upp+pos, uaddrs, tocopy * sizeof(char *));
3792 uint32_t **upp = (uint32_t **)uap->obj; local
3801 error = copyin(upp+pos, uaddrs, tocopy * sizeof(uint32_t));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp39 upp = std::upper_bound(low, CondDirectiveLocs.end(),
42 if (upp != CondDirectiveLocs.end())
43 uppRegion = upp->getRegionLoc();

Completed in 65 milliseconds