Searched refs:hash_remove_first (Results 1 - 3 of 3) sorted by path

/haiku/src/tools/fs_shell/
H A Dhash.cpp188 hash_remove_first(struct hash_table *table, uint32_t *_cookie) function in namespace:FSShell
H A Dhash.h28 void *hash_remove_first(struct hash_table *table, uint32_t *_cookie);
H A Dblock_cache.cpp1501 while ((block = (cached_block*)hash_remove_first(cache->hash,
1510 while ((transaction = (cache_transaction*)hash_remove_first(

Completed in 66 milliseconds