Searched refs:rds_info_deregister_func (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/net/rds/ |
| D | info.c | 86 void rds_info_deregister_func(int optname, rds_info_func func) in rds_info_deregister_func() function 97 EXPORT_SYMBOL_GPL(rds_info_deregister_func);
|
| D | info.h | 22 void rds_info_deregister_func(int optname, rds_info_func func);
|
| D | stats.c | 145 rds_info_deregister_func(RDS_INFO_COUNTERS, rds_stats_info); in rds_stats_exit()
|
| D | connection.c | 546 rds_info_deregister_func(RDS_INFO_CONNECTIONS, rds_conn_info); in rds_conn_exit() 547 rds_info_deregister_func(RDS_INFO_SEND_MESSAGES, in rds_conn_exit() 549 rds_info_deregister_func(RDS_INFO_RETRANS_MESSAGES, in rds_conn_exit()
|
| D | af_rds.c | 577 rds_info_deregister_func(RDS_INFO_SOCKETS, rds_sock_info); in rds_exit() 578 rds_info_deregister_func(RDS_INFO_RECV_MESSAGES, rds_sock_inc_info); in rds_exit()
|
| D | iw.c | 253 rds_info_deregister_func(RDS_INFO_IWARP_CONNECTIONS, rds_iw_ic_info); in rds_iw_exit()
|
| D | ib.c | 373 rds_info_deregister_func(RDS_INFO_IB_CONNECTIONS, rds_ib_ic_info); in rds_ib_exit()
|
| D | tcp.c | 389 rds_info_deregister_func(RDS_INFO_TCP_SOCKETS, rds_tcp_tc_info); in rds_tcp_exit()
|