OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buffer_shortfall
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
recvbuff.c
33
static u_long volatile
buffer_shortfall
;/* number of missed free receive buffers
variable
117
abuf = nbufs +
buffer_shortfall
;
118
buffer_shortfall
= 0;
263
++
buffer_shortfall
;
278
if (free_recvbufs <= emerg_recvbufs ||
buffer_shortfall
> 0)
299
if (free_recvbufs <= emerg_recvbufs ||
buffer_shortfall
> 0)
Completed in 17 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026