Home
last modified time | relevance | path

Searched refs:rds_info_deregister_func (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/rds/
Dinfo.c86 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);
Dinfo.h22 void rds_info_deregister_func(int optname, rds_info_func func);
Dstats.c145 rds_info_deregister_func(RDS_INFO_COUNTERS, rds_stats_info); in rds_stats_exit()
Dconnection.c546 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()
Daf_rds.c577 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()
Diw.c253 rds_info_deregister_func(RDS_INFO_IWARP_CONNECTIONS, rds_iw_ic_info); in rds_iw_exit()
Dib.c373 rds_info_deregister_func(RDS_INFO_IB_CONNECTIONS, rds_ib_ic_info); in rds_ib_exit()
Dtcp.c389 rds_info_deregister_func(RDS_INFO_TCP_SOCKETS, rds_tcp_tc_info); in rds_tcp_exit()