Searched refs:ulmax (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/dpaa/ |
H A D | bman_fdt.c | 231 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 D | fman.c | 176 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 D | ps3bus.c | 590 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 D | libkern.h | 98 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
|
/freebsd/stand/libsa/ |
H A D | stand.h | 406 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 D | machdep.c | 357 endkernel = ulmax(endkernel, kernelendphys); in powerpc_init()
|
/freebsd/sys/vm/ |
H A D | vm_reserv.c | 767 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 D | cc_cdg.c | 671 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
|
H A D | cc_cubic.c | 352 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 D | chipc.c | 817 count = ulmax(count, rle->count); in chipc_alloc_resource()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 987 count = ulmax(count, rle->count); in bhndb_alloc_resource()
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 3164 count = ulmax(count, rle->count); in resource_list_alloc() 3165 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()
|