Searched refs:ummin (Results 1 – 4 of 4) sorted by relevance
121 #define ummin(a,b) ((a) < (b) ? (a) : (b)) macro913 endBlk = ummin(endBlk, blk); in blst_meta_free()921 count = ummin(blk, endBlk) - freeBlk; in blst_meta_free()1028 endBlk = ummin(endBlk, blk); in blst_meta_fill()1036 count = ummin(blk, endBlk) - allocBlk; in blst_meta_fill()
519 rend = ummin(s->r_end, ummax(rstart + count - 1, end)); in rman_reserve_resource_bound()
108 static __inline __uintmax_t ummin(__uintmax_t a, __uintmax_t b) in ummin() function
448 nreq = ummin(INT_MAX, remain); in bhnd_nvram_iocfe_read()