Searched refs:slice_list (Results 1 – 1 of 1) sorted by relevance
196 cnt = slice_list->cnt; in tf_sram_find_block()197 block = slice_list->head; in tf_sram_find_block()416 return slice_list->cnt; in tf_sram_get_block_cnt()427 if (slice_list->head == block && slice_list->tail == block) { in tf_sram_free_block()428 slice_list->head = NULL; in tf_sram_free_block()429 slice_list->tail = NULL; in tf_sram_free_block()441 slice_list->cnt--; in tf_sram_free_block()453 block = slice_list->head; in tf_sram_free_slice_list()498 slice_list->cnt++; in tf_sram_alloc_block()832 if (slice_list->cnt || slice_list->first_not_full_block) { in tf_sram_mgr_dump()[all …]