diff options
Diffstat (limited to 'mm/slab.h')
-rw-r--r-- | mm/slab.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -357,6 +357,7 @@ static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) | |||
357 | 357 | ||
358 | #endif | 358 | #endif |
359 | 359 | ||
360 | void *slab_start(struct seq_file *m, loff_t *pos); | ||
360 | void *slab_next(struct seq_file *m, void *p, loff_t *pos); | 361 | void *slab_next(struct seq_file *m, void *p, loff_t *pos); |
361 | void slab_stop(struct seq_file *m, void *p); | 362 | void slab_stop(struct seq_file *m, void *p); |
362 | 363 | ||