Searched refs:t_name (Results 1 – 9 of 9) sorted by relevance
/linux/net/rds/ |
H A D | transport.c | 52 BUG_ON(strlen(trans->t_name) + 1 > TRANSNAMSIZ); in rds_trans_register() 61 printk(KERN_INFO "Registered RDS/%s transport\n", trans->t_name); in rds_trans_register() 73 printk(KERN_INFO "Unregistered RDS/%s transport\n", trans->t_name); in rds_trans_unregister()
|
H A D | connection.c | 287 strnlen(trans->t_name, sizeof(trans->t_name)) ? in __rds_conn_create() 288 trans->t_name : "[unknown]", is_outgoing ? "(outgoing)" : ""); in __rds_conn_create() 752 strncpy(cinfo->transport, conn->c_trans->t_name, in rds_conn_info_visitor() 778 strncpy(cinfo6->transport, conn->c_trans->t_name, in rds6_conn_info_visitor()
|
H A D | loop.c | 251 .t_name = "loopback",
|
H A D | ib.c | 561 .t_name = "infiniband",
|
H A D | tcp.c | 467 .t_name = "tcp",
|
H A D | rds.h | 536 char t_name[TRANSNAMSIZ]; member
|
/linux/tools/tracing/rtla/src/ |
H A D | utils.c | 271 char *t_name; in procfs_is_workload_pid() local 280 for (t_name = proc_entry->d_name; t_name; t_name++) { in procfs_is_workload_pid() 281 if (!isdigit(*t_name)) in procfs_is_workload_pid() 285 if (*t_name != '\0') in procfs_is_workload_pid()
|
/linux/arch/sparc/kernel/ |
H A D | mdesc.c | 1206 const char *t_name; in fill_in_one_cpu() local 1208 t_name = mdesc_node_name(hp, t); in fill_in_one_cpu() 1209 if (!strcmp(t_name, "cache")) { in fill_in_one_cpu()
|
/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 190 #define TIMING_FIELD(t_name, t_bit_beg, t_bit_end) \ argument 191 { .name = t_name, .bit_beg = t_bit_beg, .bit_end = t_bit_end }
|