Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c373 iser_mr_t *chunk, *next_chunk; in iser_vmem_destroy() local
379 chunk = next_chunk) { in iser_vmem_destroy()
380 next_chunk = AVL_NEXT(&vmr_pool->ivmp_mr_list, chunk); in iser_vmem_destroy()
396 iser_mr_t *next_chunk; in iser_vmem_alloc() local
419 next_chunk = iser_vmem_chunk_alloc(vmr_pool->ivmp_hca, in iser_vmem_alloc()
421 if (next_chunk != NULL) { in iser_vmem_alloc()
423 (void *)(uintptr_t)next_chunk->is_mrva, in iser_vmem_alloc()
424 next_chunk->is_mrlen, VM_NOSLEEP) == NULL) { in iser_vmem_alloc()
427 next_chunk); in iser_vmem_alloc()
430 next_chunk->is_mrlen; in iser_vmem_alloc()
[all …]
/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c72 chunkid_t next_chunk; member
273 ip->bi_shdfchk = nl.next_chunk; in alloc_chunk()
322 nl.next_chunk = ip->bi_shdfchk; in free_node()
377 nl.next_chunk = op->ii_freehead; in ii_free_overflow()
477 op->ii_freehead = nl.next_chunk; in ii_alloc_overflow()