Searched refs:total_recvbufs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Drecvbuff.c29 static u_long volatile total_recvbufs; /* total recvbufs currently in use */ variable
79 return total_recvbufs;
112 if (limit_recvbufs <= total_recvbufs)
123 if (abuf > (limit_recvbufs - total_recvbufs))
124 abuf = limit_recvbufs - total_recvbufs;
130 limit_recvbufs = total_recvbufs;
137 total_recvbufs += chunk;
150 free_recvbufs = total_recvbufs = 0;

Completed in 179 milliseconds