Searched refs:tc_index_array (Results 1 – 3 of 3) sorted by relevance
169 void **tc_index_array; member303 seq->tc_index_array[index] = NULL; in asd_tc_index_release()318 seq->tc_index_array[index] = ptr; in asd_tc_index_get()328 return seq->tc_index_array[index]; in asd_tc_index_find()
223 asd_ha->seq.tc_index_array = kzalloc(asd_ha->seq.tc_index_bitmap_bits* in asd_init_scbs()225 if (!asd_ha->seq.tc_index_array) in asd_init_scbs()241 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()243 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs()
604 if (asd_ha->seq.tc_index_array) { in asd_destroy_ha_caches()605 kfree(asd_ha->seq.tc_index_array); in asd_destroy_ha_caches()607 asd_ha->seq.tc_index_array = NULL; in asd_destroy_ha_caches()