| /linux/arch/x86/mm/pat/ |
| H A D | memtype.c | 438 enum page_cache_mode *new_type) in reserve_ram_pages_type() argument 444 if (new_type) in reserve_ram_pages_type() 445 *new_type = _PAGE_CACHE_MODE_UC_MINUS; in reserve_ram_pages_type() 463 if (new_type) in reserve_ram_pages_type() 464 *new_type = type; in reserve_ram_pages_type() 470 if (new_type) in reserve_ram_pages_type() 471 *new_type = req_type; in reserve_ram_pages_type() 522 enum page_cache_mode *new_type) in memtype_reserve() argument 544 if (new_type) in memtype_reserve() 545 *new_type = req_type; in memtype_reserve() [all …]
|
| H A D | memtype.h | 33 enum page_cache_mode *new_type); 39 enum page_cache_mode *new_type) in memtype_check_insert() argument
|
| /linux/security/safesetid/ |
| H A D | lsm.c | 67 static enum sid_policy_type setid_policy_lookup(kid_t src, kid_t dst, enum setid_type new_type) in setid_policy_lookup() argument 73 if (new_type == UID) in setid_policy_lookup() 75 else if (new_type == GID) in setid_policy_lookup() 84 pol->type = new_type; in setid_policy_lookup() 148 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred() argument 153 if (new_type == UID) { in id_permitted_for_cred() 157 } else if (new_type == GID){ in id_permitted_for_cred() 169 setid_policy_lookup((kid_t){.uid = old->uid}, new_id, new_type) != SIDPOL_CONSTRAINED; in id_permitted_for_cred() 172 if (new_type == UID) { in id_permitted_for_cred() 176 } else if (new_type == GID) { in id_permitted_for_cred()
|
| /linux/tools/perf/util/ |
| H A D | branch.c | 25 st->new_counts[flags->new_type]++; in branch_type_count() 42 const char *branch_new_type_name(int new_type) in branch_new_type_name() argument 68 if (new_type >= 0 && new_type < PERF_BR_NEW_MAX) in branch_new_type_name() 69 return branch_new_names[new_type]; in branch_new_type_name() 107 return branch_new_type_name(e->flags.new_type); in get_branch_type()
|
| H A D | branch.h | 26 u64 new_type:4; member 92 const char *branch_new_type_name(int new_type);
|
| H A D | parse-events.c | 1200 enum evsel_term_type new_type; in get_config_terms() 1206 new_type = EVSEL__CONFIG_TERM_PERIOD; in get_config_terms() 1210 new_type = EVSEL__CONFIG_TERM_FREQ; in get_config_terms() 1214 new_type = EVSEL__CONFIG_TERM_TIME; in get_config_terms() 1218 new_type = EVSEL__CONFIG_TERM_CALLGRAPH; in get_config_terms() 1222 new_type = EVSEL__CONFIG_TERM_BRANCH; in get_config_terms() 1226 new_type = EVSEL__CONFIG_TERM_STACK_USER; in get_config_terms() 1230 new_type = EVSEL__CONFIG_TERM_INHERIT; in get_config_terms() 1234 new_type = EVSEL__CONFIG_TERM_INHERIT; in get_config_terms() 1238 new_type in get_config_terms() 1197 enum evsel_term_type new_type; get_config_terms() local [all...] |
| /linux/arch/x86/kernel/ |
| H A D | e820.c | 476 …te(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in __e820__range_update() argument 482 BUG_ON(old_type == new_type); in __e820__range_update() 491 e820_print_type(new_type); in __e820__range_update() 506 entry->type = new_type; in __e820__range_update() 513 __e820__range_add(table, start, size, new_type); in __e820__range_update() 526 __e820__range_add(table, final_start, final_end - final_start, new_type); in __e820__range_update() 543 __init u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument 545 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update() 549 enum e820_type old_type, enum e820_type new_type) in e820__range_update_table() argument 551 return __e820__range_update(t, start, size, old_type, new_type); in e820__range_update_table()
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_ast.py | 431 new_type = self.declaration 432 if isinstance(new_type.spec, _XdrDefinedType): 433 if new_type.spec.type_name in pass_by_reference: 434 pass_by_reference.add(new_type.name) 435 max_widths[new_type.name] = self.max_width() 436 symbolic_widths[new_type.name] = self.symbolic_width() 708 new_type = children[0] 710 return _XdrTypedef(new_type)
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 626 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument 632 err = __reserve_bp_slot(bp, new_type); in __modify_bp_slot() 648 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument 651 int ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
|
| /linux/fs/gfs2/ |
| H A D | dir.h | 42 const struct gfs2_inode *nip, unsigned int new_type);
|
| /linux/kernel/trace/ |
| H A D | simple_ring_buffer.c | 38 enum simple_rb_link_type new_type) in simple_bpage_unset_head_link() argument 42 unsigned long new = (unsigned long)(&dst->link) | new_type; in simple_bpage_unset_head_link()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | sta.h | 23 enum nl80211_iftype new_type,
|
| H A D | sta.c | 307 enum nl80211_iftype new_type, in cw1200_change_interface() argument 311 pr_debug("change_interface new: %d (%d), old: %d (%d)\n", new_type, in cw1200_change_interface() 314 if (new_type != vif->type || vif->p2p != p2p) { in cw1200_change_interface() 316 vif->type = new_type; in cw1200_change_interface()
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 2225 my $new_type = pop(@av_paren_type); 2226 if ($new_type ne '_') { 2227 $type = $new_type; 4763 my $new_type = $type; 4764 $new_type =~ s/\b\s*int\s*\b/ /; 4765 $new_type =~ s/\b\s*(?:un)?signed\b\s*/ /; 4766 $new_type =~ s/^const\s+//; 4767 $new_type = "unsigned $new_type" if ($type =~ /\bunsigned\b/); 4768 $new_type [all...] |
| /linux/drivers/perf/ |
| H A D | arm_brbe.c | 574 entry->new_type = br_type[1]; in brbe_set_perf_entry_type() 759 return test_bit(PERF_BR_MAX + entry->new_type, event_type_mask); in filter_branch_type()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 76 enum nl80211_iftype new_type) in qtnf_validate_iface_combinations() argument 97 params.iftype_num[new_type]++; in qtnf_validate_iface_combinations() 100 params.iftype_num[new_type]++; in qtnf_validate_iface_combinations() 114 vif != change_vif && new_type == NL80211_IFTYPE_STATION) { in qtnf_validate_iface_combinations()
|
| /linux/drivers/media/tuners/ |
| H A D | xc2028.c | 1009 enum v4l2_tuner_type new_type, in generic_set_freq() argument 1035 switch (new_type) { in generic_set_freq() 1110 tuner_err("Unsupported tuner type %d.\n", new_type); in generic_set_freq()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1501 new_type : 4, /* additional branch type */ member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 1501 new_type : 4, /* additional branch type */ member
|
| /linux/net/smc/ |
| H A D | smc_core.c | 1702 void smcr_lgr_set_type(struct smc_link_group *lgr, enum smc_lgr_type new_type) in smcr_lgr_set_type() argument 1710 if (lgr->type == new_type) in smcr_lgr_set_type() 1712 lgr->type = new_type; in smcr_lgr_set_type() 1738 enum smc_lgr_type new_type, int asym_lnk_idx) in smcr_lgr_set_type_asym() argument 1740 smcr_lgr_set_type(lgr, new_type); in smcr_lgr_set_type_asym()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | qos.c | 1203 enum sched_node_type new_type, in esw_qos_vport_tc_check_type() argument 1207 new_type == SCHED_NODE_TYPE_RATE_LIMITER) { in esw_qos_vport_tc_check_type() 1214 new_type == SCHED_NODE_TYPE_TC_ARBITER_TSAR) { in esw_qos_vport_tc_check_type()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 625 enum nl80211_iftype new_type) in wil_cfg80211_validate_add_iface() argument 639 params.iftype_num[new_type]++; in wil_cfg80211_validate_add_iface() 645 enum nl80211_iftype new_type) in wil_cfg80211_validate_change_iface() argument 665 params.iftype_num[new_type]++; in wil_cfg80211_validate_change_iface()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 344 enum nl80211_iftype new_type, bool p2p) in rtl_op_change_interface() argument 351 vif->type = new_type; in rtl_op_change_interface()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mac80211.c | 785 enum nl80211_iftype new_type, bool p2p) in iwl_mld_mac80211_change_interface() argument 794 vif->type = new_type; in iwl_mld_mac80211_change_interface()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | main.c | 1380 enum nl80211_iftype new_type, in ath9k_change_interface() argument 1399 vif->type = new_type; in ath9k_change_interface()
|