Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dshrinker.h99 extern int __printf(2, 3) prealloc_shrinker(struct shrinker *shrinker,
/Linux-v6.6/mm/
Dworkingset.c800 ret = prealloc_shrinker(&workingset_shadow_shrinker, "mm-shadow"); in workingset_init()
Dvmscan.c702 int prealloc_shrinker(struct shrinker *shrinker, const char *fmt, ...) in prealloc_shrinker() function
722 int prealloc_shrinker(struct shrinker *shrinker, const char *fmt, ...) in prealloc_shrinker() function
/Linux-v6.6/fs/
Dsuper.c391 if (prealloc_shrinker(&s->s_shrink, "sb-%s", type->name)) in alloc_super()