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

/darwin-on-arm/xnu/osfmk/kern/
H A Dstack.c458 unsigned int total, hiwat, free; local
466 hiwat = stack_hiwat;
473 *max_size = kernel_stack_size * hiwat;
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2248 int hiwat; local
2256 hiwat = tp->t_hiwat;
2258 if (tp->t_outq.c_cc > hiwat + OBUFSIZ + 100)
2259 while (tp->t_outq.c_cc > hiwat) {
2261 if (tp->t_outq.c_cc <= hiwat)
2286 int i, hiwat, error; local
2295 hiwat = tp->t_hiwat;
2362 if (tp->t_outq.c_cc > hiwat)
2405 tp->t_outq.c_cc > hiwat)
2429 tp->t_outq.c_cc > hiwat)
[all...]
H A Dkern_memorystatus.c1217 int32_t hiwat; local
1224 hiwat = node->hiwat_pages;
1226 /* skip empty or non-hiwat slots in the list */
1227 if (aPid == 0 || (hiwat < 0) || (node->state & kProcessKilled)) {
1234 boolean_t skip = (pages <= hiwat);
1256 (memorystatus_jetsam_policy & kPolicyDiagnoseActive) ? "suspending": "killing", aPid, p->p_comm, pages, hiwat);

Completed in 38 milliseconds