Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/
H A Dxlp_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()
/f-stack/freebsd/sys/
H A Dlibkern.h101 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 Dcc_cubic.c243 cubic_data->max_cwnd = ulmax(cubic_data->max_cwnd, CCV(ccv, snd_cwnd)); in cubic_after_idle()
H A Dcc_cdg.c661 cdg_data->shadow_w = ulmax(CCV(ccv, snd_cwnd), in cdg_ack_received()
/f-stack/freebsd/vm/
H A Dvm_reserv.c774 ulmax(alignment, VM_LEVEL_0_SIZE), in vm_reserv_alloc_contig()
/f-stack/freebsd/kern/
H A Dsubr_bus.c3445 count = ulmax(count, rle->count); in resource_list_alloc()
3446 end = ulmax(rle->end, start + count - 1); in resource_list_alloc()