sunrpc_get_pool_mode
if (sunrpc_get_pool_mode(buf, ARRAY_SIZE(buf)) >= ARRAY_SIZE(buf))
int sunrpc_get_pool_mode(char *val, size_t size);
EXPORT_SYMBOL(sunrpc_get_pool_mode);
len = sunrpc_get_pool_mode(str, ARRAY_SIZE(str));