hash_next
Thread *hash_next; // protected by thread hash lock
Team *hash_next; // next in hash
struct ProcessGroup *hash_next;
return value->hash_next;
struct vnode* hash_next;
return value->hash_next;
UserMutexEntry* hash_next;
return value->hash_next;
HashedSlab* hash_next;
return value->hash_next;
kprintf("hash_next: %p\n", team->hash_next);
return value->hash_next;
hash_next = parent = NULL;
thread->hash_next, thread->team_link.next);
hash_next(NULL),
while ((transaction = (cache_transaction*)hash_next(
while ((block = (cached_block*)hash_next(cache->hash, &iterator)) != NULL) {
void *hash_next(struct hash_table *table, struct hash_iterator *i);
while ((module = (struct module *)hash_next(sModulesHash, &iterator)) != NULL) {