tf_list           166 drivers/target/target_core_configfs.c 	list_for_each_entry(tf, &g_tf_list, tf_list) {
tf_list           464 drivers/target/target_core_configfs.c 	INIT_LIST_HEAD(&tf->tf_list);
tf_list           470 drivers/target/target_core_configfs.c 	list_add_tail(&tf->tf_list, &g_tf_list);
tf_list           482 drivers/target/target_core_configfs.c 	list_for_each_entry(t, &g_tf_list, tf_list) {
tf_list           485 drivers/target/target_core_configfs.c 			list_del(&t->tf_list);
tf_list            29 drivers/target/target_core_internal.h 	struct list_head	tf_list;