Searched refs:SHRINKER_ALLOCATED (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dshrinker.h123 #define SHRINKER_ALLOCATED BIT(1) macro
/linux-master/mm/
H A Dshrinker.c693 shrinker->flags = flags | SHRINKER_ALLOCATED;
738 if (unlikely(!(shrinker->flags & SHRINKER_ALLOCATED))) {

Completed in 161 milliseconds