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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c214 int window_max; member in struct:synapticsinfo
554 SYNAPTICS_SYSCTL_WINDOW_MAX = SYN_OFFSET(window_max),
3801 int window_min, window_max; local
3814 window_max = sc->syninfo.window_max;
3919 gest->window_min = window_max;
4148 int window_min, window_max; local
4173 window_max = sc->syninfo.window_max;
4286 window = imin(smoother->queue_len, window_max);
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dchannels.c1030 int extusage, int nonblock, int is_tty, u_int window_max)
1042 c->local_window = c->local_window_max = window_max;
1029 channel_set_fds(struct ssh *ssh, int id, int rfd, int wfd, int efd, int extusage, int nonblock, int is_tty, u_int window_max) argument

Completed in 181 milliseconds