Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h251 #define REQID_TABLES 16 macro
252 #define REQID_TABLE_MASK (REQID_TABLES - 1)
/titanic_44/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) in reqid_table_walk_step()
/titanic_44/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++) { in kcf_sched_init()