Searched refs:ulmax (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/mips/nlm/ |
| H A D | 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()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 101 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_cubic.c | 243 cubic_data->max_cwnd = ulmax(cubic_data->max_cwnd, CCV(ccv, snd_cwnd)); in cubic_after_idle()
|
| H A D | cc_cdg.c | 661 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_reserv.c | 774 ulmax(alignment, VM_LEVEL_0_SIZE), in vm_reserv_alloc_contig()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 3445 count = ulmax(count, rle->count); in resource_list_alloc() 3446 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()
|