Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dmcache.c462 list = &tail->obj_next; in mcache_alloc_ext()
591 o = &(*o)->obj_next; in mcache_alloc_ext()
712 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
751 nlist = list->obj_next; in mcache_free_ext()
752 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
986 (*list)->obj_next = NULL; in mcache_slab_alloc()
987 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1012 nlist = list->obj_next; in mcache_slab_free()
1013 list->obj_next = NULL; in mcache_slab_free()
1051 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
[all …]
H A Duipc_mbuf.c1881 sp->sl_head = buf->obj_next; in slab_alloc()
1990 VERIFY(buf->obj_next == NULL); in slab_free()
2085 buf->obj_next = sp->sl_head; in slab_free()
2089 buf->obj_next = sp->sl_head; in slab_free()
2094 buf->obj_next = sp->sl_head; in slab_free()
2179 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
2228 (*list)->obj_next = NULL; in mbuf_slab_alloc()
2229 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
2312 nlist = list->obj_next; in mbuf_slab_free()
2313 list->obj_next = NULL; in mbuf_slab_free()
[all …]
/xnu-8020.140.41/bsd/sys/
H A Dmcache.h244 struct mcache_obj *obj_next; member
/xnu-8020.140.41/tools/lldbmacros/
H A Dmbufs.py827 p = p.obj_next