/Linux-v6.1/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1478 unsigned long long orig_overflow, orig_flags, new_flags; in aux_set_alert() local 1483 orig_flags = te->flags; in aux_set_alert() 1485 if (orig_flags & SDB_TE_BUFFER_FULL_MASK) { in aux_set_alert() 1493 new_flags = orig_flags | SDB_TE_ALERT_REQ_MASK; in aux_set_alert() 1495 orig_flags, orig_overflow, in aux_set_alert() 1525 unsigned long long orig_overflow, orig_flags, new_flags; in aux_reset_buffer() local 1558 orig_flags = te->flags; in aux_reset_buffer() 1560 new_flags = orig_flags & ~SDB_TE_BUFFER_FULL_MASK; in aux_reset_buffer() 1566 orig_flags, orig_overflow, in aux_reset_buffer()
|
/Linux-v6.1/fs/ceph/ |
D | locks.c | 216 unsigned int orig_flags = fl->fl_flags; in try_unlock_file() local 219 fl->fl_flags = orig_flags; in try_unlock_file() 221 if (!(orig_flags & FL_EXISTS)) in try_unlock_file()
|
/Linux-v6.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_ethtool.c | 486 u32 orig_flags, new_flags, changed_flags; in iavf_set_priv_flags() local 489 orig_flags = READ_ONCE(adapter->flags); in iavf_set_priv_flags() 490 new_flags = orig_flags; in iavf_set_priv_flags() 503 ((orig_flags ^ new_flags) & ~BIT(i))) in iavf_set_priv_flags() 518 if (cmpxchg(&adapter->flags, orig_flags, new_flags) != orig_flags) { in iavf_set_priv_flags() 524 changed_flags = orig_flags ^ new_flags; in iavf_set_priv_flags()
|
/Linux-v6.1/arch/x86/kernel/ |
D | vm86_32.c | 553 unsigned short ip, sp, orig_flags; in handle_vm86_fault() local 561 orig_flags = *(unsigned short *)®s->pt.flags; in handle_vm86_fault() 699 if (orig_flags & X86_EFLAGS_TF) in handle_vm86_fault()
|
/Linux-v6.1/tools/perf/ |
D | builtin-kmem.c | 669 char *orig_flags = strdup(gfp_flags); in compact_gfp_flags() local 674 if (orig_flags == NULL) in compact_gfp_flags() 677 str = strtok_r(orig_flags, "|", &pos); in compact_gfp_flags() 691 free(orig_flags); in compact_gfp_flags() 714 free(orig_flags); in compact_gfp_flags()
|
/Linux-v6.1/fs/btrfs/ |
D | block-group.h | 322 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags);
|
D | block-group.c | 98 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags) in btrfs_get_alloc_profile() argument 104 flags = orig_flags; in btrfs_get_alloc_profile()
|
/Linux-v6.1/net/wireless/ |
D | reg.c | 1821 chan->flags = chan->orig_flags = in handle_channel_single_rule() 1904 chan->orig_flags = chan->flags; in handle_channel_adjacent_rules() 1994 u32 flags = chan->orig_flags; in handle_channel() 2053 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel() 2054 chan->flags = chan->orig_flags; in handle_channel() 2582 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel_custom() 2583 chan->flags = chan->orig_flags; in handle_channel_custom() 2597 chan->flags = chan->orig_flags | bw_flags | in handle_channel_custom() 3475 chan->flags = chan->orig_flags; in restore_custom_reg_settings()
|
D | core.c | 850 sband->channels[i].orig_flags = in wiphy_register()
|
/Linux-v6.1/kernel/bpf/ |
D | trampoline.c | 420 u32 orig_flags = tr->flags; in bpf_trampoline_update() local 505 tr->flags = orig_flags; in bpf_trampoline_update()
|
/Linux-v6.1/net/netfilter/ |
D | nf_conntrack_netlink.c | 874 u_int32_t orig_flags; member 902 filter->orig_flags = nla_get_u32(tb[CTA_FILTER_ORIG_FLAGS]); in ctnetlink_parse_filter() 903 if (filter->orig_flags & ~CTA_FILTER_F_ALL) in ctnetlink_parse_filter() 1000 if (filter->orig_flags) { in ctnetlink_alloc_filter() 1010 filter->orig_flags); in ctnetlink_alloc_filter() 1145 if (filter->orig_flags) { in ctnetlink_filter_match() 1148 filter->orig_flags, in ctnetlink_filter_match()
|
/Linux-v6.1/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1104 u8 orig_flags = mres->flags, in dlm_send_mig_lockres_msg() local 1112 orig_flags = mres->flags; in dlm_send_mig_lockres_msg() 1119 orig_flags & DLM_MRES_MIGRATION ? "migration" : "recovery", in dlm_send_mig_lockres_msg() 1132 (orig_flags & DLM_MRES_MIGRATION ? in dlm_send_mig_lockres_msg() 1151 mig_cookie, orig_flags, orig_master); in dlm_send_mig_lockres_msg()
|
/Linux-v6.1/include/linux/ |
D | sched.h | 1842 current_restore_flags(unsigned long orig_flags, unsigned long flags) in TASK_PFA_TEST() 1845 current->flags |= orig_flags & flags; in TASK_PFA_TEST()
|
/Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 5243 u64 orig_flags, new_flags, changed_flags; in i40e_set_priv_flags() local 5251 orig_flags = READ_ONCE(pf->flags); in i40e_set_priv_flags() 5252 new_flags = orig_flags; in i40e_set_priv_flags() 5266 ((orig_flags ^ new_flags) & ~BIT(i))) in i40e_set_priv_flags() 5285 ((orig_flags ^ new_flags) & ~BIT(i))) in i40e_set_priv_flags() 5290 changed_flags = orig_flags ^ new_flags; in i40e_set_priv_flags() 5390 (orig_flags & I40E_FLAG_TOTAL_PORT_SHUTDOWN_ENABLED)) { in i40e_set_priv_flags()
|
/Linux-v6.1/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 2494 unsigned long orig_flags; in ofdpa_port_attr_bridge_flags_set() local 2497 orig_flags = ofdpa_port->brport_flags; in ofdpa_port_attr_bridge_flags_set() 2500 if ((orig_flags ^ ofdpa_port->brport_flags) & BR_LEARNING) in ofdpa_port_attr_bridge_flags_set()
|
/Linux-v6.1/drivers/block/ |
D | loop.c | 1888 int orig_flags = current->flags; in loop_process_work() local 1916 current->flags = orig_flags; in loop_process_work()
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 1167 DECLARE_BITMAP(orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags() 1180 bitmap_copy(orig_flags, pf->flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags() 1192 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4334 int orig_flags; /* original flags arg value */ in xfs_bmapi_write() local 4341 orig_flags = flags; in xfs_bmapi_write() 4484 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval, in xfs_bmapi_write()
|
/Linux-v6.1/include/net/ |
D | cfg80211.h | 185 u32 orig_flags; member
|
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 6597 if (channel->orig_flags & IEEE80211_CHAN_DISABLED) in brcmf_construct_chaninfo()
|