Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/sgi-gru/
Dgruprocfs.c209 static void seq_stop(struct seq_file *file, void *data) in seq_stop() function
231 .stop = seq_stop,
238 .stop = seq_stop,
/Linux-v5.10/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.c1075 static void seq_stop(struct seq_file *s, void *v) in seq_stop() function
1097 .stop = seq_stop,
Dnfnetlink_queue.c1460 static void seq_stop(struct seq_file *s, void *v) in seq_stop() function
1482 .stop = seq_stop,
/Linux-v5.10/include/linux/
Dcgroup-defs.h585 void (*seq_stop)(struct seq_file *sf, void *v); member
Dkernfs.h240 void (*seq_stop)(struct seq_file *sf, void *v); member
/Linux-v5.10/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.10/kernel/cgroup/
Dcgroup-v1.c614 .seq_stop = cgroup_pidlist_stop,
633 .seq_stop = cgroup_pidlist_stop,
Dcgroup.c3750 if (seq_cft(seq)->seq_stop) in cgroup_seqfile_stop()
3751 seq_cft(seq)->seq_stop(seq, v); in cgroup_seqfile_stop()
3788 .seq_stop = cgroup_seqfile_stop,