/linux/arch/s390/ |
H A D | Makefile | 44 mflags-$(CONFIG_MARCH_Z10) := -march=z10 45 mflags-$(CONFIG_MARCH_Z196) := -march=z196 46 mflags-$(CONFIG_MARCH_ZEC12) := -march=zEC12 47 mflags-$(CONFIG_MARCH_Z13) := -march=z13 48 mflags-$(CONFIG_MARCH_Z14) := -march=z14 49 mflags-$(CONFIG_MARCH_Z15) := -march=z15 50 mflags-$(CONFIG_MARCH_Z16) := -march=z16 52 export CC_FLAGS_MARCH := $(mflags-y) 54 aflags-y += $(mflags-y) 55 cflags-y += $(mflags-y)
|
/linux/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 46 unsigned long flags, mflags; in aac_response_normal() local 121 spin_lock_irqsave(&dev->manage_lock, mflags); in aac_response_normal() 123 spin_unlock_irqrestore(&dev->manage_lock, mflags); in aac_response_normal() 273 unsigned long mflags; in aac_intr_normal() local 376 spin_lock_irqsave(&dev->manage_lock, mflags); in aac_intr_normal() 379 mflags); in aac_intr_normal() 429 spin_lock_irqsave(&dev->manage_lock, mflags); in aac_intr_normal() 432 mflags); in aac_intr_normal()
|
/linux/fs/notify/ |
H A D | fdinfo.c | 101 unsigned int mflags = fanotify_mark_user_flags(mark); in fanotify_fdinfo() local 110 mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo() 118 mnt->mnt_id, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo() 123 sb->s_dev, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo()
|
/linux/fs/notify/fanotify/ |
H A D | fanotify.h | 520 unsigned int mflags = 0; in fanotify_mark_user_flags() local 523 mflags |= FAN_MARK_IGNORED_SURV_MODIFY; in fanotify_mark_user_flags() 525 mflags |= FAN_MARK_EVICTABLE; in fanotify_mark_user_flags() 527 mflags |= FAN_MARK_IGNORE; in fanotify_mark_user_flags() 529 return mflags; in fanotify_mark_user_flags()
|
/linux/include/trace/events/ |
H A D | erofs.h | 190 __field( unsigned int, mflags ) 202 __entry->mflags = map->m_flags; 211 show_mflags(__entry->mflags), __entry->ret)
|
H A D | ext4.h | 1672 __field( unsigned int, mflags ) 1683 __entry->mflags = map->m_flags; 1692 __entry->len, show_mflags(__entry->mflags), __entry->ret)
|
/linux/arch/s390/kernel/ |
H A D | nmi.c | 163 unsigned long mflags; in s390_handle_mcck() local 170 local_mcck_save(mflags); in s390_handle_mcck() 173 local_mcck_restore(mflags); in s390_handle_mcck()
|
/linux/include/linux/sched/ |
H A D | topology.h | 15 #define SD_FLAG(name, mflags) __##name, argument 22 #define SD_FLAG(name, mflags) name = 1 << __##name, argument
|
/linux/include/linux/ |
H A D | mhi.h | 789 struct mhi_buf *mhi_buf, size_t len, enum mhi_flags mflags); 801 void *buf, size_t len, enum mhi_flags mflags); 812 struct sk_buff *skb, size_t len, enum mhi_flags mflags);
|
/linux/arch/powerpc/include/asm/ |
H A D | plpar_wrappers.h | 229 static inline long plpar_set_mode(unsigned long mflags, unsigned long resource, in plpar_set_mode() argument 232 return plpar_hcall_norets(H_SET_MODE, mflags, resource, value1, value2); in plpar_set_mode()
|
/linux/arch/powerpc/kvm/ |
H A D | book3s_pr_papr.c | 286 unsigned long mflags = kvmppc_get_gpr(vcpu, 4); in kvmppc_h_pr_set_mode() local 291 if (mflags == 0) in kvmppc_h_pr_set_mode()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 867 gfp_t mflags) in usbhsh_dcp_queue_push() argument 890 ret = usbhsh_data_stage_packet_push(hpriv, urb, pipe, mflags); in usbhsh_dcp_queue_push() 900 ret = usbhsh_status_stage_packet_push(hpriv, urb, pipe, mflags); in usbhsh_dcp_queue_push()
|
/linux/kernel/trace/ |
H A D | ring_buffer.c | 2066 gfp_t mflags; in __rb_allocate_pages() local 2085 mflags = GFP_KERNEL | __GFP_RETRY_MAYFAIL; in __rb_allocate_pages() 2106 mflags, cpu_to_node(cpu_buffer->cpu)); in __rb_allocate_pages() 2130 mflags | __GFP_COMP | __GFP_ZERO, in __rb_allocate_pages()
|
/linux/kernel/sched/ |
H A D | sched.h | 1997 #define SD_FLAG(name, mflags) (name * !!((mflags) & SDF_SHARED_CHILD)) | argument
|
/linux/drivers/net/usb/ |
H A D | r8152.c | 2042 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags) in alloc_rx_agg() argument 2050 rx_agg = kmalloc_node(sizeof(*rx_agg), mflags, node); in alloc_rx_agg() 2054 rx_agg->page = alloc_pages(mflags | __GFP_COMP | __GFP_NOWARN, order); in alloc_rx_agg() 2060 rx_agg->urb = usb_alloc_urb(0, mflags); in alloc_rx_agg() 2493 static struct rx_agg *rtl_get_free_rx(struct r8152 *tp, gfp_t mflags) in rtl_get_free_rx() argument 2518 agg_free = alloc_rx_agg(tp, mflags); in rtl_get_free_rx()
|
/linux/fs/ceph/ |
H A D | caps.c | 2124 int mflags = 0; in ceph_check_caps() local 2240 mflags |= CEPH_CLIENT_CAPS_SYNC; in ceph_check_caps() 2251 __prep_cap(&arg, cap, CEPH_CAP_OP_UPDATE, mflags, cap_used, in ceph_check_caps()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 289 __field(unsigned long long, mflags) 297 __entry->mflags = mp->m_features; 305 __entry->mflags,
|