/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 89 const char *branch_new_type_name(int new_type);
|
/linux/arch/x86/mm/pat/ |
H A D | memtype.h | 33 enum page_cache_mode *new_type); 39 enum page_cache_mode *new_type) in memtype_check_insert() argument
|
H A D | set_memory.c | 2505 enum page_cache_mode new_type) in _set_pages_array() argument 2519 if (memtype_reserve(start, end, new_type, NULL)) in _set_pages_array() 2524 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array() 2525 _PAGE_CACHE_MODE_UC_MINUS : new_type; in _set_pages_array() 2529 if (!ret && new_type == _PAGE_CACHE_MODE_WC) in _set_pages_array()
|
/linux/drivers/gpio/ |
H A D | gpio-tqmx86.c | 200 u8 new_type; in tqmx86_gpio_irq_set_type() local 204 new_type = TQMX86_INT_TRIG_RISING; in tqmx86_gpio_irq_set_type() 207 new_type = TQMX86_INT_TRIG_FALLING; in tqmx86_gpio_irq_set_type() 210 new_type = TQMX86_INT_TRIG_BOTH; in tqmx86_gpio_irq_set_type() 219 gpio->irq_type[data->hwirq] |= new_type; in tqmx86_gpio_irq_set_type()
|
/linux/arch/x86/kernel/ |
H A D | e820.c | 462 …te(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in __e820__range_update() argument 468 BUG_ON(old_type == new_type); in __e820__range_update() 477 e820_print_type(new_type); in __e820__range_update() 492 entry->type = new_type; in __e820__range_update() 499 __e820__range_add(table, start, size, new_type); in __e820__range_update() 512 __e820__range_add(table, final_start, final_end - final_start, new_type); in __e820__range_update() 529 u64 __init e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument 531 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update() 535 enum e820_type old_type, enum e820_type new_type) in e820__range_update_table() argument 537 return __e820__range_update(t, start, size, old_type, new_type); in e820__range_update_table()
|
/linux/drivers/net/wan/ |
H A D | pc300too.c | 194 int new_type; in pc300_ioctl() local 211 new_type = IF_IFACE_X21; in pc300_ioctl() 216 new_type = IF_IFACE_V35; in pc300_ioctl() 220 new_type = IF_IFACE_V24; in pc300_ioctl() 241 port->iface = new_type; in pc300_ioctl()
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 269 u8 new_type, old_type; in add_map_entry() local 285 new_type = get_effective_type(type, cache_map[i].type); in add_map_entry() 288 if (cache_map[i].fixed || new_type == old_type) { in add_map_entry() 297 i -= add_map_entry_at(start, tmp, new_type, i); in add_map_entry() 487 static u8 type_merge(u8 type, u8 new_type, u8 *uniform) in type_merge() argument 492 return new_type; in type_merge() 494 effective_type = get_effective_type(type, new_type); in type_merge()
|
/linux/fs/gfs2/ |
H A D | dir.h | 42 const struct gfs2_inode *nip, unsigned int new_type);
|
H A D | dir.c | 1938 const struct gfs2_inode *nip, unsigned int new_type) in gfs2_dir_mvino() argument 1953 dent->de_type = cpu_to_be16(new_type); in gfs2_dir_mvino()
|
/linux/scripts/ |
H A D | checkpatch.pl | 2198 my $new_type = pop(@av_paren_type); 2199 if ($new_type ne '_') { 2200 $type = $new_type; 4682 my $new_type = $type; 4683 $new_type =~ s/\b\s*int\s*\b/ /; 4684 $new_type =~ s/\b\s*(?:un)?signed\b\s*/ /; 4685 $new_type =~ s/^const\s+//; 4686 $new_type = "unsigned $new_type" if ($type =~ /\bunsigned\b/); 4687 $new_type = "const $new_type" if ($type =~ /^const\b/); 4688 $new_type =~ s/\s+/ /g; [all …]
|
/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/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/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/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/drivers/pinctrl/renesas/ |
H A D | pinctrl.c | 422 int new_type = input ? PINMUX_TYPE_INPUT : PINMUX_TYPE_OUTPUT; in sh_pfc_gpio_set_direction() local 439 ret = sh_pfc_config_mux(pfc, pin->enum_id, new_type); in sh_pfc_gpio_set_direction()
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1459 new_type : 4, /* additional branch type */ member
|
/linux/net/smc/ |
H A D | smc_core.c | 1687 void smcr_lgr_set_type(struct smc_link_group *lgr, enum smc_lgr_type new_type) in smcr_lgr_set_type() argument 1695 if (lgr->type == new_type) in smcr_lgr_set_type() 1697 lgr->type = new_type; in smcr_lgr_set_type() 1723 enum smc_lgr_type new_type, int asym_lnk_idx) in smcr_lgr_set_type_asym() argument 1725 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 | 1224 enum sched_node_type new_type, in esw_qos_vport_tc_check_type() argument 1228 new_type == SCHED_NODE_TYPE_RATE_LIMITER) { in esw_qos_vport_tc_check_type() 1235 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 | 624 enum nl80211_iftype new_type) in wil_cfg80211_validate_add_iface() argument 638 params.iftype_num[new_type]++; in wil_cfg80211_validate_add_iface() 644 enum nl80211_iftype new_type) in wil_cfg80211_validate_change_iface() argument 664 params.iftype_num[new_type]++; in wil_cfg80211_validate_change_iface()
|
/linux/fs/smb/server/ |
H A D | vfs.c | 691 int new_type; in ksmbd_vfs_rename() local 714 &new_path, &new_last, &new_type, in ksmbd_vfs_rename()
|
/linux/net/mac80211/ |
H A D | trace.h | 361 __field(u32, new_type) 368 __entry->new_type = type; 374 LOCAL_PR_ARG, VIF_PR_ARG, __entry->new_type,
|
/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()
|