| /include/linux/ |
| D | rwlock.h | 33 #define do_raw_read_lock_flags(lock, flags) do_raw_read_lock(lock) argument 37 #define do_raw_write_lock_flags(lock, flags) do_raw_write_lock(lock) argument 43 # define arch_read_lock_flags(lock, flags) arch_read_lock(lock) argument 47 # define arch_write_lock_flags(lock, flags) arch_write_lock(lock) argument 51 # define do_raw_read_lock_flags(lock, flags) \ argument 56 # define do_raw_write_lock_flags(lock, flags) \ argument 75 #define read_lock_irqsave(lock, flags) \ argument 80 #define write_lock_irqsave(lock, flags) \ argument 88 #define read_lock_irqsave(lock, flags) \ argument 93 #define write_lock_irqsave(lock, flags) \ argument [all …]
|
| D | irqflags.h | 81 #define raw_local_irq_save(flags) \ argument 86 #define raw_local_irq_restore(flags) \ argument 91 #define raw_local_save_flags(flags) \ argument 96 #define raw_irqs_disabled_flags(flags) \ argument 113 #define local_irq_save(flags) \ argument 120 #define local_irq_restore(flags) \ argument 142 #define local_irq_save(flags) \ argument 146 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument 151 #define local_save_flags(flags) raw_local_save_flags(flags) argument 169 #define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags) argument
|
| D | slab.h | 322 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags) in kmalloc_type() 420 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 425 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() 450 gfp_t flags, size_t size) in kmem_cache_alloc_trace() 476 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace() 482 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() 542 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() 584 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() 610 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array() 627 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() [all …]
|
| D | spinlock.h | 174 #define do_raw_spin_lock_flags(lock, flags) do_raw_spin_lock(lock) argument 186 #define arch_spin_lock_flags(lock, flags) arch_spin_lock(lock) argument 190 do_raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long *flags) __acquires(lock) in do_raw_spin_lock_flags() 247 #define raw_spin_lock_irqsave(lock, flags) \ argument 254 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 260 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 269 #define raw_spin_lock_irqsave(lock, flags) \ argument 275 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 285 #define raw_spin_unlock_irqrestore(lock, flags) \ argument 302 #define raw_spin_trylock_irqsave(lock, flags) \ argument [all …]
|
| D | spinlock_api_up.h | 39 #define __LOCK_IRQSAVE(lock, flags) \ argument 55 #define __UNLOCK_IRQRESTORE(lock, flags) \ argument 68 #define _raw_spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 69 #define _raw_read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 70 #define _raw_write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 84 #define _raw_spin_unlock_irqrestore(lock, flags) \ argument 86 #define _raw_read_unlock_irqrestore(lock, flags) \ argument 88 #define _raw_write_unlock_irqrestore(lock, flags) \ argument
|
| D | rwlock_api_smp.h | 108 #define _raw_read_unlock_irqrestore(lock, flags) \ argument 113 #define _raw_write_unlock_irqrestore(lock, flags) \ argument 155 unsigned long flags; in __raw_read_lock_irqsave() local 182 unsigned long flags; in __raw_write_lock_irqsave() local 231 __raw_read_unlock_irqrestore(rwlock_t *lock, unsigned long flags) in __raw_read_unlock_irqrestore() 255 unsigned long flags) in __raw_write_unlock_irqrestore()
|
| D | seqlock.h | 78 unsigned long flags; in seqcount_lockdep_reader_access() local 484 unsigned long flags; in __write_seqlock_irqsave() local 491 #define write_seqlock_irqsave(lock, flags) \ argument 495 write_sequnlock_irqrestore(seqlock_t *sl, unsigned long flags) in write_sequnlock_irqrestore() 567 unsigned long flags; in __read_seqlock_excl_irqsave() local 573 #define read_seqlock_excl_irqsave(lock, flags) \ argument 577 read_sequnlock_excl_irqrestore(seqlock_t *sl, unsigned long flags) in read_sequnlock_excl_irqrestore() 585 unsigned long flags = 0; in read_seqbegin_or_lock_irqsave() local 596 done_seqretry_irqrestore(seqlock_t *lock, int seq, unsigned long flags) in done_seqretry_irqrestore()
|
| D | hwspinlock.h | 114 int mode, unsigned long *flags) in __hwspin_lock_timeout() 120 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() 126 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() 183 int hwspin_trylock_irqsave(struct hwspinlock *hwlock, unsigned long *flags) in hwspin_trylock_irqsave() 282 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave() 393 unsigned long *flags) in hwspin_unlock_irqrestore()
|
| D | psi.h | 44 static inline void psi_memstall_enter(unsigned long *flags) {} in psi_memstall_enter() 45 static inline void psi_memstall_leave(unsigned long *flags) {} in psi_memstall_leave()
|
| /include/linux/sched/ |
| D | mm.h | 180 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context() 225 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save() local 238 static inline void memalloc_noio_restore(unsigned int flags) in memalloc_noio_restore() 256 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save() local 269 static inline void memalloc_nofs_restore(unsigned int flags) in memalloc_nofs_restore() 276 unsigned int flags = current->flags & PF_MEMALLOC; in memalloc_noreclaim_save() local 281 static inline void memalloc_noreclaim_restore(unsigned int flags) in memalloc_noreclaim_restore() 289 unsigned int flags = current->flags & PF_MEMALLOC_NOCMA; in memalloc_nocma_save() local 295 static inline void memalloc_nocma_restore(unsigned int flags) in memalloc_nocma_restore() 305 static inline void memalloc_nocma_restore(unsigned int flags) in memalloc_nocma_restore()
|
| D | isolation.h | 29 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() 34 static inline const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask() 39 static inline bool housekeeping_enabled(enum hk_flags flags) in housekeeping_enabled() 45 enum hk_flags flags) { } in housekeeping_affine() 49 static inline bool housekeeping_cpu(int cpu, enum hk_flags flags) in housekeeping_cpu()
|
| /include/trace/events/ |
| D | ext4.h | 24 #define show_mballoc_flags(flags) __print_flags(flags, "|", \ argument 40 #define show_map_flags(flags) __print_flags(flags, "|", \ argument 51 #define show_mflags(flags) __print_flags(flags, "", \ argument 57 #define show_free_flags(flags) __print_flags(flags, "|", \ argument
|
| D | sunrpc.h | 92 #define rpc_show_task_flags(flags) \ argument 114 #define rpc_show_runstate(flags) \ argument 835 #define show_rqstp_flags(flags) \ argument 960 #define show_svc_xprt_flags(flags) \ argument
|
| D | erofs.h | 21 #define show_map_flags(flags) __print_flags(flags, "|", \ argument 24 #define show_mflags(flags) __print_flags(flags, "", \ argument
|
| /include/uapi/linux/netfilter/ |
| D | xt_set.h | 20 __u32 flags[IPSET_DIM_MAX + 1]; member 24 __u8 flags; member 44 __u8 flags; member 62 __u32 flags; member 72 __u32 flags; member 81 __u32 flags; member 91 __u32 flags; member
|
| D | xt_socket.h | 14 __u8 flags; member 19 __u8 flags; member 24 __u8 flags; member
|
| /include/net/ |
| D | gue.h | 48 __be16 flags; member 73 static inline size_t guehdr_flags_len(__be16 flags) in guehdr_flags_len() 78 static inline size_t guehdr_priv_flags_len(__be32 flags) in guehdr_priv_flags_len() 89 __be16 flags = guehdr->flags; in validate_gue_flags() local
|
| D | gre.h | 9 __be16 flags; member 65 static inline __be16 gre_flags_to_tnl_flags(__be16 flags) in gre_flags_to_tnl_flags() 89 __be16 flags = 0; in gre_tnl_flags_to_gre_flags() local 121 __be16 flags, __be16 proto, in gre_build_header()
|
| /include/linux/gpio/ |
| D | consumer.h | 194 enum gpiod_flags flags) in gpiod_get() 202 enum gpiod_flags flags) in gpiod_get_index() 209 enum gpiod_flags flags) in gpiod_get_optional() 216 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional() 223 enum gpiod_flags flags) in gpiod_get_array() 230 enum gpiod_flags flags) in gpiod_get_array_optional() 263 enum gpiod_flags flags) in devm_gpiod_get() 272 enum gpiod_flags flags) in devm_gpiod_get_index() 279 enum gpiod_flags flags) in devm_gpiod_get_optional() 286 unsigned int index, enum gpiod_flags flags) in devm_gpiod_get_index_optional() [all …]
|
| /include/uapi/linux/ |
| D | pr.h | 19 __u32 flags; member 25 __u32 flags; member 33 __u32 flags; member 38 __u32 flags; member
|
| D | fpga-dfl.h | 81 __u32 flags; /* Zero for now */ member 101 __u32 flags; /* Access permission */ member 129 __u32 flags; /* Zero for now */ member 148 __u32 flags; /* Zero for now */ member 171 __u32 flags; /* Zero for now */ member
|
| D | scif_ioctl.h | 91 __s32 flags; member 106 __s32 flags; member 124 __s32 flags; member 157 __s32 flags; member 166 __s32 flags; member 183 __s32 flags; member
|
| D | virtio_ring.h | 96 __virtio16 flags; member 102 __virtio16 flags; member 116 __virtio16 flags; member 202 __le16 flags; member 213 __le16 flags; member
|
| /include/soc/nps/ |
| D | mtm.h | 39 static inline void hw_schd_save(unsigned int *flags) in hw_schd_save() 49 static inline void hw_schd_restore(unsigned int flags) in hw_schd_restore()
|
| /include/net/tc_act/ |
| D | tc_skbedit.h | 15 u32 flags; member 34 u32 flags; in is_tcf_skbedit_mark() local 61 u32 flags; in is_tcf_skbedit_ptype() local
|