Searched refs:newtype (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/mm/pat/ |
| H A D | memtype_interval.c | 54 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 D | exthdrs.c | 1236 int newtype, char **p) in ipv6_renew_option() argument 1240 src = (renewtype == newtype ? new : old); in ipv6_renew_option() 1271 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument 1278 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options() 1280 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options() 1282 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options() 1284 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options() 1306 newopt, newtype, &p); in ipv6_renew_options() 1309 newopt, newtype, &p); in ipv6_renew_options() 1313 newopt, newtype, &p); in ipv6_renew_options() [all …]
|
| /linux/arch/s390/kvm/ |
| H A D | dat.c | 105 int dat_set_asce_limit(struct kvm_s390_mmu_cache *mc, union asce *asce, int newtype) in dat_set_asce_limit() argument 110 while (asce->dt > newtype) { in dat_set_asce_limit() 124 while (asce->dt < newtype) { in dat_set_asce_limit()
|
| H A D | dat.h | 527 int dat_set_asce_limit(struct kvm_s390_mmu_cache *mc, union asce *asce, int newtype);
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | common.c | 4682 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument 4689 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface() 4706 vif->type = newtype; in il_mac_change_interface() 4708 il->iw_mode = newtype; in il_mac_change_interface()
|
| H A D | common.h | 1720 enum nl80211_iftype newtype, bool newp2p);
|
| /linux/include/net/ |
| H A D | ipv6.h | 436 int newtype,
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 2212 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 D | kernel-parameters.txt | 3962 memmap=<size>%<offset>-<oldtype>+<newtype> 3964 from <oldtype> to <newtype>. If "-<oldtype>" is left 3965 out, the whole region will be marked as <newtype>, 3966 even if previously unavailable. If "+<newtype>" is left
|