Lines Matching refs:hash
9 #include <linux/hash.h>
50 * Hydration hash table size: 1 << HASH_TABLE_BITS
94 /* Region hydration hash table */
549 /* Used by hydration hash table */
554 * Hydration hash table implementation.
561 * spin locks; one per hash table bucket.
615 * Search hash table for a hydration with hd->region_nr == region_nr
633 * Insert a hydration into the hash table.
644 * This function inserts a hydration into the hash table, unless someone else
648 * NOTE: Must be called with the hydration hash table lock held.
703 * hydration from the hash table.
721 /* Remove hydration from hash table */
733 * 2. Remove hydration from hash table.
1873 /* Allocate hydration hash table */
1876 ti->error = "Failed to allocate hydration hash table";