Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Dbman_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()
H A Dfman.c176 count = ulmax(count, rle->count); in fman_alloc_resource()
177 end = ulmax(rle->end, start + count - 1); in fman_alloc_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c590 adjcount = ulmax(count, rle->count); in ps3bus_alloc_resource()
591 adjend = ulmax(rle->end, rle->start + adjcount - 1); in ps3bus_alloc_resource()
/freebsd/sys/sys/
H A Dlibkern.h98 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/freebsd/stand/libsa/
H A Dstand.h406 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/freebsd/sys/powerpc/powerpc/
H A Dmachdep.c357 endkernel = ulmax(endkernel, kernelendphys); in powerpc_init()
/freebsd/sys/vm/
H A Dvm_reserv.c767 ulmax(alignment, VM_LEVEL_0_SIZE), in vm_reserv_alloc_contig()
1320 ppn_align = (int)(ulmin(ulmax(PAGE_SIZE, alignment), in vm_reserv_reclaim_contig()
/freebsd/sys/netinet/cc/
H A Dcc_cdg.c671 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
H A Dcc_cubic.c352 cubic_data->W_max = ulmax(cubic_data->W_max, CCV(ccv, snd_cwnd)); in cubic_after_idle()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c817 count = ulmax(count, rle->count); in chipc_alloc_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c987 count = ulmax(count, rle->count); in bhndb_alloc_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c3164 count = ulmax(count, rle->count); in resource_list_alloc()
3165 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()