Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Dpat_rbtree.c123 enum page_cache_mode *newtype) in memtype_rb_check_conflict() argument
133 if (match->type != found_type && newtype == NULL) in memtype_rb_check_conflict()
154 if (newtype) in memtype_rb_check_conflict()
155 *newtype = found_type; in memtype_rb_check_conflict()
/Linux-v5.4/net/ipv6/
Dexthdrs.c1018 int newtype, char **p) in ipv6_renew_option() argument
1022 src = (renewtype == newtype ? new : old); in ipv6_renew_option()
1054 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1061 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options()
1063 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1065 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
1067 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1089 newopt, newtype, &p); in ipv6_renew_options()
1092 newopt, newtype, &p); in ipv6_renew_options()
1096 newopt, newtype, &p); in ipv6_renew_options()
[all …]
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c1403 enum nl80211_iftype newtype, bool newp2p) in iwlagn_mac_change_interface() argument
1407 enum nl80211_iftype newviftype = newtype; in iwlagn_mac_change_interface()
1413 newtype = ieee80211_iftype_p2p(newtype, newp2p); in iwlagn_mac_change_interface()
1440 if (!(interface_modes & BIT(newtype))) { in iwlagn_mac_change_interface()
1445 if (ctx->exclusive_interface_modes & BIT(newtype)) { in iwlagn_mac_change_interface()
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c1487 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument
1490 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface()
1494 newtype, vif->addr); in mac80211_hwsim_change_interface()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
Dcommon.c4715 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument
4722 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface()
4739 vif->type = newtype; in il_mac_change_interface()
4741 il->iw_mode = newtype; in il_mac_change_interface()
Dcommon.h1711 enum nl80211_iftype newtype, bool newp2p);
/Linux-v5.4/include/net/
Dipv6.h435 int newtype,
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt2541 memmap=<size>%<offset>-<oldtype>+<newtype>
2543 from <oldtype> to <newtype>. If "-<oldtype>" is left
2544 out, the whole region will be marked as <newtype>,
2545 even if previously unavailable. If "+<newtype>" is left