MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ulmin

Function ulmin

freebsd/sys/libkern.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100static __inline u_quad_t uqmin(u_quad_t a, u_quad_t b) { return (a < b ? a : b); }
101static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); }
102static __inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }
103static __inline __uintmax_t ummax(__uintmax_t a, __uintmax_t b)
104{
105

Callers 10

tcp_output.cFile · 0.85
cdg_window_decreaseFunction · 0.85
cdg_window_increaseFunction · 0.85
cubic_ack_receivedFunction · 0.85
dctcp_update_alphaFunction · 0.85
uiomove_fromphysFunction · 0.85
memrwFunction · 0.85
memrwFunction · 0.85
vm_reserv_alloc_contigFunction · 0.85
vm_fault_getpagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected