Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c2364 int result = 0, depth_total; in pollstate_contend() local
2379 depth_total = ps->ps_depth; in pollstate_contend()
2431 depth_total += (rem->ps_depth - i); in pollstate_contend()
2432 if (depth_total >= POLLMAXDEPTH) { in pollstate_contend()