| /include/linux/ |
| D | slab.h | 401 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type() 591 static __always_inline __alloc_size(1) void *kmalloc(size_t size, gfp_t flags) in kmalloc() 607 static __always_inline __alloc_size(1) void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() 629 static inline __alloc_size(1, 2) void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array() 650 gfp_t flags) in krealloc_array() 666 static inline __alloc_size(1, 2) void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() 673 #define kmalloc_node_track_caller(size, flags, node) \ argument 685 #define kmalloc_track_caller(size, flags) \ argument 689 static inline __alloc_size(1, 2) void *kmalloc_array_node(size_t n, size_t size, gfp_t flags, in kmalloc_array_node() 701 static inline __alloc_size(1, 2) void *kcalloc_node(size_t n, size_t size, gfp_t flags, int node) in kcalloc_node() [all …]
|
| D | spinlock.h | 241 #define raw_spin_lock_irqsave(lock, flags) \ argument 248 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 254 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 263 #define raw_spin_lock_irqsave(lock, flags) \ argument 269 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 279 #define raw_spin_unlock_irqrestore(lock, flags) \ argument 296 #define raw_spin_trylock_irqsave(lock, flags) \ argument 379 #define spin_lock_irqsave(lock, flags) \ argument 384 #define spin_lock_irqsave_nested(lock, flags, subclass) \ argument 404 static __always_inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags) in spin_unlock_irqrestore() [all …]
|
| D | irqflags.h | 176 #define raw_local_irq_save(flags) \ argument 181 #define raw_local_irq_restore(flags) \ argument 187 #define raw_local_save_flags(flags) \ argument 192 #define raw_irqs_disabled_flags(flags) \ argument 220 #define local_irq_save(flags) \ argument 227 #define local_irq_restore(flags) \ argument 245 #define local_irq_save(flags) do { raw_local_irq_save(flags); } while (0) argument 246 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument 251 #define local_save_flags(flags) raw_local_save_flags(flags) argument 269 #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 69 #define _raw_spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 70 #define _raw_read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 71 #define _raw_write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags) argument 85 #define _raw_spin_unlock_irqrestore(lock, flags) \ argument 87 #define _raw_read_unlock_irqrestore(lock, flags) \ argument 89 #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.h | 66 #define read_lock_irqsave(lock, flags) \ argument 71 #define write_lock_irqsave(lock, flags) \ argument 79 #define read_lock_irqsave(lock, flags) \ argument 84 #define write_lock_irqsave(lock, flags) \ argument 101 #define read_unlock_irqrestore(lock, flags) \ argument 108 #define write_unlock_irqrestore(lock, flags) \ argument 115 #define write_trylock_irqsave(lock, flags) \ argument
|
| D | clk-provider.h | 321 unsigned long flags; member 370 unsigned long flags; member 394 #define clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument 407 #define devm_clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument 419 #define clk_hw_register_fixed_rate_parent_hw(dev, name, parent_hw, flags, \ argument 432 #define clk_hw_register_fixed_rate_parent_data(dev, name, parent_data, flags, \ argument 448 flags, fixed_rate, \ argument 464 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument 479 parent_data, flags, fixed_rate, fixed_accuracy) \ argument 493 flags, fixed_rate) \ argument [all …]
|
| D | rwlock_rt.h | 51 #define read_lock_irqsave(lock, flags) \ argument 77 unsigned long flags) in read_unlock_irqrestore() 107 #define write_lock_irqsave(lock, flags) \ argument 116 #define write_trylock_irqsave(lock, flags) \ argument 143 unsigned long flags) in write_unlock_irqrestore()
|
| D | rwlock_api_smp.h | 109 #define _raw_read_unlock_irqrestore(lock, flags) \ argument 114 #define _raw_write_unlock_irqrestore(lock, flags) \ argument 156 unsigned long flags; in __raw_read_lock_irqsave() local 182 unsigned long flags; in __raw_write_lock_irqsave() local 237 __raw_read_unlock_irqrestore(rwlock_t *lock, unsigned long flags) in __raw_read_unlock_irqrestore() 261 unsigned long flags) in __raw_write_unlock_irqrestore()
|
| D | hwspinlock.h | 115 int mode, unsigned long *flags) in __hwspin_lock_timeout() 121 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() 127 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() 189 int hwspin_trylock_irqsave(struct hwspinlock *hwlock, unsigned long *flags) in hwspin_trylock_irqsave() 288 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave() 399 unsigned long *flags) in hwspin_unlock_irqrestore()
|
| D | kasan.h | 185 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc() 195 const void *object, size_t size, gfp_t flags) in kasan_kmalloc() 205 size_t size, gfp_t flags) in kasan_kmalloc_large() 215 size_t new_size, gfp_t flags) in kasan_krealloc() 261 gfp_t flags, bool init) in kasan_slab_alloc() 266 size_t size, gfp_t flags) in kasan_kmalloc() 270 static inline void *kasan_kmalloc_large(const void *ptr, size_t size, gfp_t flags) in kasan_kmalloc_large() 275 gfp_t flags) in kasan_krealloc() 325 slab_flags_t *flags) {} in kasan_cache_create() 411 kasan_vmalloc_flags_t flags) in kasan_unpoison_vmalloc() [all …]
|
| D | u64_stats_sync.h | 101 static inline void __u64_stats_irqrestore(unsigned long flags) { } in __u64_stats_irqrestore() 158 unsigned long flags; in __u64_stats_irqsave() local 164 static inline void __u64_stats_irqrestore(unsigned long flags) in __u64_stats_irqrestore() 193 unsigned long flags = __u64_stats_irqsave(); in u64_stats_update_begin_irqsave() local 200 unsigned long flags) in u64_stats_update_end_irqrestore()
|
| 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 | mm.h | 172 #define arch_get_mmap_end(addr, len, flags) (TASK_SIZE) argument 235 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context() 322 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save() local 335 static inline void memalloc_noio_restore(unsigned int flags) in memalloc_noio_restore() 353 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save() local 366 static inline void memalloc_nofs_restore(unsigned int flags) in memalloc_nofs_restore() 373 unsigned int flags = current->flags & PF_MEMALLOC; in memalloc_noreclaim_save() local 378 static inline void memalloc_noreclaim_restore(unsigned int flags) in memalloc_noreclaim_restore() 385 unsigned int flags = current->flags & PF_MEMALLOC_PIN; in memalloc_pin_save() local 391 static inline void memalloc_pin_restore(unsigned int flags) in memalloc_pin_restore()
|
| /include/linux/gpio/ |
| D | consumer.h | 199 enum gpiod_flags flags) in gpiod_get() 207 enum gpiod_flags flags) in gpiod_get_index() 214 enum gpiod_flags flags) in gpiod_get_optional() 221 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional() 228 enum gpiod_flags flags) in gpiod_get_array() 235 enum gpiod_flags flags) in gpiod_get_array_optional() 268 enum gpiod_flags flags) in devm_gpiod_get() 277 enum gpiod_flags flags) in devm_gpiod_get_index() 284 enum gpiod_flags flags) in devm_gpiod_get_optional() 291 unsigned int index, enum gpiod_flags flags) in devm_gpiod_get_index_optional() [all …]
|
| /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 | dlm.h | 15 #define show_lock_flags(flags) __print_flags(flags, "|", \ argument 45 #define show_dlm_sb_flags(flags) __print_flags(flags, "|", \ argument 50 #define show_lkb_flags(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 | 51 __be16 flags; member 76 static inline size_t guehdr_flags_len(__be16 flags) in guehdr_flags_len() 81 static inline size_t guehdr_priv_flags_len(__be32 flags) in guehdr_priv_flags_len() 92 __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/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
|
| /include/uapi/linux/ |
| D | dma-buf.h | 75 __u64 flags; member 135 __u32 flags; member 165 __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 | pr.h | 36 __u32 flags; member 42 __u32 flags; member 50 __u32 flags; member 55 __u32 flags; member
|