Searched refs:hash_next (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h18 HashedSlab* hash_next; member in struct:HashedSlab
75 return value->hash_next;
/haiku/src/tools/fs_shell/
H A Dhash.h33 void *hash_next(struct hash_table *table, struct hash_iterator *i);
H A Dhash.cpp270 hash_next(struct hash_table *table, struct hash_iterator *iterator) function in namespace:FSShell
H A Dmodule.cpp299 while ((module = (struct module *)hash_next(sModulesHash, &iterator)) != NULL) {
H A Dblock_cache.cpp1013 while ((transaction = (cache_transaction*)hash_next(
1549 while ((block = (cached_block*)hash_next(cache->hash, &iterator)) != NULL) {
/haiku/src/system/kernel/
H A DTeamThreadTables.h167 return value->hash_next;
H A Dthread.cpp171 hash_next(NULL),
1771 kprintf("hash_next: %p\nteam_next: %p\n",
1772 thread->hash_next, thread->team_next);
H A Dteam.cpp434 hash_next = siblings_next = parent = children = group_next = NULL;
1151 kprintf("hash_next: %p\n", team->hash_next);
/haiku/headers/private/kernel/
H A Dthread_types.h222 Team *hash_next; // next in hash member in struct:BKernel::Team
443 Thread *hash_next; // protected by thread hash lock member in struct:BKernel::Thread
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp35 UserMutexEntry* hash_next; member in struct:UserMutexEntry
63 return value->hash_next;

Completed in 182 milliseconds