Searched refs:kcf_reqid_table (Results 1 – 2 of 2) sorted by relevance
54 static kcf_reqid_table_t *kcf_reqid_table[REQID_TABLES]; variable1069 if (kcf_reqid_table[i]) { in kcf_sched_destroy()1070 mutex_destroy(&(kcf_reqid_table[i]->rt_lock)); in kcf_sched_destroy()1071 kmem_free(kcf_reqid_table[i], in kcf_sched_destroy()1132 kcf_reqid_table[i] = rt; in kcf_sched_init()1311 rt = kcf_reqid_table[CPU_SEQID_UNSTABLE & REQID_TABLE_MASK]; in kcf_reqid_insert()1341 rt = kcf_reqid_table[id & REQID_TABLE_MASK]; in kcf_reqid_delete()1390 rt = kcf_reqid_table[id & REQID_TABLE_MASK]; in crypto_cancel_req()
257 typedef struct kcf_reqid_table { struct