Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c54 enum page_cache_mode *newtype) in memtype_check_conflict() argument
63 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
77 if (newtype) in memtype_check_conflict()
78 *newtype = found_type; in memtype_check_conflict()
/linux/net/ipv6/
H A Dexthdrs.c1226 int newtype, char **p) in ipv6_renew_option() argument
1230 src = (renewtype == newtype ? new : old); in ipv6_renew_option()
1261 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument
1268 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options()
1270 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1272 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
1274 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1296 newopt, newtype, &p); in ipv6_renew_options()
1299 newopt, newtype, &p); in ipv6_renew_options()
1303 newopt, newtype, &p); in ipv6_renew_options()
[all …]
/linux/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/include/net/
H A Dipv6.h449 int newtype,
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2212 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument
2215 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface()
2219 newtype, vif->addr); in mac80211_hwsim_change_interface()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3849 memmap=<size>%<offset>-<oldtype>+<newtype>
3851 from <oldtype> to <newtype>. If "-<oldtype>" is left
3852 out, the whole region will be marked as <newtype>,
3853 even if previously unavailable. If "+<newtype>" is left