Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c604 char *neigh_block; /* Ptr to potential neighbor */ in kmem_free() local
614 neigh_block = bkmem_zalloc(nbytes); in kmem_free()
615 neigh_block = neigh_block; in kmem_free()
633 neigh_block = (char *)neighbor->block; in kmem_free()
635 if ((char *)ptr < neigh_block) { in kmem_free()
636 if ((char *)ptr + nbytes == neigh_block) { in kmem_free()
642 } else if ((char *)ptr + nbytes > neigh_block) { in kmem_free()
650 (void *)neigh_block); in kmem_free()
658 } else if ((char *)ptr > neigh_block) { in kmem_free()
659 if (neigh_block + neigh_size == ptr) { in kmem_free()
[all …]