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

/freebsd-11-stable/sys/dev/bktr/
H A Dioctl_meteor.h48 short hiwat; /* stop transfer if > this number */ member in struct:meteor_capframe
176 int hiwat; /* kernel stops capture if > this number. member in struct:meteor_mem
177 hiwat <= numbufs */
/freebsd-11-stable/sys/sys/
H A Dresourcevar.h125 int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to,
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c114 int hiwat; /* QLEN(outq)>High-water -> disable member in struct:snd_midi
344 m->hiwat = outqsize / 2;
604 if (used && MIDIQ_AVAIL(m->outq) > m->hiwat) {
913 if (MIDIQ_AVAIL(m->outq) < m->hiwat)
/freebsd-11-stable/sys/kern/
H A Dkern_resource.c1493 chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to, rlim_t max) argument
1497 diff = to - *hiwat;
1503 *hiwat = to;
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1190 unsigned int hiwat = so_rcv->sb_hiwat; local
1191 unsigned int newsize = min(hiwat + V_tcp_autorcvbuf_inc,
1197 toep->tp_rx_credits += newsize - hiwat;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c1586 unsigned int hiwat = sb->sb_hiwat; local
1587 unsigned int newsize = min(hiwat + V_tcp_autorcvbuf_inc,
H A Dt4_ddp.c554 unsigned int hiwat = sb->sb_hiwat; local
555 unsigned int newsize = min(hiwat + V_tcp_autorcvbuf_inc,
H A Dt4_cpl_io.c1623 unsigned int hiwat = sb->sb_hiwat; local
1624 unsigned int newsize = min(hiwat + V_tcp_autorcvbuf_inc,

Completed in 102 milliseconds