Searched refs:rds_info_deregister_func (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/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 | 23 void rds_info_deregister_func(int optname, rds_info_func func);
|
| D | connection.c | 848 rds_info_deregister_func(RDS_INFO_CONNECTIONS, rds_conn_info); in rds_conn_exit() 849 rds_info_deregister_func(RDS_INFO_SEND_MESSAGES, in rds_conn_exit() 851 rds_info_deregister_func(RDS_INFO_RETRANS_MESSAGES, in rds_conn_exit() 854 rds_info_deregister_func(RDS6_INFO_CONNECTIONS, rds6_conn_info); in rds_conn_exit() 855 rds_info_deregister_func(RDS6_INFO_SEND_MESSAGES, in rds_conn_exit() 857 rds_info_deregister_func(RDS6_INFO_RETRANS_MESSAGES, in rds_conn_exit()
|
| D | stats.c | 145 rds_info_deregister_func(RDS_INFO_COUNTERS, rds_stats_info); in rds_stats_exit()
|
| D | ib.c | 505 rds_info_deregister_func(RDS_INFO_IB_CONNECTIONS, rds_ib_ic_info); in rds_ib_exit() 507 rds_info_deregister_func(RDS6_INFO_IB_CONNECTIONS, rds6_ib_ic_info); in rds_ib_exit()
|
| D | tcp.c | 692 rds_info_deregister_func(RDS_INFO_TCP_SOCKETS, rds_tcp_tc_info); in rds_tcp_exit() 694 rds_info_deregister_func(RDS6_INFO_TCP_SOCKETS, rds6_tcp_tc_info); in rds_tcp_exit()
|
| D | af_rds.c | 767 rds_info_deregister_func(RDS_INFO_SOCKETS, rds_sock_info); in rds_exit() 768 rds_info_deregister_func(RDS_INFO_RECV_MESSAGES, rds_sock_inc_info); in rds_exit()
|