Home
last modified time | relevance | path

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

/titanic_44/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c606 char *neigh_block; /* Ptr to potential neighbor */ in kmem_free() local
616 neigh_block = bkmem_zalloc(nbytes); in kmem_free()
617 neigh_block = neigh_block; in kmem_free()
635 neigh_block = (char *)neighbor->block; in kmem_free()
637 if ((char *)ptr < neigh_block) { in kmem_free()
638 if ((char *)ptr + nbytes == neigh_block) { in kmem_free()
644 } else if ((char *)ptr + nbytes > neigh_block) { in kmem_free()
652 (void *)neigh_block); in kmem_free()
660 } else if ((char *)ptr > neigh_block) { in kmem_free()
661 if (neigh_block + neigh_size == ptr) { in kmem_free()
[all …]