Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/x86/mm/pat/
H A Dmemtype_interval.c80 enum page_cache_mode *newtype) in memtype_check_conflict() argument
89 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
103 if (newtype) in memtype_check_conflict()
104 *newtype = found_type; in memtype_check_conflict()
/linux-6.15/net/ipv6/
H A Dexthdrs.c1228 int newtype, char **p) in ipv6_renew_option() argument
1232 src = (renewtype == newtype ? new : old); in ipv6_renew_option()
1263 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1270 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options()
1272 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1274 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
1276 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1298 newopt, newtype, &p); in ipv6_renew_options()
1301 newopt, newtype, &p); in ipv6_renew_options()
1305 newopt, newtype, &p); in ipv6_renew_options()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1396 enum nl80211_iftype newtype, bool newp2p) in iwlagn_mac_change_interface() argument
1400 enum nl80211_iftype newviftype = newtype; in iwlagn_mac_change_interface()
1406 newtype = ieee80211_iftype_p2p(newtype, newp2p); in iwlagn_mac_change_interface()
1433 if (!(interface_modes & BIT(newtype))) { in iwlagn_mac_change_interface()
1438 if (ctx->exclusive_interface_modes & BIT(newtype)) { in iwlagn_mac_change_interface()
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4688 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument
4695 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface()
4712 vif->type = newtype; in il_mac_change_interface()
4714 il->iw_mode = newtype; in il_mac_change_interface()
H A Dcommon.h1720 enum nl80211_iftype newtype, bool newp2p);
/linux-6.15/include/net/
H A Dipv6.h449 int newtype,
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2165 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument
2168 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface()
2172 newtype, vif->addr); in mac80211_hwsim_change_interface()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt3589 memmap=<size>%<offset>-<oldtype>+<newtype>
3591 from <oldtype> to <newtype>. If "-<oldtype>" is left
3592 out, the whole region will be marked as <newtype>,
3593 even if previously unavailable. If "+<newtype>" is left