Searched refs:custom_seq_show (Results 1 – 2 of 2) sorted by relevance
641 if (l->custom_seq_show) { in bt_seq_show()643 l->custom_seq_show(seq, v); in bt_seq_show()661 if (l->custom_seq_show) { in bt_seq_show()663 l->custom_seq_show(seq, v); in bt_seq_show()682 sk_list->custom_seq_show = seq_show; in bt_procfs_init()
262 int (* custom_seq_show)(struct seq_file *, void *); member