Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dmcache.c460 list = &tail->obj_next; in mcache_alloc_ext()
589 o = &(*o)->obj_next; in mcache_alloc_ext()
710 ((mcache_obj_t *)buf)->obj_next = NULL; in mcache_free()
749 nlist = list->obj_next; in mcache_free_ext()
750 list->obj_next = (ccp->cc_objs == 0) ? NULL : in mcache_free_ext()
984 (*list)->obj_next = NULL; in mcache_slab_alloc()
985 list = *plist = &(*list)->obj_next; in mcache_slab_alloc()
1010 nlist = list->obj_next; in mcache_slab_free()
1011 list->obj_next = NULL; in mcache_slab_free()
1049 mcache_obj_t *next = list->obj_next; in mcache_slab_audit()
[all …]
H A Duipc_mbuf.c1872 sp->sl_head = buf->obj_next; in slab_alloc()
1981 VERIFY(buf->obj_next == NULL); in slab_free()
2076 buf->obj_next = sp->sl_head; in slab_free()
2080 buf->obj_next = sp->sl_head; in slab_free()
2085 buf->obj_next = sp->sl_head; in slab_free()
2170 ((mcache_obj_t *)(sp->sl_base))->obj_next = NULL; in slab_free()
2219 (*list)->obj_next = NULL; in mbuf_slab_alloc()
2220 list = *plist = &(*list)->obj_next; in mbuf_slab_alloc()
2303 nlist = list->obj_next; in mbuf_slab_free()
2304 list->obj_next = NULL; in mbuf_slab_free()
[all …]
/xnu-8019.80.24/bsd/sys/
H A Dmcache.h244 struct mcache_obj *obj_next; member
/xnu-8019.80.24/tools/lldbmacros/
H A Dmbufs.py760 p = p.obj_next