Searched defs:n_chunks (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1523 int n_chunks, length; local
1527 for (ml = mp, n_chunks = length = 0, page_oops = B_FALSE;
1529 ml = ml->b_cont, n_chunks++) {
1545 DTRACE_PROBE1(xnf_send_b_cont, int, n_chunks);
1562 if ((n_chunks > xnf_max_tx_frags) || page_oops) {

Completed in 48 milliseconds