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()
205 asd_ha->seq.tc_index_array = kcalloc(asd_ha->seq.tc_index_bitmap_bits, in asd_init_scbs()208 if (!asd_ha->seq.tc_index_array) in asd_init_scbs()215 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()216 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs()227 kfree(asd_ha->seq.tc_index_array); in asd_init_scbs()229 asd_ha->seq.tc_index_array = NULL; in asd_init_scbs()
589 if (asd_ha->seq.tc_index_array) { in asd_destroy_ha_caches()590 kfree(asd_ha->seq.tc_index_array); in asd_destroy_ha_caches()592 asd_ha->seq.tc_index_array = NULL; in asd_destroy_ha_caches()