new_type           18 arch/x86/include/asm/e820/api.h extern u64  e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type);
new_type          448 arch/x86/kernel/e820.c __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type)
new_type          454 arch/x86/kernel/e820.c 	BUG_ON(old_type == new_type);
new_type          463 arch/x86/kernel/e820.c 	e820_print_type(new_type);
new_type          478 arch/x86/kernel/e820.c 			entry->type = new_type;
new_type          485 arch/x86/kernel/e820.c 			__e820__range_add(table, start, size, new_type);
new_type          498 arch/x86/kernel/e820.c 		__e820__range_add(table, final_start, final_end - final_start, new_type);
new_type          515 arch/x86/kernel/e820.c u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type)
new_type          517 arch/x86/kernel/e820.c 	return __e820__range_update(e820_table, start, size, old_type, new_type);
new_type          520 arch/x86/kernel/e820.c static u64 __init e820__range_update_kexec(u64 start, u64 size, enum e820_type old_type, enum e820_type  new_type)
new_type          522 arch/x86/kernel/e820.c 	return __e820__range_update(e820_table_kexec, start, size, old_type, new_type);
new_type         2007 arch/x86/mm/pageattr.c 		enum page_cache_mode new_type)
new_type         2021 arch/x86/mm/pageattr.c 		if (reserve_memtype(start, end, new_type, NULL))
new_type         2026 arch/x86/mm/pageattr.c 	set_type = (new_type == _PAGE_CACHE_MODE_WC) ?
new_type         2027 arch/x86/mm/pageattr.c 				_PAGE_CACHE_MODE_UC_MINUS : new_type;
new_type         2031 arch/x86/mm/pageattr.c 	if (!ret && new_type == _PAGE_CACHE_MODE_WC)
new_type          462 arch/x86/mm/pat.c 				  enum page_cache_mode *new_type)
new_type          468 arch/x86/mm/pat.c 		if (new_type)
new_type          469 arch/x86/mm/pat.c 			*new_type = _PAGE_CACHE_MODE_UC_MINUS;
new_type          487 arch/x86/mm/pat.c 			if (new_type)
new_type          488 arch/x86/mm/pat.c 				*new_type = type;
new_type          494 arch/x86/mm/pat.c 	if (new_type)
new_type          495 arch/x86/mm/pat.c 		*new_type = req_type;
new_type          546 arch/x86/mm/pat.c 		    enum page_cache_mode *new_type)
new_type          563 arch/x86/mm/pat.c 		if (new_type)
new_type          564 arch/x86/mm/pat.c 			*new_type = req_type;
new_type          570 arch/x86/mm/pat.c 		if (new_type)
new_type          571 arch/x86/mm/pat.c 			*new_type = _PAGE_CACHE_MODE_WB;
new_type          583 arch/x86/mm/pat.c 	if (new_type)
new_type          584 arch/x86/mm/pat.c 		*new_type = actual_type;
new_type          589 arch/x86/mm/pat.c 		err = reserve_ram_pages_type(start, end, req_type, new_type);
new_type          606 arch/x86/mm/pat.c 	err = rbt_memtype_check_insert(new, new_type);
new_type          621 arch/x86/mm/pat.c 		new_type ? cattr_name(*new_type) : "-");
new_type          740 arch/x86/mm/pat.c 	enum page_cache_mode new_type;
new_type          745 arch/x86/mm/pat.c 	ret = reserve_memtype(start, end, req_type, &new_type);
new_type          749 arch/x86/mm/pat.c 	if (!is_new_memtype_allowed(start, size, req_type, new_type))
new_type          752 arch/x86/mm/pat.c 	if (kernel_map_sync_memtype(start, size, new_type) < 0)
new_type          755 arch/x86/mm/pat.c 	*type = new_type;
new_type           33 arch/x86/mm/pat_internal.h 					enum page_cache_mode *new_type);
new_type           39 arch/x86/mm/pat_internal.h 					enum page_cache_mode *new_type)
new_type          132 crypto/algapi.c 	u32 new_type = (nalg ?: alg)->cra_flags;
new_type          141 crypto/algapi.c 		if ((spawn->alg->cra_flags ^ new_type) & spawn->mask)
new_type          149 drivers/gpio/gpio-tqmx86.c 	u8 new_type, gpiic;
new_type          153 drivers/gpio/gpio-tqmx86.c 		new_type = TQMX86_GPII_RISING;
new_type          156 drivers/gpio/gpio-tqmx86.c 		new_type = TQMX86_GPII_FALLING;
new_type          159 drivers/gpio/gpio-tqmx86.c 		new_type = TQMX86_GPII_FALLING | TQMX86_GPII_RISING;
new_type          165 drivers/gpio/gpio-tqmx86.c 	gpio->irq_type[offset] = new_type;
new_type          170 drivers/gpio/gpio-tqmx86.c 	gpiic |= new_type << (offset * TQMX86_GPII_BITS);
new_type         1009 drivers/media/tuners/tuner-xc2028.c 			    enum v4l2_tuner_type new_type,
new_type         1035 drivers/media/tuners/tuner-xc2028.c 	switch (new_type) {
new_type         1110 drivers/media/tuners/tuner-xc2028.c 		tuner_err("Unsupported tuner type %d.\n", new_type);
new_type          259 drivers/net/ethernet/mellanox/mlxsw/core.h 			     enum devlink_port_type new_type);
new_type         1374 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 				  enum devlink_port_type new_type)
new_type         1386 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	if (new_type == DEVLINK_PORT_TYPE_AUTO)
new_type         1395 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	if (new_type == DEVLINK_PORT_TYPE_ETH)
new_type         1398 drivers/net/ethernet/mellanox/mlxsw/switchx2.c 	else if (new_type == DEVLINK_PORT_TYPE_IB)
new_type          169 drivers/net/wan/lmc/lmc_main.c 	    u16	new_type;
new_type          176 drivers/net/wan/lmc/lmc_main.c 	    if (copy_from_user(&new_type, ifr->ifr_data, sizeof(u16))) {
new_type          182 drivers/net/wan/lmc/lmc_main.c 	    if (new_type == old_type)
new_type          191 drivers/net/wan/lmc/lmc_main.c             sc->if_type = new_type;
new_type          196 drivers/net/wan/pc300too.c 	int new_type;
new_type          223 drivers/net/wan/pc300too.c 		new_type = IF_IFACE_X21;
new_type          228 drivers/net/wan/pc300too.c 		new_type = IF_IFACE_V35;
new_type          232 drivers/net/wan/pc300too.c 		new_type = IF_IFACE_V24;
new_type          253 drivers/net/wan/pc300too.c 	port->iface = new_type;
new_type         1296 drivers/net/wireless/ath/ath9k/main.c 				  enum nl80211_iftype new_type,
new_type         1315 drivers/net/wireless/ath/ath9k/main.c 	vif->type = new_type;
new_type          613 drivers/net/wireless/ath/wil6210/cfg80211.c 					   enum nl80211_iftype new_type)
new_type          627 drivers/net/wireless/ath/wil6210/cfg80211.c 	params.iftype_num[new_type]++;
new_type          633 drivers/net/wireless/ath/wil6210/cfg80211.c 					      enum nl80211_iftype new_type)
new_type          653 drivers/net/wireless/ath/wil6210/cfg80211.c 		params.iftype_num[new_type]++;
new_type          412 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 				     enum nl80211_iftype new_type)
new_type          423 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 			params.iftype_num[new_type]++;
new_type          437 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 				  enum nl80211_iftype new_type)
new_type          447 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	params.iftype_num[new_type]++;
new_type           75 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 				 enum nl80211_iftype new_type)
new_type           96 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		params.iftype_num[new_type]++;
new_type           99 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c 		params.iftype_num[new_type]++;
new_type          353 drivers/net/wireless/realtek/rtlwifi/core.c 				   enum nl80211_iftype new_type, bool p2p)
new_type          360 drivers/net/wireless/realtek/rtlwifi/core.c 	vif->type = new_type;
new_type          307 drivers/net/wireless/st/cw1200/sta.c 			    enum nl80211_iftype new_type,
new_type          311 drivers/net/wireless/st/cw1200/sta.c 	pr_debug("change_interface new: %d (%d), old: %d (%d)\n", new_type,
new_type          314 drivers/net/wireless/st/cw1200/sta.c 	if (new_type != vif->type || vif->p2p != p2p) {
new_type          316 drivers/net/wireless/st/cw1200/sta.c 		vif->type = new_type;
new_type           23 drivers/net/wireless/st/cw1200/sta.h 			    enum nl80211_iftype new_type,
new_type         2827 drivers/net/wireless/ti/wlcore/main.c 				      enum nl80211_iftype new_type, bool p2p)
new_type         2835 drivers/net/wireless/ti/wlcore/main.c 	vif->type = new_type;
new_type          446 drivers/pinctrl/sh-pfc/pinctrl.c 	int new_type = input ? PINMUX_TYPE_INPUT : PINMUX_TYPE_OUTPUT;
new_type          464 drivers/pinctrl/sh-pfc/pinctrl.c 	ret = sh_pfc_config_mux(pfc, pin->enum_id, new_type);
new_type         1936 fs/gfs2/dir.c  		   const struct gfs2_inode *nip, unsigned int new_type)
new_type         1951 fs/gfs2/dir.c  	dent->de_type = cpu_to_be16(new_type);
new_type           42 fs/gfs2/dir.h  			  const struct gfs2_inode *nip, unsigned int new_type);
new_type         4518 fs/namei.c     	int old_type, new_type;
new_type         4548 fs/namei.c     				&new_path, &new_last, &new_type);
new_type         4564 fs/namei.c     	if (new_type != LAST_NORM)
new_type         3771 include/net/mac80211.h 				enum nl80211_iftype new_type, bool p2p);
new_type          335 kernel/events/hw_breakpoint.c static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type)
new_type          341 kernel/events/hw_breakpoint.c 	err = __reserve_bp_slot(bp, new_type);
new_type          357 kernel/events/hw_breakpoint.c static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type)
new_type          362 kernel/events/hw_breakpoint.c 	ret = __modify_bp_slot(bp, old_type, new_type);
new_type          318 net/mac80211/trace.h 		__field(u32, new_type)
new_type          325 net/mac80211/trace.h 		__entry->new_type = type;
new_type          331 net/mac80211/trace.h 		LOCAL_PR_ARG, VIF_PR_ARG, __entry->new_type,
new_type         1493 tools/lib/traceevent/event-parse.c 					char *new_type;
new_type         1494 tools/lib/traceevent/event-parse.c 					new_type = realloc(field->type,
new_type         1497 tools/lib/traceevent/event-parse.c 					if (!new_type) {
new_type         1501 tools/lib/traceevent/event-parse.c 					field->type = new_type;
new_type         1585 tools/lib/traceevent/event-parse.c 				char *new_type;
new_type         1586 tools/lib/traceevent/event-parse.c 				new_type = realloc(field->type,
new_type         1590 tools/lib/traceevent/event-parse.c 				if (!new_type) {
new_type         1594 tools/lib/traceevent/event-parse.c 				field->type = new_type;
new_type         1603 tools/lib/traceevent/event-parse.c 				char *new_type;
new_type         1604 tools/lib/traceevent/event-parse.c 				new_type = realloc(field->type,
new_type         1607 tools/lib/traceevent/event-parse.c 				if (!new_type) {
new_type         1611 tools/lib/traceevent/event-parse.c 				field->type = new_type;