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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstack.c336 unsigned int total, hiwat, free; local
342 hiwat = stack_hiwat;
349 *max_size = KERNEL_STACK_SIZE * hiwat;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c1884 int hiwat; local
1890 hiwat = tp->t_hiwat;
1892 if (tp->t_outq.c_cc > hiwat + OBUFSIZ + 100)
1893 while (tp->t_outq.c_cc > hiwat) {
1895 if (tp->t_outq.c_cc <= hiwat)
1915 int i, hiwat, count, error; local
1924 hiwat = tp->t_hiwat;
1987 if (tp->t_outq.c_cc > hiwat)
2030 tp->t_outq.c_cc > hiwat)
2054 tp->t_outq.c_cc > hiwat)
[all...]

Completed in 36 milliseconds