Home
last modified time | relevance | path

Searched refs:upp (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_unit.c676 up = upp; in collapse_unr()
682 if (upp != NULL && up->ptr == upp->ptr) { in collapse_unr()
688 if (upp != NULL && up->ptr == upp->ptr) { in collapse_unr()
697 if (upp != NULL && upp->ptr == uh) { in collapse_unr()
701 if (up == upp) in collapse_unr()
707 if (upp != NULL && upp->ptr == NULL) { in collapse_unr()
711 if (up == upp) in collapse_unr()
987 if (item == 0 && upp != NULL && upp->ptr == NULL) { in free_unrl()
988 upp->len++; in free_unrl()
1009 upp->ptr = uh; in free_unrl()
[all …]
H A Dsubr_prof.c62 struct uprof *upp; in sys_profil() local
76 upp = &td->td_proc->p_stats->p_prof; in sys_profil()
78 upp->pr_off = uap->offset; in sys_profil()
79 upp->pr_scale = uap->scale; in sys_profil()
80 upp->pr_base = uap->samples; in sys_profil()
81 upp->pr_size = uap->size; in sys_profil()
H A Dkern_umtx.c3997 char *uaddrs[BATCH_SIZE], **upp; in __umtx_op_nwake_private_native() local
4000 upp = (char **)uap->obj; in __umtx_op_nwake_private_native()
4005 error = copyin(upp + pos, uaddrs, tocopy * sizeof(char *)); in __umtx_op_nwake_private_native()
4019 uint32_t uaddrs[BATCH_SIZE], *upp; in __umtx_op_nwake_private_compat32() local
4022 upp = (uint32_t *)uap->obj; in __umtx_op_nwake_private_compat32()
4027 error = copyin(upp + pos, uaddrs, tocopy * sizeof(uint32_t)); in __umtx_op_nwake_private_compat32()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp37 upp = std::upper_bound(low, CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective() local
40 if (upp != CondDirectiveLocs.end()) in rangeIntersectsConditionalDirective()
41 uppRegion = upp->getRegionLoc(); in rangeIntersectsConditionalDirective()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c15873 uint16_t per, upp; in rack_translate_policer_detect() local
15877 upp = ((optval & 0xffff0000) >> 16); in rack_translate_policer_detect()
15878 rack->r_ctl.policer_avg_threshold = (0x00ff & upp); in rack_translate_policer_detect()
15879 rack->r_ctl.policer_med_threshold = ((upp >> 8) & 0x00ff); in rack_translate_policer_detect()