Home
last modified time | relevance | path

Searched refs:ummin (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_blist.c119 #define ummin(a,b) ((a) < (b) ? (a) : (b)) macro
890 endBlk = ummin(endBlk, blk); in blst_meta_free()
898 count = ummin(blk, endBlk) - freeBlk; in blst_meta_free()
1005 endBlk = ummin(endBlk, blk); in blst_meta_fill()
1013 count = ummin(blk, endBlk) - allocBlk; in blst_meta_fill()
H A Dsubr_rman.c497 rend = ummin(s->r_end, ummax(rstart + count - 1, end)); in rman_reserve_resource()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iores.c203 *nbytes = ummin(*nbytes, iores->size - offset); in bhnd_nvram_iores_validate_req()
H A Dbhnd_nvram_private.h130 #define bhnd_nv_ummin(a, b) ummin((a), (b))
/freebsd/sys/dev/pci/
H A Dpci_subr.c232 new_end = ummin(end, rle->end); in pcib_host_res_alloc()
/freebsd/sys/sys/
H A Dlibkern.h105 static __inline __uintmax_t ummin(__uintmax_t a, __uintmax_t b) in ummin() function
/freebsd/sys/dev/iommu/
H A Diommu_gas.c945 end = ummin(end, domain->end); in iommu_gas_reserve_region_extend()
958 entry_end = ummin(end, next->start); in iommu_gas_reserve_region_extend()
/freebsd/sys/gdb/
H A Dgdb_main.c355 len = ummin(len, GDB_BUFSZ - 1); in init_qXfer_ctx()