/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 238 u32 orig_flags, new_flags, changed_flags; in i40evf_set_priv_flags() local 241 orig_flags = READ_ONCE(adapter->flags); in i40evf_set_priv_flags() 242 new_flags = orig_flags; in i40evf_set_priv_flags() 255 ((orig_flags ^ new_flags) & ~BIT(i))) in i40evf_set_priv_flags() 270 if (cmpxchg(&adapter->flags, orig_flags, new_flags) != orig_flags) { in i40evf_set_priv_flags() 276 changed_flags = orig_flags ^ new_flags; in i40evf_set_priv_flags()
|
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1399 unsigned long long orig_overflow, orig_flags, new_flags; in aux_set_alert() local 1404 orig_flags = te->flags; in aux_set_alert() 1407 if (orig_flags & SDB_TE_BUFFER_FULL_MASK) { in aux_set_alert() 1415 new_flags = orig_flags | SDB_TE_ALERT_REQ_MASK; in aux_set_alert() 1417 orig_flags, orig_overflow, in aux_set_alert() 1447 unsigned long long orig_overflow, orig_flags, new_flags; in aux_reset_buffer() local 1477 orig_flags = te->flags; in aux_reset_buffer() 1479 new_flags = orig_flags & ~SDB_TE_BUFFER_FULL_MASK; in aux_reset_buffer() 1485 orig_flags, orig_overflow, in aux_reset_buffer()
|
/Linux-v4.19/arch/x86/kernel/ |
D | vm86_32.c | 595 unsigned short ip, sp, orig_flags; in handle_vm86_fault() local 603 orig_flags = *(unsigned short *)®s->pt.flags; in handle_vm86_fault() 741 if (orig_flags & X86_EFLAGS_TF) in handle_vm86_fault()
|
/Linux-v4.19/net/wireless/ |
D | reg.c | 1657 flags = chan->orig_flags; in handle_channel() 1680 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel() 1681 chan->flags = chan->orig_flags; in handle_channel() 1703 chan->flags = chan->orig_flags = in handle_channel() 2232 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel_custom() 2233 chan->flags = chan->orig_flags; in handle_channel_custom() 2247 chan->flags = chan->orig_flags | bw_flags | in handle_channel_custom() 3088 chan->flags = chan->orig_flags; in restore_custom_reg_settings()
|
D | core.c | 785 sband->channels[i].orig_flags = in wiphy_register()
|
/Linux-v4.19/tools/perf/ |
D | builtin-kmem.c | 667 char *orig_flags = strdup(gfp_flags); in compact_gfp_flags() local 672 if (orig_flags == NULL) in compact_gfp_flags() 675 str = strtok_r(orig_flags, "|", &pos); in compact_gfp_flags() 711 free(orig_flags); in compact_gfp_flags()
|
/Linux-v4.19/include/linux/ |
D | sched.h | 1474 current_restore_flags(unsigned long orig_flags, unsigned long flags) in TASK_PFA_TEST() 1477 current->flags |= orig_flags & flags; in TASK_PFA_TEST()
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1128 u8 orig_flags = mres->flags, in dlm_send_mig_lockres_msg() local 1139 orig_flags = mres->flags; in dlm_send_mig_lockres_msg() 1146 orig_flags & DLM_MRES_MIGRATION ? "migration" : "recovery", in dlm_send_mig_lockres_msg() 1158 (orig_flags & DLM_MRES_MIGRATION ? in dlm_send_mig_lockres_msg() 1177 mig_cookie, orig_flags, orig_master); in dlm_send_mig_lockres_msg()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 4533 u64 orig_flags, new_flags, changed_flags; in i40e_set_priv_flags() local 4536 orig_flags = READ_ONCE(pf->flags); in i40e_set_priv_flags() 4537 new_flags = orig_flags; in i40e_set_priv_flags() 4551 ((orig_flags ^ new_flags) & ~BIT(i))) in i40e_set_priv_flags() 4570 ((orig_flags ^ new_flags) & ~BIT(i))) in i40e_set_priv_flags() 4575 changed_flags = orig_flags ^ new_flags; in i40e_set_priv_flags()
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 2498 unsigned long orig_flags; in ofdpa_port_attr_bridge_flags_set() local 2501 orig_flags = ofdpa_port->brport_flags; in ofdpa_port_attr_bridge_flags_set() 2503 if ((orig_flags ^ ofdpa_port->brport_flags) & BR_LEARNING && in ofdpa_port_attr_bridge_flags_set() 2509 ofdpa_port->brport_flags = orig_flags; in ofdpa_port_attr_bridge_flags_set()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4222 int orig_flags; /* original flags arg value */ in xfs_bmapi_write() local 4229 orig_flags = flags; in xfs_bmapi_write() 4451 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval, in xfs_bmapi_write()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 159 u32 orig_flags; member
|
/Linux-v4.19/fs/btrfs/ |
D | extent-tree.c | 4047 static u64 get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags) in get_alloc_profile() argument 4053 flags = orig_flags; in get_alloc_profile()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 5984 if (channel->orig_flags & IEEE80211_CHAN_DISABLED) in brcmf_construct_chaninfo()
|