Searched refs:all_blocks (Results 1 – 11 of 11) sorted by relevance
68 static MemBlock* all_blocks = NULL; variable84 while (all_blocks != NULL) { in PrintMemInfo()85 MemBlock* b = all_blocks; in PrintMemInfo()86 all_blocks = b->next_; in PrintMemInfo()121 b->next_ = all_blocks; in AddMem()122 all_blocks = b; in AddMem()141 MemBlock** b = &all_blocks; in SubMem()
68 static MemBlock* all_blocks = NULL; variable84 while (all_blocks != NULL) { in PrintMemInfo()85 MemBlock* b = all_blocks; in PrintMemInfo()86 all_blocks = b->next_; in PrintMemInfo()124 b->next_ = all_blocks; in AddMem()125 all_blocks = b; in AddMem()144 MemBlock** b = &all_blocks; in SubMem()
80 all_blocks = set([blocks[u] for u in uu])109 if block in all_blocks:
75 all_blocks = set([blocks[u] for u in uu])104 if block in all_blocks:
278 SizeType all_blocks = n / size; in block_size() local280 SizeType everyone_gets = all_blocks / p; in block_size()281 SizeType extra_blocks = all_blocks % p; in block_size()
64 FT_Long all_blocks; /* total number of blocks allocated */ member445 node->all_blocks = 0; in ft_mem_table_get_source()514 source->all_blocks++; in ft_mem_table_set()
64 FT_Long all_blocks; /* total number of blocks allocated */ member489 node->all_blocks = 0; in ft_mem_table_get_source()558 source->all_blocks++; in ft_mem_table_set()
1215 util_dynarray_init(&stream->all_blocks, NULL); in anv_state_stream_init()1223 util_dynarray_foreach(&stream->all_blocks, struct anv_state, block) { in anv_state_stream_finish()1228 util_dynarray_fini(&stream->all_blocks); in anv_state_stream_finish()1250 util_dynarray_append(&stream->all_blocks, in anv_state_stream_alloc()
707 struct util_dynarray all_blocks; member