| /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 | slab.h | 342 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags) in kmalloc_type() 455 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 460 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() 485 gfp_t flags, size_t size) in kmem_cache_alloc_trace() 511 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace() 517 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() 577 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() 599 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() 623 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array() 642 krealloc_array(void *p, size_t new_n, size_t new_size, gfp_t flags) in krealloc_array() [all …]
|
| D | spinlock.h | 180 #define do_raw_spin_lock_flags(lock, flags) do_raw_spin_lock(lock) argument 192 #define arch_spin_lock_flags(lock, flags) arch_spin_lock(lock) argument 196 do_raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long *flags) __acquires(lock) in do_raw_spin_lock_flags() 253 #define raw_spin_lock_irqsave(lock, flags) \ argument 260 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 266 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 275 #define raw_spin_lock_irqsave(lock, flags) \ argument 281 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 291 #define raw_spin_unlock_irqrestore(lock, flags) \ argument 308 #define raw_spin_trylock_irqsave(lock, flags) \ argument [all …]
|
| D | irqflags.h | 168 #define raw_local_irq_save(flags) \ argument 173 #define raw_local_irq_restore(flags) \ argument 179 #define raw_local_save_flags(flags) \ argument 184 #define raw_irqs_disabled_flags(flags) \ argument 212 #define local_irq_save(flags) \ argument 219 #define local_irq_restore(flags) \ argument 237 #define local_irq_save(flags) do { raw_local_irq_save(flags); } while (0) argument 238 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument 243 #define local_save_flags(flags) raw_local_save_flags(flags) argument 261 #define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags) argument
|
| 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 | spinlock_rt.h | 57 # define __spin_lock_irqsave_nested(lock, flags, subclass) \ argument 72 # define __spin_lock_irqsave_nested(lock, flags, subclass) \ argument 82 #define spin_lock_irqsave_nested(lock, flags, subclass) \ argument 97 #define spin_lock_irqsave(lock, flags) \ argument 121 unsigned long flags) in spin_unlock_irqrestore() 135 #define __spin_trylock_irqsave(lock, flags) \ argument 145 #define spin_trylock_irqsave(lock, flags) \ argument
|
| D | rwlock_rt.h | 50 #define read_lock_irqsave(lock, flags) \ argument 76 unsigned long flags) in read_unlock_irqrestore() 97 #define write_lock_irqsave(lock, flags) \ argument 106 #define write_trylock_irqsave(lock, flags) \ argument 133 unsigned long flags) in write_unlock_irqrestore()
|
| 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 | clk-provider.h | 307 unsigned long flags; member 356 unsigned long flags; member 380 #define clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument 393 #define devm_clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument 405 #define clk_hw_register_fixed_rate_parent_hw(dev, name, parent_hw, flags, \ argument 418 #define clk_hw_register_fixed_rate_parent_data(dev, name, parent_hw, flags, \ argument 434 flags, fixed_rate, \ argument 450 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument 465 parent_data, flags, fixed_rate, fixed_accuracy) \ argument 479 flags, fixed_rate) \ argument [all …]
|
| 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 | kasan.h | 192 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc() 202 const void *object, size_t size, gfp_t flags) in kasan_kmalloc() 212 size_t size, gfp_t flags) in kasan_kmalloc_large() 222 size_t new_size, gfp_t flags) in kasan_krealloc() 269 gfp_t flags, bool init) in kasan_slab_alloc() 274 size_t size, gfp_t flags) in kasan_kmalloc() 278 static inline void *kasan_kmalloc_large(const void *ptr, size_t size, gfp_t flags) in kasan_kmalloc_large() 283 gfp_t flags) in kasan_krealloc() 327 slab_flags_t *flags) {} in kasan_cache_create() 413 kasan_vmalloc_flags_t flags) in kasan_unpoison_vmalloc() [all …]
|
| D | local_lock_internal.h | 77 #define __local_lock_irqsave(lock, flags) \ argument 95 #define __local_unlock_irqrestore(lock, flags) \ argument 124 #define __local_lock_irqsave(lock, flags) \ argument 139 #define __local_unlock_irqrestore(lock, flags) __local_unlock(lock) argument
|
| /include/linux/sched/ |
| D | isolation.h | 31 static inline int housekeeping_any_cpu(enum hk_flags flags) in housekeeping_any_cpu() 36 static inline const struct cpumask *housekeeping_cpumask(enum hk_flags flags) in housekeeping_cpumask() 41 static inline bool housekeeping_enabled(enum hk_flags flags) in housekeeping_enabled() 47 enum hk_flags flags) { } in housekeeping_affine() 51 static inline bool housekeeping_cpu(int cpu, enum hk_flags flags) in housekeeping_cpu()
|
| D | mm.h | 164 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() 288 unsigned int flags = current->flags & PF_MEMALLOC_PIN; in memalloc_pin_save() local 294 static inline void memalloc_pin_restore(unsigned int flags) in memalloc_pin_restore()
|
| /include/trace/events/ |
| D | ext4.h | 24 #define show_mballoc_flags(flags) __print_flags(flags, "|", \ argument 41 #define show_map_flags(flags) __print_flags(flags, "|", \ argument 64 #define show_mflags(flags) __print_flags(flags, "", \ argument 70 #define show_free_flags(flags) __print_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 110 __be16 flags, __be16 proto, in gre_build_header()
|
| /include/linux/gpio/ |
| D | consumer.h | 200 enum gpiod_flags flags) in gpiod_get() 208 enum gpiod_flags flags) in gpiod_get_index() 215 enum gpiod_flags flags) in gpiod_get_optional() 222 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional() 229 enum gpiod_flags flags) in gpiod_get_array() 236 enum gpiod_flags flags) in gpiod_get_array_optional() 269 enum gpiod_flags flags) in devm_gpiod_get() 278 enum gpiod_flags flags) in devm_gpiod_get_index() 285 enum gpiod_flags flags) in devm_gpiod_get_optional() 292 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 | 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 | 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 230 __u32 flags; /* Zero for now */ member
|
| /include/net/netfilter/ |
| D | nf_tables_ipv6.h | 11 unsigned int flags = IP6_FH_F_AUTH; in nft_set_pktinfo_ipv6() local 30 unsigned int flags = IP6_FH_F_AUTH; in __nft_set_pktinfo_ipv6_validate() local 73 unsigned int flags = IP6_FH_F_AUTH; in nft_set_pktinfo_ipv6_ingress() local
|