Searched refs:new_ctx (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.h46 struct dc_state *new_ctx,
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.h52 struct dc_state *new_ctx,
/linux-master/net/mac80211/
H A Dchan.c794 struct ieee80211_chanctx *new_ctx)
817 if (new_ctx) {
819 ieee80211_recalc_chanctx_min_def(local, new_ctx, link);
821 ret = drv_assign_vif_chanctx(local, sdata, link->conf, new_ctx);
825 conf = &new_ctx->conf;
827 &new_ctx->assigned_links);
840 if (new_ctx && ieee80211_chanctx_num_assigned(local, new_ctx) > 0) {
842 ieee80211_recalc_chanctx_min_def(local, new_ctx, NULL);
1036 struct ieee80211_chanctx *new_ctx, *curr_ct local
793 ieee80211_assign_link_chanctx(struct ieee80211_link_data *link, struct ieee80211_chanctx *new_ctx) argument
1189 struct ieee80211_chanctx *old_ctx, *new_ctx; local
1271 struct ieee80211_chanctx *old_ctx, *new_ctx; local
1320 struct ieee80211_chanctx *old_ctx, *new_ctx; local
1774 struct ieee80211_chanctx *new_ctx; local
[all...]
H A Ddriver-ops.c372 struct ieee80211_chanctx *new_ctx = local
373 container_of(vifs[i].new_ctx,
383 new_ctx->driver_present) ||
385 !new_ctx->driver_present));
395 struct ieee80211_chanctx *new_ctx = local
396 container_of(vifs[i].new_ctx,
404 new_ctx->driver_present = true;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.h63 struct dc_state *new_ctx,
135 bool dcn20_validate_dsc(struct dc *dc, struct dc_state *new_ctx);
164 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
166 enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream);
H A Ddcn20_resource.c1398 struct dc_state *new_ctx,
1405 if (new_ctx->res_ctx.pipe_ctx[i].stream == dc_stream && !new_ctx->res_ctx.pipe_ctx[i].top_pipe) {
1406 pipe_ctx = &new_ctx->res_ctx.pipe_ctx[i];
1409 dcn20_release_dsc(&new_ctx->res_ctx, dc->res_pool, &pipe_ctx->stream_res.dsc);
1420 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) argument
1424 result = resource_map_pool_resources(dc, new_ctx, dc_stream);
1427 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream);
1431 result = dcn20_add_dsc_to_stream_resource(dc, new_ctx, dc_stream);
1434 result = dcn20_build_mapped_resource(dc, new_ctx, dc_strea
1397 remove_dsc_from_stream_resource(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) argument
1440 dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) argument
1661 dcn20_validate_dsc(struct dc *dc, struct dc_state *new_ctx) argument
2161 dcn20_acquire_free_pipe_for_layer( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h283 enum dc_status resource_add_otg_master_for_stream_output(struct dc_state *new_ctx,
292 void resource_remove_otg_master_for_stream_output(struct dc_state *new_ctx,
302 struct dc_state *new_ctx,
329 * an indication of insufficient validation in caller's stack. new_ctx will be
330 * invalid. Caller may attempt to restore new_ctx by calling this function
334 struct dc_state *new_ctx,
353 * an indication of insufficient validation in caller's stack. new_ctx will be
354 * invalid. Caller may attempt to restore new_ctx by calling this function
358 struct dc_state *new_ctx,
H A Dcore_types.h132 struct dc_state *new_ctx,
138 struct dc_state *new_ctx,
152 struct dc_state *new_ctx,
157 struct dc_state *new_ctx,
/linux-master/fs/smb/client/
H A Dfs_context.c333 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
334 if (new_ctx->field == NULL) { \
335 smb3_cleanup_fs_context_contents(new_ctx); \
342 smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx) argument
344 memcpy(new_ctx, ctx, sizeof(*ctx));
345 new_ctx->prepath = NULL;
346 new_ctx->nodename = NULL;
347 new_ctx->username = NULL;
348 new_ctx->password = NULL;
349 new_ctx
816 smb3_verify_reconfigure_ctx(struct fs_context *fc, struct smb3_fs_context *new_ctx, struct smb3_fs_context *old_ctx, bool need_recon) argument
[all...]
H A Dfs_context.h300 extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx);
/linux-master/net/mptcp/
H A Dsubflow.c1940 struct mptcp_subflow_context *new_ctx; local
1948 new_ctx = subflow_create_ctx(newsk, priority);
1949 if (!new_ctx) {
1954 new_ctx->conn_finished = 1;
1955 new_ctx->icsk_af_ops = old_ctx->icsk_af_ops;
1956 new_ctx->tcp_state_change = old_ctx->tcp_state_change;
1957 new_ctx->tcp_error_report = old_ctx->tcp_error_report;
1958 new_ctx->rel_write_seq = 1;
1959 new_ctx->tcp_sock = newsk;
1965 new_ctx
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dsyscalls.h54 struct ucontext __user *new_ctx, long ctx_size);
76 struct ucontext32 __user *new_ctx,
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.h77 struct dc_state *new_ctx,
83 struct dc_state *new_ctx,
/linux-master/security/selinux/
H A Dxfrm.c296 struct xfrm_sec_ctx *new_ctx; local
301 new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len,
303 if (!new_ctx)
306 *new_ctxp = new_ctx;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.h98 struct dc_state *new_ctx,
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2440 enum dc_status resource_add_otg_master_for_stream_output(struct dc_state *new_ctx, argument
2446 return dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream);
2569 struct dc_state *new_ctx,
2584 new_ctx,
2590 &new_ctx->res_ctx, pool,
2594 sec_pipe = &new_ctx->res_ctx.pipe_ctx[pipe_idx];
2621 struct dc_state *new_ctx,
2629 plane_state, new_ctx);
2632 otg_master_pipe, plane_state, new_ctx,
2672 * false if new_ctx i
2566 acquire_secondary_dpp_pipes_and_add_plane( struct pipe_ctx *otg_master_pipe, struct dc_plane_state *plane_state, struct dc_state *new_ctx, struct dc_state *cur_ctx, struct resource_pool *pool) argument
2620 resource_append_dpp_pipes_for_plane_composition( struct dc_state *new_ctx, struct dc_state *cur_ctx, struct resource_pool *pool, struct pipe_ctx *otg_master_pipe, struct dc_plane_state *plane_state) argument
2701 acquire_pipes_and_add_odm_slice( struct pipe_ctx *otg_master_pipe, struct dc_state *new_ctx, const struct dc_state *cur_ctx, const struct resource_pool *pool) argument
2840 acquire_dpp_pipe_and_add_mpc_slice( struct pipe_ctx *dpp_pipe, struct dc_state *new_ctx, const struct dc_state *cur_ctx, const struct resource_pool *pool) argument
2928 resource_update_pipes_for_stream_with_slice_count( struct dc_state *new_ctx, const struct dc_state *cur_ctx, const struct resource_pool *pool, const struct dc_stream_state *stream, int new_slice_count) argument
2958 resource_update_pipes_for_plane_with_slice_count( struct dc_state *new_ctx, const struct dc_state *cur_ctx, const struct resource_pool *pool, const struct dc_plane_state *plane, int new_slice_count) argument
3350 acquire_otg_master_pipe_for_stream( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, struct dc_stream_state *stream) argument
3805 dc_validate_global_state( struct dc *dc, struct dc_state *new_ctx, bool fast_validate) argument
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c22 * @new_ctx: expected new packet context
30 enum intel_pt_pkt_ctx new_ctx; member in struct:test_data
217 enum intel_pt_pkt_ctx new_ctx)
238 if (new_ctx != d->new_ctx)
240 d->new_ctx, new_ctx);
295 packet.payload != d->packet.payload || ctx != d->new_ctx)
216 fail(const struct test_data *d, struct intel_pt_pkt *packet, int len, enum intel_pt_pkt_ctx new_ctx) argument
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c658 struct ucontext __user *, new_ctx, long, ctx_size)
664 if (new_ctx &&
665 get_user(new_msr, &new_ctx->uc_mcontext.gp_regs[PT_MSR]))
696 if (new_ctx == NULL)
698 if (!access_ok(new_ctx, ctx_size) ||
699 fault_in_readable((char __user *)new_ctx, ctx_size))
714 if (__get_user_sigset(&set, &new_ctx->uc_sigmask)) {
720 if (!user_read_access_begin(new_ctx, ctx_size))
722 if (__unsafe_restore_sigcontext(current, NULL, 0, &new_ctx->uc_mcontext)) {
H A Dsignal_32.c991 struct ucontext __user *, new_ctx, int, ctx_size)
994 struct ucontext __user *, new_ctx, long, ctx_size)
1003 if (new_ctx) {
1012 if (__get_user(cmcp, &new_ctx->uc_regs))
1061 if (new_ctx == NULL)
1063 if (!access_ok(new_ctx, ctx_size) ||
1064 fault_in_readable((char __user *)new_ctx, ctx_size))
1078 if (do_setcontext(new_ctx, regs, 0)) {
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h127 const struct dc_state *new_ctx);
/linux-master/fs/xfs/
H A Dxfs_log_cil.c1135 struct xfs_cil_ctx *new_ctx; local
1146 new_ctx = xlog_cil_ctx_alloc();
1147 new_ctx->ticket = xlog_cil_ticket_alloc(log);
1243 xlog_cil_ctx_switch(cil, new_ctx);
1349 xfs_log_ticket_put(new_ctx->ticket);
1350 kfree(new_ctx);
/linux-master/arch/sparc/mm/
H A Dinit_64.c769 unsigned long new_ver, new_ctx, old_ctx; local
806 new_ctx = (old_ctx & ~CTX_VERSION_MASK) | new_ver;
807 set_bit(new_ctx & CTX_NR_MASK, mmu_context_bmap);
808 mm->context.sparc64_ctx_val = new_ctx;
825 unsigned long ctx, new_ctx; local
835 new_ctx = find_next_zero_bit(mmu_context_bmap, 1 << CTX_NR_BITS, ctx);
836 if (new_ctx >= (1 << CTX_NR_BITS)) {
837 new_ctx = find_next_zero_bit(mmu_context_bmap, ctx, 1);
838 if (new_ctx >= ctx) {
845 mmu_context_bmap[new_ctx>>
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c1104 struct dc_state *new_ctx,
1109 result = resource_map_pool_resources(dc, new_ctx, dc_stream);
1112 result = resource_map_clock_resources(dc, new_ctx, dc_stream);
1116 result = build_mapped_resource(dc, new_ctx, dc_stream);
1123 struct dc_state *new_ctx,
1130 struct resource_context *res_ctx = &new_ctx->res_ctx;
1178 new_ctx->stream_count);
1102 dce110_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) argument
1121 dce110_acquire_underlay( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head_pipe) argument
/linux-master/net/bpf/
H A Dtest_run.c133 struct xdp_buff *new_ctx, *orig_ctx; local
145 new_ctx = &head->ctx;
150 xdp_init_buff(new_ctx, TEST_XDP_FRAME_SIZE, &xdp->rxq);
151 xdp_prepare_buff(new_ctx, data, headroom, frm_len, true);
152 new_ctx->data = new_ctx->data_meta + meta_len;
154 xdp_update_frame_from_buff(new_ctx, frm);
155 frm->mem = new_ctx->rxq->mem;
157 memcpy(&head->orig_ctx, new_ctx, sizeof(head->orig_ctx));
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1073 struct dc_state *new_ctx,
1078 result = resource_map_pool_resources(dc, new_ctx, dc_stream);
1081 result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream);
1085 result = build_mapped_resource(dc, new_ctx, dc_stream);
1092 struct dc_state *new_ctx,
1096 struct resource_context *res_ctx = &new_ctx->res_ctx;
1071 dcn10_add_stream_to_ctx( struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) argument
1090 dcn10_acquire_free_pipe_for_layer( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head_pipe) argument

Completed in 287 milliseconds

12