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

/freebsd-11-stable/include/protocols/
H A Dtalkd.h109 /* RING_WAIT should be 10's of seconds less than MAX_LIFE */
110 #define RING_WAIT 30 /* time to wait before resending invitation */ macro
/freebsd-11-stable/usr.bin/talk/
H A Dinvite.c73 itimer.it_value.tv_sec = RING_WAIT;
/freebsd-11-stable/libexec/talkd/
H A Dannounce.c157 * we choose a timeout of RING_WAIT-5 seconds so that we don't
161 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c1692 if (tmp & RING_WAIT) {
H A Di915_reg.h473 #define RING_WAIT (1<<11) /* gen3+, PRBx_CTL */ macro

Completed in 190 milliseconds