rds_info_funcs 71 net/rds/info.c static rds_info_func rds_info_funcs[RDS_INFO_LAST - RDS_INFO_FIRST + 1]; rds_info_funcs 80 net/rds/info.c BUG_ON(rds_info_funcs[offset]); rds_info_funcs 81 net/rds/info.c rds_info_funcs[offset] = func; rds_info_funcs 93 net/rds/info.c BUG_ON(rds_info_funcs[offset] != func); rds_info_funcs 94 net/rds/info.c rds_info_funcs[offset] = NULL; rds_info_funcs 209 net/rds/info.c func = rds_info_funcs[optname - RDS_INFO_FIRST];