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

/linux-master/include/linux/
H A Dshrinker.h144 static inline void shrinker_put(struct shrinker *shrinker) function
/linux-master/mm/
H A Dshrinker.c500 * step 6: do shrinker_put() paired with step 5 to put the refcount,
574 shrinker_put(shrinker);
642 * step 3: *MUST* to reacquire the RCU lock before calling shrinker_put(),
645 * step 4: do shrinker_put() paired with step 2 to put the refcount,
668 shrinker_put(shrinker);
777 shrinker_put(shrinker);

Completed in 115 milliseconds