| /linux/arch/s390/ |
| H A D | Makefile | 46 mflags-$(CONFIG_MARCH_Z10) := -march=z10 47 mflags-$(CONFIG_MARCH_Z196) := -march=z196 48 mflags-$(CONFIG_MARCH_ZEC12) := -march=zEC12 49 mflags-$(CONFIG_MARCH_Z13) := -march=z13 50 mflags-$(CONFIG_MARCH_Z14) := -march=z14 51 mflags-$(CONFIG_MARCH_Z15) := -march=z15 52 mflags-$(CONFIG_MARCH_Z16) := -march=z16 53 mflags-$(CONFIG_MARCH_Z17) := -march=z17 55 export CC_FLAGS_MARCH := $(mflags-y) 57 aflags-y += $(mflags-y) [all …]
|
| /linux/fs/notify/ |
| H A D | fdinfo.c | 107 unsigned int mflags = fanotify_mark_user_flags(mark); in fanotify_fdinfo() local 116 mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo() 124 mnt->mnt_id, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo() 129 sb->s_dev, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo() 134 mnt_ns->ns.inum, mflags, mark->mask, mark->ignore_mask); in fanotify_fdinfo()
|
| /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()
|
| H A D | commsup.c | 482 unsigned long mflags = 0; in aac_fib_send() local 577 spin_lock_irqsave(&dev->manage_lock, mflags); in aac_fib_send() 581 spin_unlock_irqrestore(&dev->manage_lock, mflags); in aac_fib_send() 585 spin_unlock_irqrestore(&dev->manage_lock, mflags); in aac_fib_send() 618 spin_lock_irqsave(&dev->manage_lock, mflags); in aac_fib_send() 620 spin_unlock_irqrestore(&dev->manage_lock, mflags); in aac_fib_send() 705 unsigned long mflags = 0; in aac_hba_send() local 730 spin_lock_irqsave(&dev->manage_lock, mflags); in aac_hba_send() 732 spin_unlock_irqrestore(&dev->manage_lock, mflags); in aac_hba_send() 736 spin_unlock_irqrestore(&dev->manage_lock, mflags); in aac_hba_send() [all …]
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.h | 539 unsigned int mflags = 0; in fanotify_mark_user_flags() local 542 mflags |= FAN_MARK_IGNORED_SURV_MODIFY; in fanotify_mark_user_flags() 544 mflags |= FAN_MARK_EVICTABLE; in fanotify_mark_user_flags() 546 mflags |= FAN_MARK_IGNORE; in fanotify_mark_user_flags() 548 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)
|
| /linux/arch/s390/lib/ |
| H A D | test_unwind.c | 353 unsigned long flags, mflags; in unwindme_func2() local 358 local_mcck_save(mflags); in unwindme_func2() 361 local_mcck_restore(mflags); in unwindme_func2()
|
| /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/sched/ |
| H A D | topology.c | 37 #define SD_FLAG(_name, mflags) [__##_name] = { .meta_flags = mflags, .name = #_name }, argument 164 #define SD_FLAG(name, mflags) (name * !!((mflags) & SDF_NEEDS_GROUPS)) | argument
|
| H A D | sched.h | 2028 #define SD_FLAG(name, mflags) (name * !!((mflags) & SDF_SHARED_CHILD)) | argument
|
| /linux/drivers/net/usb/ |
| H A D | r8152.c | 2045 static struct rx_agg *alloc_rx_agg(struct r8152 *tp, gfp_t mflags) in alloc_rx_agg() argument 2053 rx_agg = kmalloc_node(sizeof(*rx_agg), mflags, node); in alloc_rx_agg() 2057 rx_agg->page = alloc_pages(mflags | __GFP_COMP | __GFP_NOWARN, order); in alloc_rx_agg() 2063 rx_agg->urb = usb_alloc_urb(0, mflags); in alloc_rx_agg() 2496 static struct rx_agg *rtl_get_free_rx(struct r8152 *tp, gfp_t mflags) in rtl_get_free_rx() argument 2521 agg_free = alloc_rx_agg(tp, mflags); in rtl_get_free_rx()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 420 gfp_t mflags; in alloc_cpu_data() local 427 mflags = GFP_KERNEL | __GFP_RETRY_MAYFAIL | __GFP_COMP | __GFP_ZERO; in alloc_cpu_data() 429 page = alloc_pages_node(cpu_to_node(cpu), mflags, order); in alloc_cpu_data()
|
| /linux/fs/ceph/ |
| H A D | caps.c | 2125 int mflags = 0; in ceph_check_caps() local 2241 mflags |= CEPH_CLIENT_CAPS_SYNC; in ceph_check_caps() 2252 __prep_cap(&arg, cap, CEPH_CAP_OP_UPDATE, mflags, cap_used, in ceph_check_caps()
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 2109 fanotify mnt_id:12 mflags:40 mask:38 ignored_mask:40000003 2110 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type… 2113 call, 'mnt_id' is the mount point identifier, 'mflags' is the value of 2117 All are in hex format. Incorporation of 'mflags', 'mask' and 'ignored_mask'
|