Home
last modified time | relevance | path

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

/linux-4.1.27/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.c549 rds_info_deregister_func(RDS_INFO_CONNECTIONS, rds_conn_info); in rds_conn_exit()
550 rds_info_deregister_func(RDS_INFO_SEND_MESSAGES, in rds_conn_exit()
552 rds_info_deregister_func(RDS_INFO_RETRANS_MESSAGES, in rds_conn_exit()
Daf_rds.c541 rds_info_deregister_func(RDS_INFO_SOCKETS, rds_sock_info); in rds_exit()
542 rds_info_deregister_func(RDS_INFO_RECV_MESSAGES, rds_sock_inc_info); in rds_exit()
Diw.c257 rds_info_deregister_func(RDS_INFO_IWARP_CONNECTIONS, rds_iw_ic_info); in rds_iw_exit()
Dtcp.c255 rds_info_deregister_func(RDS_INFO_TCP_SOCKETS, rds_tcp_tc_info); in rds_tcp_exit()
Dib.c363 rds_info_deregister_func(RDS_INFO_IB_CONNECTIONS, rds_ib_ic_info); in rds_ib_exit()