Home
last modified time | relevance | path

Searched refs:ulmax (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/sys/dev/dpaa/
HDbman_fdt.c231 portal_size = ulmax(rle->end + 1, portal_size); in bman_portals_fdt_attach()
232 sc->sc_dp_size = ulmax(sc->sc_dp_size, portal_size); in bman_portals_fdt_attach()
HDfman.c178 count = ulmax(count, rle->count); in fman_alloc_resource()
179 end = ulmax(rle->end, start + count - 1); in fman_alloc_resource()
/freebsd-14-stable/sys/powerpc/ps3/
HDps3bus.c590 adjcount = ulmax(count, rle->count); in ps3bus_alloc_resource()
591 adjend = ulmax(rle->end, rle->start + adjcount - 1); in ps3bus_alloc_resource()
/freebsd-14-stable/sys/sys/
HDlibkern.h100 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/freebsd-14-stable/sys/vm/
HDvm_reserv.c713 ulmax(alignment, VM_LEVEL_0_SIZE), in vm_reserv_alloc_contig()
1227 ppn_align = (int)(ulmin(ulmax(PAGE_SIZE, alignment), in vm_reserv_reclaim_contig()
/freebsd-14-stable/stand/libsa/
HDstand.h401 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/freebsd-14-stable/sys/powerpc/powerpc/
HDmachdep.c356 endkernel = ulmax(endkernel, kernelendphys); in powerpc_init()
/freebsd-14-stable/sys/netinet/cc/
HDcc_cdg.c669 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
HDcc_cubic.c358 cubic_data->W_max = ulmax(cubic_data->W_max, CCV(ccv, snd_cwnd)); in cubic_after_idle()
/freebsd-14-stable/sys/dev/bhnd/cores/chipc/
HDchipc.c821 count = ulmax(count, rle->count); in chipc_alloc_resource()
/freebsd-14-stable/sys/dev/bhnd/bhndb/
HDbhndb.c994 count = ulmax(count, rle->count); in bhndb_alloc_resource()
/freebsd-14-stable/sys/kern/
HDsubr_bus.c3169 count = ulmax(count, rle->count); in resource_list_alloc()
3170 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()