Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsysfs.c25 static struct kset *rpc_sunrpc_kset; variable
340 rpc_sunrpc_kset = kset_create_and_add("sunrpc", NULL, kernel_kobj); in rpc_sysfs_init()
341 if (!rpc_sunrpc_kset) in rpc_sysfs_init()
344 rpc_sysfs_object_alloc("rpc-clients", rpc_sunrpc_kset, NULL); in rpc_sysfs_init()
348 rpc_sysfs_object_alloc("xprt-switches", rpc_sunrpc_kset, NULL); in rpc_sysfs_init()
356 kset_unregister(rpc_sunrpc_kset); in rpc_sysfs_init()
357 rpc_sunrpc_kset = NULL; in rpc_sysfs_init()
455 kset_unregister(rpc_sunrpc_kset); in rpc_sysfs_exit()
467 p->kobject.kset = rpc_sunrpc_kset; in rpc_sysfs_client_alloc()
487 p->kobject.kset = rpc_sunrpc_kset; in rpc_sysfs_xprt_switch_alloc()
[all …]