Home
last modified time | relevance | path

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

/linux-6.1.9/net/sunrpc/
Dsysfs.c25 static struct kset *rpc_sunrpc_kset; variable
339 rpc_sunrpc_kset = kset_create_and_add("sunrpc", NULL, kernel_kobj); in rpc_sysfs_init()
340 if (!rpc_sunrpc_kset) in rpc_sysfs_init()
343 rpc_sysfs_object_alloc("rpc-clients", rpc_sunrpc_kset, NULL); in rpc_sysfs_init()
347 rpc_sysfs_object_alloc("xprt-switches", rpc_sunrpc_kset, NULL); in rpc_sysfs_init()
355 kset_unregister(rpc_sunrpc_kset); in rpc_sysfs_init()
356 rpc_sunrpc_kset = NULL; in rpc_sysfs_init()
454 kset_unregister(rpc_sunrpc_kset); in rpc_sysfs_exit()
466 p->kobject.kset = rpc_sunrpc_kset; in rpc_sysfs_client_alloc()
486 p->kobject.kset = rpc_sunrpc_kset; in rpc_sysfs_xprt_switch_alloc()
[all …]