Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 826) sorted by relevance

12345678910>>...34

/include/linux/
Drwlock.h33 #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 …]
Dslab.h330 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags) in kmalloc_type()
428 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
433 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node()
458 gfp_t flags, size_t size) in kmem_cache_alloc_trace()
484 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) in kmalloc_order_trace()
490 static __always_inline void *kmalloc_large(size_t size, gfp_t flags) in kmalloc_large()
550 static __always_inline void *kmalloc(size_t size, gfp_t flags) in kmalloc()
572 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
596 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array()
613 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc()
[all …]
Dspinlock.h176 #define do_raw_spin_lock_flags(lock, flags) do_raw_spin_lock(lock) argument
188 #define arch_spin_lock_flags(lock, flags) arch_spin_lock(lock) argument
192 do_raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long *flags) __acquires(lock) in do_raw_spin_lock_flags()
249 #define raw_spin_lock_irqsave(lock, flags) \ argument
256 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument
262 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument
271 #define raw_spin_lock_irqsave(lock, flags) \ argument
277 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument
287 #define raw_spin_unlock_irqrestore(lock, flags) \ argument
304 #define raw_spin_trylock_irqsave(lock, flags) \ argument
[all …]
Dirqflags.h157 #define raw_local_irq_save(flags) \ argument
162 #define raw_local_irq_restore(flags) \ argument
167 #define raw_local_save_flags(flags) \ argument
172 #define raw_irqs_disabled_flags(flags) \ argument
200 #define local_irq_save(flags) \ argument
207 #define local_irq_restore(flags) \ argument
225 #define local_irq_save(flags) do { raw_local_irq_save(flags); } while (0) argument
226 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument
231 #define local_save_flags(flags) raw_local_save_flags(flags) argument
249 #define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags) argument
Dspinlock_api_up.h39 #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
Drwlock_api_smp.h108 #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()
Dhwspinlock.h114 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()
Dclk-provider.h307 unsigned long flags; member
356 unsigned long flags; member
380 #define clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument
392 #define clk_hw_register_fixed_rate_parent_hw(dev, name, parent_hw, flags, \ argument
405 #define clk_hw_register_fixed_rate_parent_data(dev, name, parent_hw, flags, \ argument
421 flags, fixed_rate, \ argument
437 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument
452 parent_data, flags, fixed_rate, fixed_accuracy) \ argument
466 flags, fixed_rate) \ argument
503 u8 flags; member
[all …]
Dkasan.h93 unsigned int order, gfp_t flags) in kasan_alloc_pages()
155 unsigned int *size, slab_flags_t *flags) in kasan_cache_create()
236 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc()
246 const void *object, size_t size, gfp_t flags) in kasan_kmalloc()
256 size_t size, gfp_t flags) in kasan_kmalloc_large()
266 size_t new_size, gfp_t flags) in kasan_krealloc()
302 slab_flags_t *flags) {} in kasan_cache_create()
322 gfp_t flags, bool init) in kasan_slab_alloc()
327 size_t size, gfp_t flags) in kasan_kmalloc()
331 static inline void *kasan_kmalloc_large(const void *ptr, size_t size, gfp_t flags) in kasan_kmalloc_large()
[all …]
Dmman.h90 #define arch_calc_vm_flag_bits(flags) 0 argument
117 static inline bool arch_validate_flags(unsigned long flags) in arch_validate_flags()
151 calc_vm_flag_bits(unsigned long flags) in calc_vm_flag_bits()
/include/linux/sched/
Dmm.h163 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context()
205 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save() local
218 static inline void memalloc_noio_restore(unsigned int flags) in memalloc_noio_restore()
236 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save() local
249 static inline void memalloc_nofs_restore(unsigned int flags) in memalloc_nofs_restore()
256 unsigned int flags = current->flags & PF_MEMALLOC; in memalloc_noreclaim_save() local
261 static inline void memalloc_noreclaim_restore(unsigned int flags) in memalloc_noreclaim_restore()
269 unsigned int flags = current->flags & PF_MEMALLOC_NOCMA; in memalloc_nocma_save() local
275 static inline void memalloc_nocma_restore(unsigned int flags) in memalloc_nocma_restore()
285 static inline void memalloc_nocma_restore(unsigned int flags) in memalloc_nocma_restore()
Disolation.h31 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()
/include/trace/events/
Dext4.h24 #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
Derofs.h21 #define show_map_flags(flags) __print_flags(flags, "|", \ argument
24 #define show_mflags(flags) __print_flags(flags, "", \ argument
/include/uapi/linux/netfilter/
Dxt_set.h20 __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
Dxt_socket.h14 __u8 flags; member
19 __u8 flags; member
24 __u8 flags; member
/include/net/
Dgue.h48 __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
Dgre.h9 __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/
Dconsumer.h203 enum gpiod_flags flags) in gpiod_get()
211 enum gpiod_flags flags) in gpiod_get_index()
218 enum gpiod_flags flags) in gpiod_get_optional()
225 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional()
232 enum gpiod_flags flags) in gpiod_get_array()
239 enum gpiod_flags flags) in gpiod_get_array_optional()
272 enum gpiod_flags flags) in devm_gpiod_get()
281 enum gpiod_flags flags) in devm_gpiod_get_index()
288 enum gpiod_flags flags) in devm_gpiod_get_optional()
295 unsigned int index, enum gpiod_flags flags) in devm_gpiod_get_index_optional()
[all …]
/include/uapi/linux/
Dpr.h19 __u32 flags; member
25 __u32 flags; member
33 __u32 flags; member
38 __u32 flags; member
Dscif_ioctl.h91 __s32 flags; member
106 __s32 flags; member
124 __s32 flags; member
157 __s32 flags; member
166 __s32 flags; member
183 __s32 flags; member
Dfpga-dfl.h81 __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/soc/nps/
Dmtm.h39 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/netfilter/
Dnf_tables_ipv6.h12 unsigned int flags = IP6_FH_F_AUTH; in nft_set_pktinfo_ipv6() local
32 unsigned int flags = IP6_FH_F_AUTH; in __nft_set_pktinfo_ipv6_validate() local
77 unsigned int flags = IP6_FH_F_AUTH; in nft_set_pktinfo_ipv6_ingress() local
/include/asm-generic/
Dirqflags.h28 unsigned long flags; in arch_local_irq_save() local
37 static inline int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()

12345678910>>...34