Searched refs:newtype (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/x86/mm/pat/ |
A D | memtype_interval.c | 80 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.3-rc2/net/ipv6/ |
A D | exthdrs.c | 1259 int newtype, char **p) in ipv6_renew_option() argument 1263 src = (renewtype == newtype ? new : old); in ipv6_renew_option() 1294 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument 1301 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options() 1303 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options() 1305 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options() 1307 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options() 1329 newopt, newtype, &p); in ipv6_renew_options() 1332 newopt, newtype, &p); in ipv6_renew_options() 1336 newopt, newtype, &p); in ipv6_renew_options() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | mac80211.c | 1400 enum nl80211_iftype newtype, bool newp2p) in iwlagn_mac_change_interface() argument 1404 enum nl80211_iftype newviftype = newtype; in iwlagn_mac_change_interface() 1410 newtype = ieee80211_iftype_p2p(newtype, newp2p); in iwlagn_mac_change_interface() 1437 if (!(interface_modes & BIT(newtype))) { in iwlagn_mac_change_interface() 1442 if (ctx->exclusive_interface_modes & BIT(newtype)) { in iwlagn_mac_change_interface()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/ |
A D | common.c | 4707 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument 4714 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface() 4731 vif->type = newtype; in il_mac_change_interface() 4733 il->iw_mode = newtype; in il_mac_change_interface()
|
A D | common.h | 1709 enum nl80211_iftype newtype, bool newp2p);
|
/linux-6.3-rc2/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 2001 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument 2004 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface() 2008 newtype, vif->addr); in mac80211_hwsim_change_interface()
|
/linux-6.3-rc2/include/net/ |
A D | ipv6.h | 453 int newtype,
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 3109 memmap=<size>%<offset>-<oldtype>+<newtype> 3111 from <oldtype> to <newtype>. If "-<oldtype>" is left 3112 out, the whole region will be marked as <newtype>, 3113 even if previously unavailable. If "+<newtype>" is left
|
Completed in 54 milliseconds