new_ctx 89 arch/powerpc/include/asm/asm-prototypes.h struct ucontext __user *new_ctx, new_ctx 1053 arch/powerpc/kernel/signal_32.c struct ucontext __user *, new_ctx, int, ctx_size) new_ctx 1056 arch/powerpc/kernel/signal_32.c struct ucontext __user *, new_ctx, long, ctx_size) new_ctx 1065 arch/powerpc/kernel/signal_32.c if (new_ctx) { new_ctx 1074 arch/powerpc/kernel/signal_32.c if (__get_user(cmcp, &new_ctx->uc_regs)) new_ctx 1121 arch/powerpc/kernel/signal_32.c if (new_ctx == NULL) new_ctx 1123 arch/powerpc/kernel/signal_32.c if (!access_ok(new_ctx, ctx_size) || new_ctx 1124 arch/powerpc/kernel/signal_32.c fault_in_pages_readable((u8 __user *)new_ctx, ctx_size)) new_ctx 1138 arch/powerpc/kernel/signal_32.c if (do_setcontext(new_ctx, regs, 0)) new_ctx 636 arch/powerpc/kernel/signal_64.c struct ucontext __user *, new_ctx, long, ctx_size) new_ctx 643 arch/powerpc/kernel/signal_64.c if (new_ctx && new_ctx 644 arch/powerpc/kernel/signal_64.c get_user(new_msr, &new_ctx->uc_mcontext.gp_regs[PT_MSR])) new_ctx 671 arch/powerpc/kernel/signal_64.c if (new_ctx == NULL) new_ctx 673 arch/powerpc/kernel/signal_64.c if (!access_ok(new_ctx, ctx_size) new_ctx 674 arch/powerpc/kernel/signal_64.c || __get_user(tmp, (u8 __user *) new_ctx) new_ctx 675 arch/powerpc/kernel/signal_64.c || __get_user(tmp, (u8 __user *) new_ctx + ctx_size - 1)) new_ctx 690 arch/powerpc/kernel/signal_64.c if (__copy_from_user(&set, &new_ctx->uc_sigmask, sizeof(set))) new_ctx 693 arch/powerpc/kernel/signal_64.c if (restore_sigcontext(current, NULL, 0, &new_ctx->uc_mcontext)) new_ctx 782 arch/sparc/mm/init_64.c unsigned long new_ver, new_ctx, old_ctx; new_ctx 819 arch/sparc/mm/init_64.c new_ctx = (old_ctx & ~CTX_VERSION_MASK) | new_ver; new_ctx 820 arch/sparc/mm/init_64.c set_bit(new_ctx & CTX_NR_MASK, mmu_context_bmap); new_ctx 821 arch/sparc/mm/init_64.c mm->context.sparc64_ctx_val = new_ctx; new_ctx 838 arch/sparc/mm/init_64.c unsigned long ctx, new_ctx; new_ctx 848 arch/sparc/mm/init_64.c new_ctx = find_next_zero_bit(mmu_context_bmap, 1 << CTX_NR_BITS, ctx); new_ctx 849 arch/sparc/mm/init_64.c if (new_ctx >= (1 << CTX_NR_BITS)) { new_ctx 850 arch/sparc/mm/init_64.c new_ctx = find_next_zero_bit(mmu_context_bmap, ctx, 1); new_ctx 851 arch/sparc/mm/init_64.c if (new_ctx >= ctx) { new_ctx 858 arch/sparc/mm/init_64.c mmu_context_bmap[new_ctx>>6] |= (1UL << (new_ctx & 63)); new_ctx 859 arch/sparc/mm/init_64.c new_ctx |= (tlb_context_cache & CTX_VERSION_MASK); new_ctx 860 arch/sparc/mm/init_64.c tlb_context_cache = new_ctx; new_ctx 861 arch/sparc/mm/init_64.c mm->context.sparc64_ctx_val = new_ctx | orig_pgsz_bits; new_ctx 1254 drivers/gpu/drm/amd/display/dc/core/dc.c struct dc_state *new_ctx = kvmalloc(sizeof(struct dc_state), GFP_KERNEL); new_ctx 1256 drivers/gpu/drm/amd/display/dc/core/dc.c if (!new_ctx) new_ctx 1258 drivers/gpu/drm/amd/display/dc/core/dc.c memcpy(new_ctx, src_ctx, sizeof(struct dc_state)); new_ctx 1261 drivers/gpu/drm/amd/display/dc/core/dc.c struct pipe_ctx *cur_pipe = &new_ctx->res_ctx.pipe_ctx[i]; new_ctx 1264 drivers/gpu/drm/amd/display/dc/core/dc.c cur_pipe->top_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx]; new_ctx 1267 drivers/gpu/drm/amd/display/dc/core/dc.c cur_pipe->bottom_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->bottom_pipe->pipe_idx]; new_ctx 1270 drivers/gpu/drm/amd/display/dc/core/dc.c cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx]; new_ctx 1273 drivers/gpu/drm/amd/display/dc/core/dc.c cur_pipe->next_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->next_odm_pipe->pipe_idx]; new_ctx 1277 drivers/gpu/drm/amd/display/dc/core/dc.c for (i = 0; i < new_ctx->stream_count; i++) { new_ctx 1278 drivers/gpu/drm/amd/display/dc/core/dc.c dc_stream_retain(new_ctx->streams[i]); new_ctx 1279 drivers/gpu/drm/amd/display/dc/core/dc.c for (j = 0; j < new_ctx->stream_status[i].plane_count; j++) new_ctx 1281 drivers/gpu/drm/amd/display/dc/core/dc.c new_ctx->stream_status[i].plane_states[j]); new_ctx 1284 drivers/gpu/drm/amd/display/dc/core/dc.c kref_init(&new_ctx->refcount); new_ctx 1286 drivers/gpu/drm/amd/display/dc/core/dc.c return new_ctx; new_ctx 1686 drivers/gpu/drm/amd/display/dc/core/dc_resource.c struct dc_state *new_ctx, new_ctx 1692 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (new_ctx->stream_count >= dc->res_pool->timing_generator_count) { new_ctx 1697 drivers/gpu/drm/amd/display/dc/core/dc_resource.c new_ctx->streams[new_ctx->stream_count] = stream; new_ctx 1699 drivers/gpu/drm/amd/display/dc/core/dc_resource.c new_ctx->stream_count++; new_ctx 1701 drivers/gpu/drm/amd/display/dc/core/dc_resource.c res = dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); new_ctx 1713 drivers/gpu/drm/amd/display/dc/core/dc_resource.c struct dc_state *new_ctx, new_ctx 1718 drivers/gpu/drm/amd/display/dc/core/dc_resource.c struct pipe_ctx *del_pipe = resource_get_head_pipe_for_stream(&new_ctx->res_ctx, stream); new_ctx 1731 drivers/gpu/drm/amd/display/dc/core/dc_resource.c &new_ctx->res_ctx, new_ctx 1738 drivers/gpu/drm/amd/display/dc/core/dc_resource.c &new_ctx->res_ctx, new_ctx 1743 drivers/gpu/drm/amd/display/dc/core/dc_resource.c resource_unreference_clock_source(&new_ctx->res_ctx, new_ctx 1748 drivers/gpu/drm/amd/display/dc/core/dc_resource.c dc->res_pool->funcs->remove_stream_from_ctx(dc, new_ctx, stream); new_ctx 1758 drivers/gpu/drm/amd/display/dc/core/dc_resource.c for (i = 0; i < new_ctx->stream_count; i++) new_ctx 1759 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (new_ctx->streams[i] == stream) new_ctx 1762 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (new_ctx->streams[i] != stream) { new_ctx 1767 drivers/gpu/drm/amd/display/dc/core/dc_resource.c dc_stream_release(new_ctx->streams[i]); new_ctx 1768 drivers/gpu/drm/amd/display/dc/core/dc_resource.c new_ctx->stream_count--; new_ctx 1771 drivers/gpu/drm/amd/display/dc/core/dc_resource.c for (; i < new_ctx->stream_count; i++) { new_ctx 1772 drivers/gpu/drm/amd/display/dc/core/dc_resource.c new_ctx->streams[i] = new_ctx->streams[i + 1]; new_ctx 1773 drivers/gpu/drm/amd/display/dc/core/dc_resource.c new_ctx->stream_status[i] = new_ctx->stream_status[i + 1]; new_ctx 1776 drivers/gpu/drm/amd/display/dc/core/dc_resource.c new_ctx->streams[new_ctx->stream_count] = NULL; new_ctx 1778 drivers/gpu/drm/amd/display/dc/core/dc_resource.c &new_ctx->stream_status[new_ctx->stream_count], new_ctx 1780 drivers/gpu/drm/amd/display/dc/core/dc_resource.c sizeof(new_ctx->stream_status[0])); new_ctx 2036 drivers/gpu/drm/amd/display/dc/core/dc_resource.c struct dc_state *new_ctx, new_ctx 2042 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (!new_ctx) new_ctx 2046 drivers/gpu/drm/amd/display/dc/core/dc_resource.c result = dc->res_pool->funcs->validate_global(dc, new_ctx); new_ctx 2051 drivers/gpu/drm/amd/display/dc/core/dc_resource.c for (i = 0; i < new_ctx->stream_count; i++) { new_ctx 2052 drivers/gpu/drm/amd/display/dc/core/dc_resource.c struct dc_stream_state *stream = new_ctx->streams[i]; new_ctx 2055 drivers/gpu/drm/amd/display/dc/core/dc_resource.c struct pipe_ctx *pipe_ctx = &new_ctx->res_ctx.pipe_ctx[j]; new_ctx 2073 drivers/gpu/drm/amd/display/dc/core/dc_resource.c !find_pll_sharable_stream(stream, new_ctx)) { new_ctx 2076 drivers/gpu/drm/amd/display/dc/core/dc_resource.c &new_ctx->res_ctx, new_ctx 2082 drivers/gpu/drm/amd/display/dc/core/dc_resource.c &new_ctx->res_ctx, new_ctx 2089 drivers/gpu/drm/amd/display/dc/core/dc_resource.c result = resource_build_scaling_params_for_context(dc, new_ctx); new_ctx 2092 drivers/gpu/drm/amd/display/dc/core/dc_resource.c if (!dc->res_pool->funcs->validate_bandwidth(dc, new_ctx, fast_validate)) new_ctx 886 drivers/gpu/drm/amd/display/dc/dc.h struct dc_state *new_ctx, new_ctx 303 drivers/gpu/drm/amd/display/dc/dc_stream.h struct dc_state *new_ctx, new_ctx 308 drivers/gpu/drm/amd/display/dc/dc_stream.h struct dc_state *new_ctx, new_ctx 822 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c struct dc_state *new_ctx, new_ctx 827 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c result = resource_map_pool_resources(dc, new_ctx, dc_stream); new_ctx 830 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c result = resource_map_clock_resources(dc, new_ctx, dc_stream); new_ctx 833 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c result = build_mapped_resource(dc, new_ctx, dc_stream); new_ctx 46 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.h struct dc_state *new_ctx, new_ctx 1031 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c struct dc_state *new_ctx, new_ctx 1036 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c result = resource_map_pool_resources(dc, new_ctx, dc_stream); new_ctx 1039 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c result = resource_map_clock_resources(dc, new_ctx, dc_stream); new_ctx 1043 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c result = build_mapped_resource(dc, new_ctx, dc_stream); new_ctx 939 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c struct dc_state *new_ctx, new_ctx 944 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c result = resource_map_pool_resources(dc, new_ctx, dc_stream); new_ctx 947 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); new_ctx 951 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c result = build_mapped_resource(dc, new_ctx, dc_stream); new_ctx 52 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h struct dc_state *new_ctx, new_ctx 1071 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c struct dc_state *new_ctx, new_ctx 1076 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c result = resource_map_pool_resources(dc, new_ctx, dc_stream); new_ctx 1079 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); new_ctx 1083 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c result = build_mapped_resource(dc, new_ctx, dc_stream); new_ctx 1605 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c struct dc_state *new_ctx, new_ctx 1612 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c if (new_ctx->res_ctx.pipe_ctx[i].stream == dc_stream && !new_ctx->res_ctx.pipe_ctx[i].top_pipe) { new_ctx 1613 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c pipe_ctx = &new_ctx->res_ctx.pipe_ctx[i]; new_ctx 1616 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c release_dsc(&new_ctx->res_ctx, dc->res_pool, &pipe_ctx->stream_res.dsc); new_ctx 1628 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) new_ctx 1632 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c result = resource_map_pool_resources(dc, new_ctx, dc_stream); new_ctx 1635 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream); new_ctx 1640 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c result = add_dsc_to_stream_resource(dc, new_ctx, dc_stream); new_ctx 1644 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c result = dcn20_build_mapped_resource(dc, new_ctx, dc_stream); new_ctx 1650 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream) new_ctx 1655 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c result = remove_dsc_from_stream_resource(dc, new_ctx, dc_stream); new_ctx 2253 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c static bool dcn20_validate_dsc(struct dc *dc, struct dc_state *new_ctx) new_ctx 2259 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c struct pipe_ctx *pipe_ctx = &new_ctx->res_ctx.pipe_ctx[i]; new_ctx 133 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.h enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream); new_ctx 134 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.h enum dc_status dcn20_remove_stream_from_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_state *dc_stream); new_ctx 122 drivers/gpu/drm/amd/display/dc/inc/core_types.h struct dc_state *new_ctx, new_ctx 127 drivers/gpu/drm/amd/display/dc/inc/core_types.h struct dc_state *new_ctx, new_ctx 1319 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c int new_ctx; new_ctx 1333 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c new_ctx = s5p_mfc_get_new_ctx(dev); new_ctx 1334 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c if (new_ctx < 0) { new_ctx 1343 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c ctx = dev->ctx[new_ctx]; new_ctx 1960 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c int new_ctx; new_ctx 1973 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c new_ctx = s5p_mfc_get_new_ctx(dev); new_ctx 1974 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c if (new_ctx < 0) { new_ctx 1985 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c mfc_debug(1, "New context: %d\n", new_ctx); new_ctx 1986 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c ctx = dev->ctx[new_ctx]; new_ctx 7758 drivers/net/wireless/ath/ath10k/mac.c def = &vifs[0].new_ctx->def; new_ctx 7799 drivers/net/wireless/ath/ath10k/mac.c vifs[i].new_ctx->def.chan->center_freq, new_ctx 7801 drivers/net/wireless/ath/ath10k/mac.c vifs[i].new_ctx->def.width); new_ctx 7844 drivers/net/wireless/ath/ath10k/mac.c ret = ath10k_vdev_restart(arvif, &vifs[i].new_ctx->def); new_ctx 7944 drivers/net/wireless/ath/ath10k/mac.c arg->vifs[arg->next_vif].new_ctx = ctx; new_ctx 4192 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c ret = __iwl_mvm_add_chanctx(mvm, vifs[0].new_ctx); new_ctx 4198 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].new_ctx, new_ctx 4213 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c __iwl_mvm_remove_chanctx(mvm, vifs[0].new_ctx); new_ctx 4248 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c ret = __iwl_mvm_assign_vif_chanctx(mvm, vifs[0].vif, vifs[0].new_ctx, new_ctx 4842 drivers/net/wireless/ti/wlcore/main.c struct ieee80211_chanctx_conf *new_ctx) new_ctx 4845 drivers/net/wireless/ti/wlcore/main.c new_ctx->def.chan->center_freq); new_ctx 4850 drivers/net/wireless/ti/wlcore/main.c cfg80211_get_chandef_type(&new_ctx->def)); new_ctx 4863 drivers/net/wireless/ti/wlcore/main.c wlvif->band = new_ctx->def.chan->band; new_ctx 4865 drivers/net/wireless/ti/wlcore/main.c wlvif->channel_type = cfg80211_get_chandef_type(&new_ctx->def); new_ctx 4868 drivers/net/wireless/ti/wlcore/main.c if (new_ctx->radar_enabled) { new_ctx 4901 drivers/net/wireless/ti/wlcore/main.c ret = __wlcore_switch_vif_chan(wl, wlvif, vifs[i].new_ctx); new_ctx 649 fs/xfs/xfs_log_cil.c struct xfs_cil_ctx *new_ctx; new_ctx 663 fs/xfs/xfs_log_cil.c new_ctx = kmem_zalloc(sizeof(*new_ctx), KM_NOFS); new_ctx 664 fs/xfs/xfs_log_cil.c new_ctx->ticket = xlog_cil_ticket_alloc(log); new_ctx 747 fs/xfs/xfs_log_cil.c INIT_LIST_HEAD(&new_ctx->committing); new_ctx 748 fs/xfs/xfs_log_cil.c INIT_LIST_HEAD(&new_ctx->busy_extents); new_ctx 749 fs/xfs/xfs_log_cil.c new_ctx->sequence = ctx->sequence + 1; new_ctx 750 fs/xfs/xfs_log_cil.c new_ctx->cil = cil; new_ctx 751 fs/xfs/xfs_log_cil.c cil->xc_ctx = new_ctx; new_ctx 779 fs/xfs/xfs_log_cil.c cil->xc_current_sequence = new_ctx->sequence; new_ctx 816 fs/xfs/xfs_log_cil.c list_for_each_entry(new_ctx, &cil->xc_committing, committing) { new_ctx 831 fs/xfs/xfs_log_cil.c if (new_ctx->sequence >= ctx->sequence) new_ctx 833 fs/xfs/xfs_log_cil.c if (!new_ctx->commit_lsn) { new_ctx 874 fs/xfs/xfs_log_cil.c xfs_log_ticket_put(new_ctx->ticket); new_ctx 875 fs/xfs/xfs_log_cil.c kmem_free(new_ctx); new_ctx 1774 include/linux/lsm_hooks.h struct xfrm_sec_ctx **new_ctx); new_ctx 270 include/net/mac80211.h struct ieee80211_chanctx_conf *new_ctx; new_ctx 641 net/mac80211/chan.c struct ieee80211_chanctx *new_ctx) new_ctx 662 net/mac80211/chan.c if (new_ctx) { new_ctx 663 net/mac80211/chan.c ret = drv_assign_vif_chanctx(local, sdata, new_ctx); new_ctx 667 net/mac80211/chan.c conf = &new_ctx->conf; new_ctx 669 net/mac80211/chan.c &new_ctx->assigned_vifs); new_ctx 684 net/mac80211/chan.c if (new_ctx && ieee80211_chanctx_num_assigned(local, new_ctx) > 0) { new_ctx 686 net/mac80211/chan.c ieee80211_recalc_chanctx_min_def(local, new_ctx); new_ctx 874 net/mac80211/chan.c struct ieee80211_chanctx *new_ctx, *curr_ctx, *ctx; new_ctx 882 net/mac80211/chan.c new_ctx = ieee80211_find_reservation_chanctx(local, chandef, mode); new_ctx 883 net/mac80211/chan.c if (!new_ctx) { new_ctx 885 net/mac80211/chan.c new_ctx = ieee80211_new_chanctx(local, chandef, mode); new_ctx 886 net/mac80211/chan.c if (IS_ERR(new_ctx)) new_ctx 887 net/mac80211/chan.c return PTR_ERR(new_ctx); new_ctx 939 net/mac80211/chan.c new_ctx = ieee80211_alloc_chanctx(local, chandef, mode); new_ctx 940 net/mac80211/chan.c if (!new_ctx) new_ctx 943 net/mac80211/chan.c new_ctx->replace_ctx = curr_ctx; new_ctx 944 net/mac80211/chan.c new_ctx->replace_state = new_ctx 947 net/mac80211/chan.c curr_ctx->replace_ctx = new_ctx; new_ctx 951 net/mac80211/chan.c list_add_rcu(&new_ctx->list, &local->chanctx_list); new_ctx 955 net/mac80211/chan.c list_add(&sdata->reserved_chanctx_list, &new_ctx->reserved_vifs); new_ctx 956 net/mac80211/chan.c sdata->reserved_chanctx = new_ctx; new_ctx 1013 net/mac80211/chan.c struct ieee80211_chanctx *old_ctx, *new_ctx; new_ctx 1021 net/mac80211/chan.c new_ctx = sdata->reserved_chanctx; new_ctx 1027 net/mac80211/chan.c if (WARN_ON(!new_ctx)) new_ctx 1033 net/mac80211/chan.c if (WARN_ON(new_ctx->replace_state == new_ctx 1037 net/mac80211/chan.c chandef = ieee80211_chanctx_non_reserved_chandef(local, new_ctx, new_ctx 1042 net/mac80211/chan.c ieee80211_change_chanctx(local, new_ctx, chandef); new_ctx 1046 net/mac80211/chan.c vif_chsw[0].new_ctx = &new_ctx->conf; new_ctx 1054 net/mac80211/chan.c if (ieee80211_chanctx_refcount(local, new_ctx) == 0) new_ctx 1055 net/mac80211/chan.c ieee80211_free_chanctx(local, new_ctx); new_ctx 1060 net/mac80211/chan.c list_move(&sdata->assigned_chanctx_list, &new_ctx->assigned_vifs); new_ctx 1061 net/mac80211/chan.c rcu_assign_pointer(sdata->vif.chanctx_conf, &new_ctx->conf); new_ctx 1076 net/mac80211/chan.c ieee80211_recalc_smps_chanctx(local, new_ctx); new_ctx 1077 net/mac80211/chan.c ieee80211_recalc_radar_chanctx(local, new_ctx); new_ctx 1078 net/mac80211/chan.c ieee80211_recalc_chanctx_min_def(local, new_ctx); new_ctx 1092 net/mac80211/chan.c struct ieee80211_chanctx *old_ctx, *new_ctx; new_ctx 1097 net/mac80211/chan.c new_ctx = sdata->reserved_chanctx; new_ctx 1105 net/mac80211/chan.c if (WARN_ON(!new_ctx)) new_ctx 1108 net/mac80211/chan.c if (WARN_ON(new_ctx->replace_state == new_ctx 1112 net/mac80211/chan.c chandef = ieee80211_chanctx_non_reserved_chandef(local, new_ctx, new_ctx 1117 net/mac80211/chan.c ieee80211_change_chanctx(local, new_ctx, chandef); new_ctx 1122 net/mac80211/chan.c err = ieee80211_assign_vif_chanctx(sdata, new_ctx); new_ctx 1124 net/mac80211/chan.c if (ieee80211_chanctx_refcount(local, new_ctx) == 0) new_ctx 1125 net/mac80211/chan.c ieee80211_free_chanctx(local, new_ctx); new_ctx 1138 net/mac80211/chan.c struct ieee80211_chanctx *old_ctx, *new_ctx; new_ctx 1142 net/mac80211/chan.c new_ctx = sdata->reserved_chanctx; new_ctx 1148 net/mac80211/chan.c if (WARN_ON(!new_ctx)) new_ctx 1154 net/mac80211/chan.c if (new_ctx->replace_state != IEEE80211_CHANCTX_REPLACES_OTHER) new_ctx 1161 net/mac80211/chan.c struct ieee80211_chanctx *new_ctx) new_ctx 1168 net/mac80211/chan.c chandef = ieee80211_chanctx_reserved_chandef(local, new_ctx, NULL); new_ctx 1172 net/mac80211/chan.c local->hw.conf.radar_enabled = new_ctx->conf.radar_enabled; new_ctx 1213 net/mac80211/chan.c vif_chsw[i].new_ctx = &ctx->conf; new_ctx 1270 net/mac80211/chan.c struct ieee80211_chanctx *new_ctx = NULL; new_ctx 1303 net/mac80211/chan.c new_ctx = ctx; new_ctx 1360 net/mac80211/chan.c WARN_ON(!new_ctx && !local->use_chanctx)) { new_ctx 1383 net/mac80211/chan.c err = ieee80211_chsw_switch_hwconf(local, new_ctx); new_ctx 1618 net/mac80211/chan.c struct ieee80211_chanctx *new_ctx; new_ctx 1625 net/mac80211/chan.c new_ctx = sdata->reserved_chanctx; new_ctx 1628 net/mac80211/chan.c if (WARN_ON(!new_ctx)) new_ctx 1631 net/mac80211/chan.c if (WARN_ON(new_ctx->replace_state == new_ctx 1640 net/mac80211/chan.c if (new_ctx->replace_state == IEEE80211_CHANCTX_REPLACE_NONE) { new_ctx 1663 net/mac80211/chan.c new_ctx->replace_state == IEEE80211_CHANCTX_REPLACES_OTHER) { new_ctx 1666 net/mac80211/chan.c if (new_ctx->replace_state == new_ctx 283 net/mac80211/driver-ops.c struct ieee80211_chanctx *new_ctx = new_ctx 284 net/mac80211/driver-ops.c container_of(vifs[i].new_ctx, new_ctx 294 net/mac80211/driver-ops.c new_ctx->driver_present) || new_ctx 296 net/mac80211/driver-ops.c !new_ctx->driver_present)); new_ctx 306 net/mac80211/driver-ops.c struct ieee80211_chanctx *new_ctx = new_ctx 307 net/mac80211/driver-ops.c container_of(vifs[i].new_ctx, new_ctx 315 net/mac80211/driver-ops.c new_ctx->driver_present = true; new_ctx 1607 net/mac80211/trace.h new_ctx->def.chan->center_freq); new_ctx 1609 net/mac80211/trace.h new_ctx->def.width); new_ctx 1611 net/mac80211/trace.h new_ctx->def.center_freq1); new_ctx 1613 net/mac80211/trace.h new_ctx->def.center_freq2); new_ctx 298 security/selinux/xfrm.c struct xfrm_sec_ctx *new_ctx; new_ctx 303 security/selinux/xfrm.c new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len, new_ctx 305 security/selinux/xfrm.c if (!new_ctx) new_ctx 308 security/selinux/xfrm.c *new_ctxp = new_ctx; new_ctx 25 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c enum intel_pt_pkt_ctx new_ctx; new_ctx 201 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c enum intel_pt_pkt_ctx new_ctx) new_ctx 222 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c if (new_ctx != d->new_ctx) new_ctx 224 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c d->new_ctx, new_ctx); new_ctx 279 tools/perf/arch/x86/tests/intel-pt-pkt-decoder-test.c packet.payload != d->packet.payload || ctx != d->new_ctx)