Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dshrinker.h91 extern int prealloc_shrinker(struct shrinker *shrinker);
/linux-5.19.10/mm/
Dworkingset.c628 ret = prealloc_shrinker(&workingset_shadow_shrinker); in workingset_init()
Dvmscan.c611 int prealloc_shrinker(struct shrinker *shrinker) in prealloc_shrinker() function
658 int err = prealloc_shrinker(shrinker); in register_shrinker()
/linux-5.19.10/fs/
Dsuper.c268 if (prealloc_shrinker(&s->s_shrink)) in alloc_super()