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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c969 uint_t n_allocd = 0; local
990 for (n_allocd = 0; n_allocd < n_req; n_allocd++) {
1021 wqes[n_allocd] = &(wp->wp_wqe[wqe_ndx]);
1024 wp->wp_nfree -= n_allocd;
1028 if (n_allocd == 0)
1032 *actual = n_allocd;

Completed in 63 milliseconds