Home | History | Annotate | Download | only in drm

Lines Matching refs:hashed_key

72 	unsigned int hashed_key;
75 hashed_key = hash_long(key, ht->order);
76 DRM_DEBUG("Key is 0x%08lx, Hashed key is 0x%08x\n", key, hashed_key);
77 h_list = &ht->table[hashed_key];
87 unsigned int hashed_key;
89 hashed_key = hash_long(key, ht->order);
90 h_list = &ht->table[hashed_key];
105 unsigned int hashed_key;
107 hashed_key = hash_long(key, ht->order);
108 h_list = &ht->table[hashed_key];
123 unsigned int hashed_key;
126 hashed_key = hash_long(key, ht->order);
127 h_list = &ht->table[hashed_key];