rdt_fs_context     52 arch/x86/kernel/cpu/resctrl/internal.h static inline struct rdt_fs_context *rdt_fc2context(struct fs_context *fc)
rdt_fs_context     56 arch/x86/kernel/cpu/resctrl/internal.h 	return container_of(kfc, struct rdt_fs_context, kfc);
rdt_fs_context   1941 arch/x86/kernel/cpu/resctrl/rdtgroup.c static int rdt_enable_ctx(struct rdt_fs_context *ctx)
rdt_fs_context   1959 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rdt_fs_context *ctx = rdt_fc2context(fc);
rdt_fs_context   2067 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rdt_fs_context *ctx = rdt_fc2context(fc);
rdt_fs_context   2094 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rdt_fs_context *ctx = rdt_fc2context(fc);
rdt_fs_context   2108 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	struct rdt_fs_context *ctx;
rdt_fs_context   2110 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	ctx = kzalloc(sizeof(struct rdt_fs_context), GFP_KERNEL);