Lines Matching refs:seq

7633 static int slab_debugfs_show(struct seq_file *seq, void *v)  in slab_debugfs_show()  argument
7635 struct loc_track *t = seq->private; in slab_debugfs_show()
7643 seq_printf(seq, "%7ld ", l->count); in slab_debugfs_show()
7646 seq_printf(seq, "%pS", (void *)l->addr); in slab_debugfs_show()
7648 seq_puts(seq, "<not-available>"); in slab_debugfs_show()
7651 seq_printf(seq, " waste=%lu/%lu", in slab_debugfs_show()
7655 seq_printf(seq, " age=%ld/%llu/%ld", in slab_debugfs_show()
7659 seq_printf(seq, " age=%ld", l->min_time); in slab_debugfs_show()
7662 seq_printf(seq, " pid=%ld-%ld", l->min_pid, l->max_pid); in slab_debugfs_show()
7664 seq_printf(seq, " pid=%ld", in slab_debugfs_show()
7668 seq_printf(seq, " cpus=%*pbl", in slab_debugfs_show()
7672 seq_printf(seq, " nodes=%*pbl", in slab_debugfs_show()
7684 seq_puts(seq, "\n"); in slab_debugfs_show()
7686 seq_printf(seq, " %pS\n", (void *)entries[j]); in slab_debugfs_show()
7690 seq_puts(seq, "\n"); in slab_debugfs_show()
7694 seq_puts(seq, "No data\n"); in slab_debugfs_show()
7699 static void slab_debugfs_stop(struct seq_file *seq, void *v) in slab_debugfs_stop() argument
7703 static void *slab_debugfs_next(struct seq_file *seq, void *v, loff_t *ppos) in slab_debugfs_next() argument
7705 struct loc_track *t = seq->private; in slab_debugfs_next()
7725 static void *slab_debugfs_start(struct seq_file *seq, loff_t *ppos) in slab_debugfs_start() argument
7727 struct loc_track *t = seq->private; in slab_debugfs_start()
7793 struct seq_file *seq = file->private_data; in slab_debug_trace_release() local
7794 struct loc_track *t = seq->private; in slab_debug_trace_release()