Home
last modified time | relevance | path

Searched refs:single_show (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/proc/
Dproc_net.c156 err = single_open(file, de->single_show, net); in single_open_net()
188 p->single_show = show; in proc_create_net_single()
231 p->single_show = show; in proc_create_net_single_write()
Dinternal.h50 int (*single_show)(struct seq_file *, void *); member
Dgeneric.c627 return single_open(file, de->single_show, de->data); in proc_single_open()
647 p->single_show = show; in proc_create_single_data()