Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/cpu/resctrl/
Dinternal.h44 struct rdt_fs_context { struct
51 static inline struct rdt_fs_context *rdt_fc2context(struct fs_context *fc) in rdt_fc2context() argument
55 return container_of(kfc, struct rdt_fs_context, kfc); in rdt_fc2context()
Drdtgroup.c2073 static int rdt_enable_ctx(struct rdt_fs_context *ctx) in rdt_enable_ctx()
2177 struct rdt_fs_context *ctx = rdt_fc2context(fc); in rdt_get_tree()
2286 struct rdt_fs_context *ctx = rdt_fc2context(fc); in rdt_parse_param()
2313 struct rdt_fs_context *ctx = rdt_fc2context(fc); in rdt_fs_context_free()
2327 struct rdt_fs_context *ctx; in rdt_init_fs_context()
2329 ctx = kzalloc(sizeof(struct rdt_fs_context), GFP_KERNEL); in rdt_init_fs_context()