Home
last modified time | relevance | path

Searched refs:seq_stop (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/misc/sgi-gru/
Dgruprocfs.c212 static void seq_stop(struct seq_file *file, void *data) in seq_stop() function
234 .stop = seq_stop,
241 .stop = seq_stop,
/Linux-v5.4/net/netfilter/
Dnf_log.c350 static void seq_stop(struct seq_file *s, void *v) in seq_stop() function
395 .stop = seq_stop,
Dnfnetlink_log.c1076 static void seq_stop(struct seq_file *s, void *v) in seq_stop() function
1098 .stop = seq_stop,
Dnfnetlink_queue.c1468 static void seq_stop(struct seq_file *s, void *v) in seq_stop() function
1490 .stop = seq_stop,
/Linux-v5.4/include/linux/
Dcgroup-defs.h593 void (*seq_stop)(struct seq_file *sf, void *v); member
Dkernfs.h242 void (*seq_stop)(struct seq_file *sf, void *v); member
/Linux-v5.4/fs/kernfs/
Dfile.c97 if (ops->seq_stop) in kernfs_seq_stop_active()
98 ops->seq_stop(sf, v); in kernfs_seq_stop_active()
/Linux-v5.4/kernel/cgroup/
Dcgroup-v1.c617 .seq_stop = cgroup_pidlist_stop,
636 .seq_stop = cgroup_pidlist_stop,
Dcgroup.c3806 if (seq_cft(seq)->seq_stop) in cgroup_seqfile_stop()
3807 seq_cft(seq)->seq_stop(seq, v); in cgroup_seqfile_stop()
3844 .seq_stop = cgroup_seqfile_stop,
/Linux-v5.4/mm/
Dmemcontrol.c4874 .seq_stop = memcg_slab_stop,