Home
last modified time | relevance | path

Searched refs:ummax (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dlibkern.h103 static __inline __uintmax_t ummax(__uintmax_t a, __uintmax_t b) in ummax() function
/f-stack/freebsd/kern/
H A Dsubr_rman.c507 rstart = ummax(s->r_start, start); in rman_reserve_resource_bound()
519 rend = ummin(s->r_end, ummax(rstart + count - 1, end)); in rman_reserve_resource_bound()