| /freebsd-11-stable/sys/dev/dpaa/ |
| HD | qman_fdt.c | 206 portal_size = ulmax(rle->end + 1, portal_size); in qman_portals_fdt_attach() 207 sc->sc_dp_size = ulmax(sc->sc_dp_size, portal_size); in qman_portals_fdt_attach()
|
| HD | bman_fdt.c | 206 portal_size = ulmax(rle->end + 1, portal_size); in bman_portals_fdt_attach() 207 sc->sc_dp_size = ulmax(sc->sc_dp_size, portal_size); in bman_portals_fdt_attach()
|
| /freebsd-11-stable/sys/mips/nlm/ |
| HD | xlp_simplebus.c | 194 count = ulmax(count, rle->count); in xlp_simplebus_alloc_resource() 195 end = ulmax(rle->end, start + count - 1); in xlp_simplebus_alloc_resource()
|
| /freebsd-11-stable/sys/sparc64/central/ |
| HD | central.c | 250 count = ulmax(count, rle->count); in central_alloc_resource() 251 end = ulmax(rle->end, start + count - 1); in central_alloc_resource()
|
| /freebsd-11-stable/sys/arm/at91/ |
| HD | at91.c | 169 count = ulmax(count, rle->count); in at91_alloc_resource() 170 end = ulmax(rle->end, start + count - 1); in at91_alloc_resource()
|
| /freebsd-11-stable/sys/mips/sibyte/ |
| HD | sb_zbbus.c | 305 count = ulmax(count, rle->count); in zbbus_alloc_resource() 306 end = ulmax(rle->end, start + count - 1); in zbbus_alloc_resource()
|
| /freebsd-11-stable/sys/netinet/cc/ |
| HD | cc_cdg.c | 476 CCV(ccv, snd_ssthresh) = ulmax(cdg_data->shadow_w, in cdg_cong_signal() 659 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
|
| /freebsd-11-stable/sys/sparc64/sparc64/ |
| HD | nexus.c | 390 count = ulmax(count, rle->count); in nexus_alloc_resource() 391 end = ulmax(rle->end, start + count - 1); in nexus_alloc_resource()
|
| HD | upa.c | 433 count = ulmax(count, rle->count); in upa_alloc_resource() 434 end = ulmax(rle->end, start + count - 1); in upa_alloc_resource()
|
| HD | bus_machdep.c | 235 newtag->dt_highaddr = ulmax(parent->dt_highaddr, newtag->dt_highaddr); in bus_dma_tag_create()
|
| /freebsd-11-stable/sys/arm/cavium/cns11xx/ |
| HD | econa.c | 430 count = ulmax(count, rle->count); in econa_alloc_resource() 431 end = ulmax(rle->end, start + count - 1); in econa_alloc_resource()
|
| /freebsd-11-stable/sys/sparc64/fhc/ |
| HD | fhc.c | 455 count = ulmax(count, rle->count); in fhc_alloc_resource() 456 end = ulmax(rle->end, start + count - 1); in fhc_alloc_resource()
|
| /freebsd-11-stable/sys/powerpc/powerpc/ |
| HD | machdep.c | 278 endkernel = ulmax(endkernel, MD_FETCH(kmdp, in powerpc_init()
|
| /freebsd-11-stable/sys/sys/ |
| HD | libkern.h | 73 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
|
| /freebsd-11-stable/sys/powerpc/ps3/ |
| HD | ps3bus.c | 573 adjcount = ulmax(count, rle->count); in ps3bus_alloc_resource() 574 adjend = ulmax(rle->end, rle->start + adjcount - 1); in ps3bus_alloc_resource()
|
| /freebsd-11-stable/sys/sparc64/ebus/ |
| HD | ebus.c | 457 count = ulmax(count, rle->count); in ebus_alloc_resource() 458 end = ulmax(rle->end, start + count - 1); in ebus_alloc_resource()
|
| /freebsd-11-stable/sys/sparc64/sbus/ |
| HD | sbus.c | 744 count = ulmax(count, rle->count); in sbus_alloc_resource() 745 end = ulmax(rle->end, start + count - 1); in sbus_alloc_resource()
|
| /freebsd-11-stable/stand/libsa/ |
| HD | stand.h | 378 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
|
| /freebsd-11-stable/sys/vm/ |
| HD | vm_reserv.c | 537 m = vm_phys_alloc_contig(allocpages, low, high, ulmax(alignment, in vm_reserv_alloc_contig()
|
| /freebsd-11-stable/sys/dev/bhnd/cores/chipc/ |
| HD | chipc.c | 809 count = ulmax(count, rle->count); in chipc_alloc_resource()
|
| /freebsd-11-stable/sys/dev/bhnd/bhndb/ |
| HD | bhndb.c | 1071 count = ulmax(count, rle->count); in bhndb_alloc_resource()
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_bus.c | 3406 count = ulmax(count, rle->count); in resource_list_alloc() 3407 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()
|