Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/dpaa/
HDqman_fdt.c206 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()
HDbman_fdt.c206 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/
HDxlp_simplebus.c194 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/
HDcentral.c250 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/
HDat91.c169 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/
HDsb_zbbus.c305 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/
HDcc_cdg.c476 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/
HDnexus.c390 count = ulmax(count, rle->count); in nexus_alloc_resource()
391 end = ulmax(rle->end, start + count - 1); in nexus_alloc_resource()
HDupa.c433 count = ulmax(count, rle->count); in upa_alloc_resource()
434 end = ulmax(rle->end, start + count - 1); in upa_alloc_resource()
HDbus_machdep.c235 newtag->dt_highaddr = ulmax(parent->dt_highaddr, newtag->dt_highaddr); in bus_dma_tag_create()
/freebsd-11-stable/sys/arm/cavium/cns11xx/
HDecona.c430 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/
HDfhc.c455 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/
HDmachdep.c278 endkernel = ulmax(endkernel, MD_FETCH(kmdp, in powerpc_init()
/freebsd-11-stable/sys/sys/
HDlibkern.h73 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/
HDps3bus.c573 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/
HDebus.c457 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/
HDsbus.c744 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/
HDstand.h378 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/freebsd-11-stable/sys/vm/
HDvm_reserv.c537 m = vm_phys_alloc_contig(allocpages, low, high, ulmax(alignment, in vm_reserv_alloc_contig()
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
HDchipc.c809 count = ulmax(count, rle->count); in chipc_alloc_resource()
/freebsd-11-stable/sys/dev/bhnd/bhndb/
HDbhndb.c1071 count = ulmax(count, rle->count); in bhndb_alloc_resource()
/freebsd-11-stable/sys/kern/
HDsubr_bus.c3406 count = ulmax(count, rle->count); in resource_list_alloc()
3407 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()