Searched refs:tc_index_array (Results 1 – 3 of 3) sorted by relevance
169 void **tc_index_array; member302 seq->tc_index_array[index] = NULL; in asd_tc_index_release()317 seq->tc_index_array[index] = ptr; in asd_tc_index_get()327 return seq->tc_index_array[index]; in asd_tc_index_find()
223 asd_ha->seq.tc_index_array = kcalloc(asd_ha->seq.tc_index_bitmap_bits, in asd_init_scbs()226 if (!asd_ha->seq.tc_index_array) in asd_init_scbs()233 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()234 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs()245 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()247 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()