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

/freebsd-12-stable/sys/kern/
H A Dsubr_unit.c535 struct unr *upp; local
552 upp = TAILQ_PREV(up, unrhd, list);
553 if (upp == NULL)
554 upp = TAILQ_NEXT(up, list);
557 up = upp;
562 upp = TAILQ_PREV(up, unrhd, list);
563 if (upp != NULL && up->ptr == upp->ptr) {
564 up->len += upp->len;
565 TAILQ_REMOVE(&uh->head, upp, lis
797 struct unr *up, *upp, *upn; local
[all...]
H A Dsubr_prof.c410 struct uprof *upp; local
424 upp = &td->td_proc->p_stats->p_prof;
426 upp->pr_off = uap->offset;
427 upp->pr_scale = uap->scale;
428 upp->pr_base = uap->samples;
429 upp->pr_size = uap->size;
H A Dkern_umtx.c3533 char *uaddrs[BATCH_SIZE], **upp; local
3536 upp = (char **)uap->obj;
3541 error = copyin(upp + pos, uaddrs, tocopy * sizeof(char *));
3555 uint32_t uaddrs[BATCH_SIZE], *upp; local
3558 upp = (uint32_t *)uap->obj;
3563 error = copyin(upp + pos, uaddrs, tocopy * sizeof(uint32_t));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp37 upp = std::upper_bound(low, CondDirectiveLocs.end(),
40 if (upp != CondDirectiveLocs.end())
41 uppRegion = upp->getRegionLoc();

Completed in 115 milliseconds