Searched refs:custom_seq_show (Results 1 – 2 of 2) sorted by relevance
697 if (l->custom_seq_show) { in bt_seq_show()699 l->custom_seq_show(seq, v); in bt_seq_show()717 if (l->custom_seq_show) { in bt_seq_show()719 l->custom_seq_show(seq, v); in bt_seq_show()738 sk_list->custom_seq_show = seq_show; in bt_procfs_init()
396 int (* custom_seq_show)(struct seq_file *, void *); member