| /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 | 2499 enum page_cache_mode new_type) in _set_pages_array() argument 2513 if (memtype_reserve(start, end, new_type, NULL)) in _set_pages_array() 2518 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array() 2519 _PAGE_CACHE_MODE_UC_MINUS : new_type; in _set_pages_array() 2523 if (!ret && new_type == _PAGE_CACHE_MODE_WC) in _set_pages_array()
|
| /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/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/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 | 2202 my $new_type = pop(@av_paren_type); 2203 if ($new_type ne '_') { 2204 $type = $new_type; 4698 my $new_type = $type; 4699 $new_type =~ s/\b\s*int\s*\b/ /; 4700 $new_type =~ s/\b\s*(?:un)?signed\b\s*/ /; 4701 $new_type =~ s/^const\s+//; 4702 $new_type = "unsigned $new_type" if ($type =~ /\bunsigned\b/); 4703 $new_type = "const $new_type" if ($type =~ /^const\b/); 4704 $new_type =~ s/\s+/ /g; [all …]
|
| /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/tools/include/uapi/linux/ |
| H A D | perf_event.h | 1480 new_type : 4, /* additional branch type */ member
|
| /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()
|
| /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()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 493 enum nl80211_iftype new_type) in brcmf_vif_change_validate() argument 504 params.iftype_num[new_type]++; in brcmf_vif_change_validate() 518 enum nl80211_iftype new_type) in brcmf_vif_add_validate() argument 528 params.iftype_num[new_type]++; in brcmf_vif_add_validate()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 153 enum surface_update_type new_type, in elevate_update_type() argument 157 if (new_type > descriptor->update_type) in elevate_update_type() 158 descriptor->update_type = new_type; in elevate_update_type()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 5266 u8 new_type, *stype; in check_stack_write_var_off() local 5308 new_type = STACK_MISC; in check_stack_write_var_off() 5310 new_type = STACK_ZERO; in check_stack_write_var_off() 5326 *stype = new_type; in check_stack_write_var_off()
|