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

/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c465 list = &tail->obj_next;
562 o = &(*o)->obj_next;
675 ((mcache_obj_t *)buf)->obj_next = NULL;
712 nlist = list->obj_next;
713 list->obj_next = (ccp->cc_objs == 0) ? NULL :
932 (*list)->obj_next = NULL;
933 list = *plist = &(*list)->obj_next;
966 nlist = list->obj_next;
967 list->obj_next = NULL;
1013 mcache_obj_t *next = list->obj_next;
[all...]
H A Duipc_mbuf.c1621 sp->sl_head = buf->obj_next;
1624 sp->sl_head = buf->obj_next;
1730 VERIFY(buf->obj_next == NULL);
1810 buf->obj_next = sp->sl_head;
1818 buf->obj_next = sp->sl_head;
1933 (*list)->obj_next = NULL;
1934 list = *plist = &(*list)->obj_next;
2014 nlist = list->obj_next;
2015 list->obj_next = NULL;
2073 list = list->obj_next;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h156 struct mcache_obj *obj_next; member in struct:mcache_obj

Completed in 22 milliseconds