Searched refs:ulmax (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/sys/dev/dpaa/ |
| HD | 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()
|
| HD | fman.c | 178 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/ |
| HD | 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-14-stable/sys/sys/ |
| HD | libkern.h | 100 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
|
| /freebsd-14-stable/sys/vm/ |
| HD | vm_reserv.c | 713 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/ |
| HD | stand.h | 401 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/ |
| HD | machdep.c | 356 endkernel = ulmax(endkernel, kernelendphys); in powerpc_init()
|
| /freebsd-14-stable/sys/netinet/cc/ |
| HD | cc_cdg.c | 669 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
|
| HD | cc_cubic.c | 358 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/ |
| HD | chipc.c | 821 count = ulmax(count, rle->count); in chipc_alloc_resource()
|
| /freebsd-14-stable/sys/dev/bhnd/bhndb/ |
| HD | bhndb.c | 994 count = ulmax(count, rle->count); in bhndb_alloc_resource()
|
| /freebsd-14-stable/sys/kern/ |
| HD | subr_bus.c | 3169 count = ulmax(count, rle->count); in resource_list_alloc() 3170 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()
|