Searched refs:orig_flags (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | vm86_32.c | 583 unsigned short ip, sp, orig_flags; in handle_vm86_fault() local 591 orig_flags = *(unsigned short *)®s->pt.flags; in handle_vm86_fault() 728 if (orig_flags & X86_EFLAGS_TF) in handle_vm86_fault()
|
/linux-4.4.14/net/wireless/ |
D | reg.c | 1189 flags = chan->orig_flags; in handle_channel() 1212 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel() 1213 chan->flags = chan->orig_flags; in handle_channel() 1260 chan->flags = chan->orig_flags = in handle_channel() 1781 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel_custom() 1782 chan->flags = chan->orig_flags; in handle_channel_custom() 1822 chan->flags = chan->orig_flags | bw_flags | in handle_channel_custom() 2586 chan->flags = chan->orig_flags; in restore_custom_reg_settings()
|
D | core.c | 670 sband->channels[i].orig_flags = in wiphy_register()
|
/linux-4.4.14/tools/perf/ |
D | builtin-kmem.c | 645 char *orig_flags = strdup(gfp_flags); in compact_gfp_flags() local 650 if (orig_flags == NULL) in compact_gfp_flags() 653 str = strtok_r(orig_flags, "|", &pos); in compact_gfp_flags() 689 free(orig_flags); in compact_gfp_flags()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1121 u8 orig_flags = mres->flags, in dlm_send_mig_lockres_msg() local 1132 orig_flags = mres->flags; in dlm_send_mig_lockres_msg() 1139 orig_flags & DLM_MRES_MIGRATION ? "migration" : "recovery", in dlm_send_mig_lockres_msg() 1151 (orig_flags & DLM_MRES_MIGRATION ? in dlm_send_mig_lockres_msg() 1170 mig_cookie, orig_flags, orig_master); in dlm_send_mig_lockres_msg()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2219 unsigned long orig_flags, unsigned long flags) in tsk_restore_flags() argument 2222 task->flags |= orig_flags & flags; in tsk_restore_flags()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 4353 unsigned long orig_flags; in rocker_port_brport_flags_set() local 4356 orig_flags = rocker_port->brport_flags; in rocker_port_brport_flags_set() 4358 if ((orig_flags ^ rocker_port->brport_flags) & BR_LEARNING) in rocker_port_brport_flags_set() 4362 rocker_port->brport_flags = orig_flags; in rocker_port_brport_flags_set()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4514 int orig_flags; /* original flags arg value */ in xfs_bmapi_write() local 4521 orig_flags = flags; in xfs_bmapi_write() 4712 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval, in xfs_bmapi_write()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 178 u32 orig_flags; member
|
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 3961 static u64 get_alloc_profile(struct btrfs_root *root, u64 orig_flags) in get_alloc_profile() argument 3967 flags = orig_flags; in get_alloc_profile()
|