Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c2454 if (s->mlbs_nloaned >= s->mlbs_hiwat1 && in mlxcx_buf_loan()
2458 } else if (s->mlbs_nloaned >= s->mlbs_hiwat2) { in mlxcx_buf_loan()
2467 s->mlbs_nloaned++; in mlxcx_buf_loan()
2541 --s->mlbs_nloaned; in mlxcx_buf_return()
H A Dmlxcx.h546 uint64_t mlbs_nloaned; member