Searched refs:first_not_full_block (Results 1 – 1 of 1) sorted by relevance
66 struct tf_sram_block *first_not_full_block; member508 struct tf_sram_block **first_not_full_block) in tf_sram_find_first_not_full_block() argument532 *first_not_full_block = NULL; in tf_sram_find_first_not_full_block()537 *first_not_full_block = block; in tf_sram_find_first_not_full_block()658 if (!slice_list->first_not_full_block) { in tf_sram_mgr_alloc()685 &slice_list->first_not_full_block); in tf_sram_mgr_alloc()801 slice_list->first_not_full_block = NULL; in tf_sram_mgr_free()803 if (slice_list->first_not_full_block) in tf_sram_mgr_free()809 &slice_list->first_not_full_block); in tf_sram_mgr_free()840 if (slice_list->first_not_full_block) in tf_sram_mgr_dump()[all …]