Searched refs:ummin (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_blist.c | 119 #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 D | subr_rman.c | 497 rend = ummin(s->r_end, ummax(rstart + count - 1, end)); in rman_reserve_resource()
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_iores.c | 203 *nbytes = ummin(*nbytes, iores->size - offset); in bhnd_nvram_iores_validate_req()
|
| H A D | bhnd_nvram_private.h | 130 #define bhnd_nv_ummin(a, b) ummin((a), (b))
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_subr.c | 232 new_end = ummin(end, rle->end); in pcib_host_res_alloc()
|
| /freebsd/sys/sys/ |
| H A D | libkern.h | 105 static __inline __uintmax_t ummin(__uintmax_t a, __uintmax_t b) in ummin() function
|
| /freebsd/sys/dev/iommu/ |
| H A D | iommu_gas.c | 945 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 D | gdb_main.c | 355 len = ummin(len, GDB_BUFSZ - 1); in init_qXfer_ctx()
|