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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h251 #define REQID_TABLES 16 macro
252 #define REQID_TABLE_MASK (REQID_TABLES - 1)
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c451 kcf_reqid_table_t *rd_tbl_ptrs[REQID_TABLES];
528 if (wdata->rd_cur_index >= REQID_TABLES)
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c74 static kcf_reqid_table_t *kcf_reqid_table[REQID_TABLES];
1222 for (i = 0; i < REQID_TABLES; i++) {

Completed in 137 milliseconds