Searched refs:rd_cur_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c452 int rd_cur_index; member in struct:reqid_data
496 wdata->rd_cur_index = 0;
497 wsp->walk_addr = (uintptr_t)wdata->rd_tbl_ptrs[wdata->rd_cur_index];
515 wsp->walk_addr = (uintptr_t)wdata->rd_tbl_ptrs[wdata->rd_cur_index];
527 wdata->rd_cur_index++;
528 if (wdata->rd_cur_index >= REQID_TABLES)
560 mdb_printf("kcf_reqid_table[%d] = NULL\n", data->rd_cur_index);
607 data->rd_cur_index, addr);
651 data->rd_cur_index, addr);

Completed in 87 milliseconds