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

/haiku/src/bin/network/telnet/
H A Ddefines.h38 #define NETROOM() (ring_empty_count(&netoring))
45 #define TTYROOM() (ring_empty_count(&ttyoring))
H A Dring.h90 ring_empty_count(Ring *ring),
H A Dring.c202 ring_empty_count(Ring *ring) function
H A Dtelnet.c2081 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0);
2083 netin = !ISend && ring_empty_count(&netiring);

Completed in 47 milliseconds