Lines Matching refs:_next
64 : _utcb(u), _triggers(0), _next(0), _allocator(al) in Lock()
67 void init_root() { _next = this; } in init_root()
93 _next = r->_next; in enqueue()
94 oldval = (l4_umword_t)r->_next; in enqueue()
97 while (!l4util_cmpxchg((volatile l4_umword_t*)&r->_next, oldval, newval)); in enqueue()
107 { t->blocklistroot = (void *)get_dummy(t)->_next; } in shift()
118 Lock *_next; member in Lock
125 Lock *r = get_dummy(t)->_next; in find()
132 i = i->_next; in find()
141 Lock *r = get_dummy(t)->_next; in wakeup_others()
148 i = i->_next; in wakeup_others()
155 Lock *r = get_dummy(t)->_next; in free_list()
161 i = i->_next; in free_list()