Searched refs:tc_index_array (Results 1 – 3 of 3) sorted by relevance
151 void **tc_index_array; member284 seq->tc_index_array[index] = NULL; in asd_tc_index_release()299 seq->tc_index_array[index] = ptr; in asd_tc_index_get()309 return seq->tc_index_array[index]; in asd_tc_index_find()
203 asd_ha->seq.tc_index_array = kcalloc(asd_ha->seq.tc_index_bitmap_bits, in asd_init_scbs()206 if (!asd_ha->seq.tc_index_array) in asd_init_scbs()213 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()214 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs()225 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()227 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs()
575 if (asd_ha->seq.tc_index_array) { in asd_destroy_ha_caches()576 kfree(asd_ha->seq.tc_index_array); in asd_destroy_ha_caches()578 asd_ha->seq.tc_index_array = NULL; in asd_destroy_ha_caches()