Home
last modified time | relevance | path

Searched refs:tmp_b (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dxmalloc_tlsf.c457 struct bhdr *b, *tmp_b; in xmem_pool_free() local
470 if ( tmp_b->size & FREE_BLOCK ) in xmem_pool_free()
472 MAPPING_INSERT(tmp_b->size & BLOCK_SIZE_MASK, &fl, &sl); in xmem_pool_free()
473 EXTRACT_BLOCK(tmp_b, pool, fl, sl); in xmem_pool_free()
478 tmp_b = b->prev_hdr; in xmem_pool_free()
479 MAPPING_INSERT(tmp_b->size & BLOCK_SIZE_MASK, &fl, &sl); in xmem_pool_free()
480 EXTRACT_BLOCK(tmp_b, pool, fl, sl); in xmem_pool_free()
482 b = tmp_b; in xmem_pool_free()
485 tmp_b->prev_hdr = b; in xmem_pool_free()
499 tmp_b->size |= PREV_FREE; in xmem_pool_free()
[all …]

Completed in 3 milliseconds