| /include/linux/ |
| D | irqflags.h | 61 #define raw_local_irq_save(flags) \ argument 66 #define raw_local_irq_restore(flags) \ argument 71 #define raw_local_save_flags(flags) \ argument 76 #define raw_irqs_disabled_flags(flags) \ argument 93 #define local_irq_save(flags) \ argument 100 #define local_irq_restore(flags) \ argument 122 #define local_irq_save(flags) \ argument 126 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument 131 #define local_save_flags(flags) raw_local_save_flags(flags) argument 149 #define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags) argument
|
| 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 42 # define do_raw_read_lock_flags(lock, flags) \ argument 47 # define do_raw_write_lock_flags(lock, flags) \ argument 69 #define read_lock_irqsave(lock, flags) \ argument 74 #define write_lock_irqsave(lock, flags) \ argument 82 #define read_lock_irqsave(lock, flags) \ argument 87 #define write_lock_irqsave(lock, flags) \ argument 104 #define read_unlock_irqrestore(lock, flags) \ argument 111 #define write_unlock_irqrestore(lock, flags) \ argument [all …]
|
| D | slab.h | 357 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 362 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() 387 gfp_t flags, size_t size) in kmem_cache_alloc_trace() 413 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace() 419 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large() 478 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc() 518 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() 576 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array() 591 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() 605 #define kmalloc_track_caller(size, flags) \ argument [all …]
|
| D | spinlock.h | 141 #define do_raw_spin_lock_flags(lock, flags) do_raw_spin_lock(lock) argument 152 do_raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long *flags) __acquires(lock) in do_raw_spin_lock_flags() 205 #define raw_spin_lock_irqsave(lock, flags) \ argument 212 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 218 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 227 #define raw_spin_lock_irqsave(lock, flags) \ argument 233 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 243 #define raw_spin_unlock_irqrestore(lock, flags) \ argument 260 #define raw_spin_trylock_irqsave(lock, flags) \ argument 335 #define spin_lock_irqsave(lock, flags) \ argument [all …]
|
| D | hwspinlock.h | 109 int mode, unsigned long *flags) in __hwspin_lock_timeout() 115 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() 121 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() 154 int hwspin_trylock_irqsave(struct hwspinlock *hwlock, unsigned long *flags) in hwspin_trylock_irqsave() 217 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave() 283 unsigned long *flags) in hwspin_unlock_irqrestore()
|
| 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 | 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 | 77 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 | kasan.h | 96 unsigned long *flags) {} in kasan_cache_create() 108 static inline void kasan_kmalloc_large(void *ptr, size_t size, gfp_t flags) {} in kasan_kmalloc_large() 112 size_t size, gfp_t flags) {} in kasan_kmalloc() 114 gfp_t flags) {} in kasan_krealloc() 117 gfp_t flags) {} in kasan_slab_alloc()
|
| D | kmemleak.h | 48 int min_count, unsigned long flags, in kmemleak_alloc_recursive() 55 static inline void kmemleak_free_recursive(const void *ptr, unsigned long flags) in kmemleak_free_recursive() 76 int min_count, unsigned long flags, in kmemleak_alloc_recursive() 90 static inline void kmemleak_free_recursive(const void *ptr, unsigned long flags) in kmemleak_free_recursive()
|
| /include/trace/events/ |
| D | ext4.h | 21 #define show_mballoc_flags(flags) __print_flags(flags, "|", \ argument 37 #define show_map_flags(flags) __print_flags(flags, "|", \ argument 48 #define show_mflags(flags) __print_flags(flags, "", \ argument 54 #define show_free_flags(flags) __print_flags(flags, "|", \ argument
|
| D | sunrpc.h | 401 #define rpc_show_sock_xprt_flags(flags) \ argument 442 #define show_rqstp_flags(flags) \ argument 546 #define show_svc_xprt_flags(flags) \ argument
|
| /include/asm-generic/bitops/ |
| D | atomic.h | 69 unsigned long flags; in set_bit() local 90 unsigned long flags; in clear_bit() local 111 unsigned long flags; in change_bit() local 132 unsigned long flags; in test_and_set_bit() local 156 unsigned long flags; in test_and_clear_bit() local 179 unsigned long flags; in test_and_change_bit() local
|
| /include/linux/gpio/ |
| D | consumer.h | 151 enum gpiod_flags flags) in gpiod_get() 159 enum gpiod_flags flags) in gpiod_get_index() 166 enum gpiod_flags flags) in gpiod_get_optional() 173 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional() 180 enum gpiod_flags flags) in gpiod_get_array() 187 enum gpiod_flags flags) in gpiod_get_array_optional() 211 enum gpiod_flags flags) in devm_gpiod_get() 220 enum gpiod_flags flags) in devm_gpiod_get_index() 227 enum gpiod_flags flags) in devm_gpiod_get_optional() 234 unsigned int index, enum gpiod_flags flags) in devm_gpiod_get_index_optional() [all …]
|
| /include/net/ |
| D | gue.h | 47 __u16 flags; member 72 static inline size_t guehdr_flags_len(__be16 flags) in guehdr_flags_len() 77 static inline size_t guehdr_priv_flags_len(__be32 flags) in guehdr_priv_flags_len() 90 __be32 flags = guehdr->flags; in validate_gue_flags() local
|
| D | gre.h | 8 __be16 flags; member 52 static inline __be16 gre_flags_to_tnl_flags(__be16 flags) in gre_flags_to_tnl_flags() 76 __be16 flags = 0; in gre_tnl_flags_to_gre_flags() local 108 __be16 flags, __be16 proto, in gre_build_header()
|
| D | dst_metadata.h | 118 __be16 flags, in __ip_tun_set_dst() 135 __be16 flags, in ip_tun_rx_dst() 149 __be16 flags, in __ipv6_tun_set_dst() 178 __be16 flags, in ipv6_tun_rx_dst()
|
| /include/uapi/linux/netfilter/ |
| D | xt_set.h | 19 __u32 flags[IPSET_DIM_MAX + 1]; member 23 __u8 flags; member 43 __u8 flags; member 61 __u32 flags; member 71 __u32 flags; member 80 __u32 flags; member 90 __u32 flags; member
|
| D | xt_socket.h | 13 __u8 flags; member 18 __u8 flags; member 23 __u8 flags; member
|
| /include/uapi/linux/ |
| D | pr.h | 16 __u32 flags; member 22 __u32 flags; member 30 __u32 flags; member 35 __u32 flags; member
|
| D | vfio.h | 137 __u32 flags; member 196 __u32 flags; member 220 __u32 flags; member 325 __u32 flags; member 375 __u32 flags; member 455 __u32 flags; member 470 __u32 flags; member 489 __u32 flags; member 504 __u32 flags; member 526 __u32 flags; member [all …]
|
| D | scif_ioctl.h | 90 __s32 flags; member 105 __s32 flags; member 123 __s32 flags; member 156 __s32 flags; member 165 __s32 flags; member 182 __s32 flags; member
|
| D | sync_file.h | 29 __u32 flags; member 45 __u32 flags; member 62 __u32 flags; member
|
| /include/asm-generic/ |
| D | cmpxchg-local.h | 17 unsigned long flags, prev; in __cmpxchg_local_generic() local 57 unsigned long flags; in __cmpxchg64_local_generic() local
|
| D | irqflags.h | 27 unsigned long flags; in arch_local_irq_save() local 36 static inline int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
|