diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2022-11-30 14:58:42 -0800 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2022-11-30 14:58:42 -0800 |
| commit | a38358c934f66bdff12db762998b88038d7bc44b (patch) | |
| tree | 72747f34cde18a9e2188b6bccb865c14d423b986 /tools/testing/radix-tree/linux.c | |
| parent | ea0ffd0c08d0fef1f6e93eb07badbeeabf6b43d6 (diff) | |
| parent | 1d351f1894342c378b96bb9ed89f8debb1e24e9f (diff) | |
Merge branch 'mm-hotfixes-stable' into mm-stable
Diffstat (limited to 'tools/testing/radix-tree/linux.c')
| -rw-r--r-- | tools/testing/radix-tree/linux.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/linux.c b/tools/testing/radix-tree/linux.c index 2048d12c31df..d587a558997f 100644 --- a/tools/testing/radix-tree/linux.c +++ b/tools/testing/radix-tree/linux.c @@ -129,6 +129,10 @@ void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list) pthread_mutex_unlock(&cachep->lock); } +void kmem_cache_shrink(struct kmem_cache *cachep) +{ +} + int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, void **p) { |
