Searched refs:MAX64 (Results 1 – 2 of 2) sorted by relevance
104 #define MAX64(x, y) (( (int64_t) ( (y)-(x) )) > 0 ) ? (y) : (x) macro
961 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()1715 q->S = MAX64(q->F, pipe->V ); in dummynet_io()1721 pipe->V = MAX64( q->S, pipe->V ); in dummynet_io()