Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmm_slot.h36 #define mm_slot_lookup(_hashtable, _mm) \ argument
40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \
41 if (_mm == tmp_slot->mm) { \
49 #define mm_slot_insert(_hashtable, _mm, _mm_slot) \ argument
51 _mm_slot->mm = _mm; \
52 hash_add(_hashtable, &_mm_slot->hash, (unsigned long)_mm); \
/openbmc/linux/Documentation/core-api/
H A Dmm-api.rst17 .. _mm-api-gfp-flags: