Searched refs:slab_head (Results 1 – 6 of 6) sorted by relevance
1433 sp->slab_head = NULL; in umem_slab_create()1465 bcp->bc_next = sp->slab_head; in umem_slab_create()1466 sp->slab_head = bcp; in umem_slab_create()1476 while ((bcp = sp->slab_head) != NULL) { in umem_slab_create()1477 sp->slab_head = bcp->bc_next; in umem_slab_create()1505 while ((bcp = sp->slab_head) != NULL) { in umem_slab_destroy()1506 sp->slab_head = bcp->bc_next; in umem_slab_destroy()1528 if (sp->slab_head == NULL) { in umem_slab_alloc()1555 bcp = sp->slab_head; in umem_slab_alloc()1556 if ((sp->slab_head = bcp->bc_next) == NULL) { in umem_slab_alloc()[all …]
201 struct umem_bufctl *slab_head; /* first free buffer */ member
1571 sp->slab_head = NULL; in kmem_slab_create()1606 bcp->bc_next = sp->slab_head; in kmem_slab_create()1607 sp->slab_head = bcp; in kmem_slab_create()1617 while ((bcp = sp->slab_head) != NULL) { in kmem_slab_create()1618 sp->slab_head = bcp->bc_next; in kmem_slab_create()1649 while ((bcp = sp->slab_head) != NULL) { in kmem_slab_destroy()1650 sp->slab_head = bcp->bc_next; in kmem_slab_destroy()1679 bcp = sp->slab_head; in kmem_slab_alloc_impl()1680 sp->slab_head = bcp->bc_next; in kmem_slab_alloc_impl()1699 if (sp->slab_head == NULL) { in kmem_slab_alloc_impl()[all …]
228 struct kmem_bufctl *slab_head; /* first free buffer */ member
1412 bcp = sp->slab_head; in umem_walk_step()
1464 bcp = sp->slab_head; in kmem_walk_step()