Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dmcache.c467 list = &tail->obj_next; in mcache_alloc_ext()
596 o = &(*o)->obj_next; in mcache_alloc_ext()
717 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
756 nlist = list->obj_next; in mcache_free_ext()
757 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
991 (*list)->obj_next = NULL; in mcache_slab_alloc()
992 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1017 nlist = list->obj_next; in mcache_slab_free()
1018 list->obj_next = NULL; in mcache_slab_free()
1056 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
[all …]
H A Duipc_mbuf_mcache.c1281 sp->sl_head = buf->obj_next; in slab_alloc()
1389 VERIFY(buf->obj_next == NULL); in slab_free()
1484 buf->obj_next = sp->sl_head; in slab_free()
1488 buf->obj_next = sp->sl_head; in slab_free()
1493 buf->obj_next = sp->sl_head; in slab_free()
1578 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
1627 (*list)->obj_next = NULL; in mbuf_slab_alloc()
1628 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
1711 nlist = list->obj_next; in mbuf_slab_free()
1712 list->obj_next = NULL; in mbuf_slab_free()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dmcache.h125 struct mcache_obj *obj_next; member
/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufs.py1226 p = p.obj_next