Home
last modified time | relevance | path

Searched refs:lowat (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/dimm/
H A Ddimm.c214 dimm_set_temp_thresh(struct dimm_softc *sc, int hiwat, int lowat) in dimm_set_temp_thresh() argument
217 sc->dimm_temp_lowat = lowat; in dimm_set_temp_thresh()
/dragonfly/sys/dev/video/meteor/
H A Dioctl_meteor.h158 int lowat; /* kernel starts capture if < this number */ member
/dragonfly/sys/netinet/
H A Dtcp_output.c449 const int lowat = so->so_snd.ssb_lowat; in tcp_output() local
467 (long)(hiwat * 3 / 4 - lowat - asbinc) && in tcp_output()