Searched refs:sram_piece (Results 1 – 1 of 1) sorted by relevance
27 struct sram_piece { struct31 struct sram_piece *next; argument35 static DEFINE_PER_CPU(struct sram_piece, free_l1_ssram_head);36 static DEFINE_PER_CPU(struct sram_piece, used_l1_ssram_head);39 static DEFINE_PER_CPU(struct sram_piece, free_l1_data_A_sram_head);40 static DEFINE_PER_CPU(struct sram_piece, used_l1_data_A_sram_head);44 static DEFINE_PER_CPU(struct sram_piece, free_l1_data_B_sram_head);45 static DEFINE_PER_CPU(struct sram_piece, used_l1_data_B_sram_head);54 static DEFINE_PER_CPU(struct sram_piece, free_l1_inst_sram_head);55 static DEFINE_PER_CPU(struct sram_piece, used_l1_inst_sram_head);[all …]