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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c497 list = &tail->obj_next;
594 o = &(*o)->obj_next;
709 ((mcache_obj_t *)buf)->obj_next = NULL;
746 nlist = list->obj_next;
747 list->obj_next = (ccp->cc_objs == 0) ? NULL :
963 (*list)->obj_next = NULL;
964 list = *plist = &(*list)->obj_next;
997 nlist = list->obj_next;
998 list->obj_next = NULL;
1044 mcache_obj_t *next = list->obj_next;
[all...]
H A Duipc_mbuf.c1693 sp->sl_head = buf->obj_next;
1696 sp->sl_head = buf->obj_next;
1802 VERIFY(buf->obj_next == NULL);
1882 buf->obj_next = sp->sl_head;
1890 buf->obj_next = sp->sl_head;
2005 (*list)->obj_next = NULL;
2006 list = *plist = &(*list)->obj_next;
2086 nlist = list->obj_next;
2087 list->obj_next = NULL;
2145 list = list->obj_next;
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h215 struct mcache_obj *obj_next; member in struct:mcache_obj
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py695 """ Given a mcache object address, walk its obj_next pointer
707 p = p.obj_next

Completed in 95 milliseconds