Home
last modified time | relevance | path

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

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