Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dshrinker.h96 extern int __printf(2, 3) prealloc_shrinker(struct shrinker *shrinker,
/Linux-v6.1/mm/
Dworkingset.c734 ret = prealloc_shrinker(&workingset_shadow_shrinker, "mm-shadow"); in workingset_init()
Dvmscan.c649 int prealloc_shrinker(struct shrinker *shrinker, const char *fmt, ...) in prealloc_shrinker() function
669 int prealloc_shrinker(struct shrinker *shrinker, const char *fmt, ...) in prealloc_shrinker() function
/Linux-v6.1/fs/
Dsuper.c268 if (prealloc_shrinker(&s->s_shrink, "sb-%s", type->name)) in alloc_super()