Home
last modified time | relevance | path

Searched refs:_hashtable (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/mm/
Dmm_slot.h36 #define mm_slot_lookup(_hashtable, _mm) \ argument
40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \
49 #define mm_slot_insert(_hashtable, _mm, _mm_slot) \ argument
52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \