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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c464 list = &tail->obj_next;
553 o = &(*o)->obj_next;
666 ((mcache_obj_t *)buf)->obj_next = NULL;
700 nlist = list->obj_next;
701 list->obj_next = (ccp->cc_objs == 0) ? NULL :
917 (*list)->obj_next = NULL;
918 list = *plist = &(*list)->obj_next;
951 nlist = list->obj_next;
952 list->obj_next = NULL;
998 mcache_obj_t *next = list->obj_next;
[all...]
H A Duipc_mbuf.c1158 sp->sl_head = buf->obj_next;
1272 VERIFY(buf->obj_next == NULL);
1363 buf->obj_next = sp->sl_head;
1428 (*list)->obj_next = NULL;
1429 list = *plist = &(*list)->obj_next;
1506 nlist = list->obj_next;
1507 list->obj_next = NULL;
1563 list = list->obj_next;
1638 if ((m_cobjlist(class) = (*list)->obj_next) != NULL &&
1643 (*list)->obj_next
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h117 struct mcache_obj *obj_next; member in struct:mcache_obj

Completed in 37 milliseconds