Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c1341 int i, iter, nbusy, pbusy; in bufshutdown() local
1358 nbusy = 0; in bufshutdown()
1362 nbusy++; in bufshutdown()
1364 if (nbusy == 0) { in bufshutdown()
1373 printf("%d ", nbusy); in bufshutdown()
1374 if (nbusy < pbusy) in bufshutdown()
1376 pbusy = nbusy; in bufshutdown()
1403 nbusy = 0; in bufshutdown()
1415 nbusy++; in bufshutdown()
1419 nbusy, bp, bp->b_vp, bp->b_flags, in bufshutdown()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h321 ngx_int_t nbusy; member
H A Dngx_http_request.c1608 } else if (hc->nbusy < cscf->large_client_header_buffers.num) { in ngx_http_alloc_large_header_buffer()
1633 hc->nbusy++; in ngx_http_alloc_large_header_buffer()
3062 hc->nbusy = 1; in ngx_http_set_keepalive()
3147 hc->busy, hc->nbusy); in ngx_http_set_keepalive()
3158 hc->nbusy = 0; in ngx_http_set_keepalive()