Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_pm.c141 u64 s_ring[COUNT], s_ctx[COUNT], st[COUNT], d_ring, d_ctx, dt; in __live_engine_timestamps() local
150 err = __measure_timestamps(ce, &st[i], &s_ring[i], &s_ctx[i]); in __live_engine_timestamps()
160 d_ctx = trifilter(s_ctx); in __live_engine_timestamps()
175 d_ctx = trifilter(s_ctx); in __live_engine_timestamps()
/openbmc/linux/fs/ext4/
H A Dsuper.c2499 struct ext4_fs_context *s_ctx = NULL; in parse_apply_sb_mount_options() local
2516 s_ctx = kzalloc(sizeof(struct ext4_fs_context), GFP_KERNEL); in parse_apply_sb_mount_options()
2517 if (!s_ctx) in parse_apply_sb_mount_options()
2520 fc->fs_private = s_ctx; in parse_apply_sb_mount_options()
2537 if (s_ctx->spec & EXT4_SPEC_JOURNAL_DEV) in parse_apply_sb_mount_options()
2538 m_ctx->journal_devnum = s_ctx->journal_devnum; in parse_apply_sb_mount_options()
2539 if (s_ctx->spec & EXT4_SPEC_JOURNAL_IOPRIO) in parse_apply_sb_mount_options()
2540 m_ctx->journal_ioprio = s_ctx->journal_ioprio; in parse_apply_sb_mount_options()