Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dmcache.c464 list = &tail->obj_next; in mcache_alloc_ext()
593 o = &(*o)->obj_next; in mcache_alloc_ext()
714 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
753 nlist = list->obj_next; in mcache_free_ext()
754 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
988 (*list)->obj_next = NULL; in mcache_slab_alloc()
989 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1014 nlist = list->obj_next; in mcache_slab_free()
1015 list->obj_next = NULL; in mcache_slab_free()
1053 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
[all …]
H A Duipc_mbuf.c2577 sp->sl_head = buf->obj_next; in slab_alloc()
2686 VERIFY(buf->obj_next == NULL); in slab_free()
2781 buf->obj_next = sp->sl_head; in slab_free()
2785 buf->obj_next = sp->sl_head; in slab_free()
2790 buf->obj_next = sp->sl_head; in slab_free()
2875 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
2924 (*list)->obj_next = NULL; in mbuf_slab_alloc()
2925 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
3008 nlist = list->obj_next; in mbuf_slab_free()
3009 list->obj_next = NULL; in mbuf_slab_free()
[all …]
/xnu-10002.1.13/bsd/sys/
H A Dmcache.h130 struct mcache_obj *obj_next; member
/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py1215 p = p.obj_next