Searched refs:bc_next (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h97 * NOTE: bc_next must be the first field; raw buffers have linkage only.
100 struct umem_bufctl *bc_next; /* next bufctl struct */ member in struct:umem_bufctl
134 struct umem_bufctl *bc_next; /* next bufctl struct */ member in struct:umem_bufctl_audit
H A Dumem.c849 for (bcp = *UMEM_HASH(cp, buf); bcp; bcp = bcp->bc_next)
1202 bcp->bc_next = sp->slab_head;
1214 sp->slab_head = bcp->bc_next;
1243 sp->slab_head = bcp->bc_next;
1293 if ((sp->slab_head = bcp->bc_next) == NULL) {
1304 bcp->bc_next = *hash_bucket;
1341 *prev_bcpp = bcp->bc_next;
1346 prev_bcpp = &bcp->bc_next;
1382 bcp->bc_next = sp->slab_head;
2180 umem_bufctl_t *next_bcp = bcp->bc_next;
[all...]

Completed in 20 milliseconds