Home
last modified time | relevance | path

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

12345678910>>...35

/include/linux/
Dslab.h364 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags) in kmalloc_type()
542 static __always_inline __alloc_size(1) void *kmalloc(size_t size, gfp_t flags) in kmalloc()
565 static __always_inline __alloc_size(1) void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
585 static __always_inline __alloc_size(1) void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
600 static inline __alloc_size(1, 2) void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array()
621 gfp_t flags) in krealloc_array()
637 static inline __alloc_size(1, 2) void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc()
644 #define kmalloc_node_track_caller(size, flags, node) \ argument
656 #define kmalloc_track_caller(size, flags) \ argument
660 static inline __alloc_size(1, 2) void *kmalloc_array_node(size_t n, size_t size, gfp_t flags, in kmalloc_array_node()
[all …]
Dspinlock.h241 #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 …]
Dirqflags.h176 #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
Dspinlock_api_up.h39 #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
Drwlock.h66 #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
Dspinlock_rt.h57 # 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
Dclk-provider.h319 unsigned long flags; member
368 unsigned long flags; member
392 #define clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument
405 #define devm_clk_hw_register_fixed_rate(dev, name, parent_name, flags, fixed_rate) \ argument
417 #define clk_hw_register_fixed_rate_parent_hw(dev, name, parent_hw, flags, \ argument
430 #define clk_hw_register_fixed_rate_parent_data(dev, name, parent_hw, flags, \ argument
446 flags, fixed_rate, \ argument
462 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument
477 parent_data, flags, fixed_rate, fixed_accuracy) \ argument
491 flags, fixed_rate) \ argument
[all …]
Drwlock_rt.h51 #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()
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()
Drwlock_api_smp.h109 #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()
Dkasan.h199 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc()
209 const void *object, size_t size, gfp_t flags) in kasan_kmalloc()
219 size_t size, gfp_t flags) in kasan_kmalloc_large()
229 size_t new_size, gfp_t flags) in kasan_krealloc()
276 gfp_t flags, bool init) in kasan_slab_alloc()
281 size_t size, gfp_t flags) in kasan_kmalloc()
285 static inline void *kasan_kmalloc_large(const void *ptr, size_t size, gfp_t flags) in kasan_kmalloc_large()
290 gfp_t flags) in kasan_krealloc()
334 slab_flags_t *flags) {} in kasan_cache_create()
420 kasan_vmalloc_flags_t flags) in kasan_unpoison_vmalloc()
[all …]
Dlocal_lock_internal.h77 #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
Du64_stats_sync.h101 static inline void __u64_stats_irqrestore(unsigned long flags) { } in __u64_stats_irqrestore()
157 unsigned long flags; in __u64_stats_irqsave() local
163 static inline void __u64_stats_irqrestore(unsigned long flags) in __u64_stats_irqrestore()
192 unsigned long flags = __u64_stats_irqsave(); in u64_stats_update_begin_irqsave() local
199 unsigned long flags) in u64_stats_update_end_irqrestore()
/include/linux/sched/
Dmm.h140 #define arch_get_mmap_end(addr, len, flags) (TASK_SIZE) argument
203 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context()
290 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; in memalloc_noio_save() local
303 static inline void memalloc_noio_restore(unsigned int flags) in memalloc_noio_restore()
321 unsigned int flags = current->flags & PF_MEMALLOC_NOFS; in memalloc_nofs_save() local
334 static inline void memalloc_nofs_restore(unsigned int flags) in memalloc_nofs_restore()
341 unsigned int flags = current->flags & PF_MEMALLOC; in memalloc_noreclaim_save() local
346 static inline void memalloc_noreclaim_restore(unsigned int flags) in memalloc_noreclaim_restore()
353 unsigned int flags = current->flags & PF_MEMALLOC_PIN; in memalloc_pin_save() local
359 static inline void memalloc_pin_restore(unsigned int flags) in memalloc_pin_restore()
/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
Ddlm.h14 #define show_lock_flags(flags) __print_flags(flags, "|", \ argument
44 #define show_dlm_sb_flags(flags) __print_flags(flags, "|", \ argument
49 #define show_lkb_flags(flags) __print_flags(flags, "|", \ argument
/include/linux/gpio/
Dconsumer.h198 enum gpiod_flags flags) in gpiod_get()
206 enum gpiod_flags flags) in gpiod_get_index()
213 enum gpiod_flags flags) in gpiod_get_optional()
220 unsigned int index, enum gpiod_flags flags) in gpiod_get_index_optional()
227 enum gpiod_flags flags) in gpiod_get_array()
234 enum gpiod_flags flags) in gpiod_get_array_optional()
267 enum gpiod_flags flags) in devm_gpiod_get()
276 enum gpiod_flags flags) in devm_gpiod_get_index()
283 enum gpiod_flags flags) in devm_gpiod_get_optional()
290 unsigned int index, enum gpiod_flags flags) in devm_gpiod_get_index_optional()
[all …]
/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.h51 __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
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
110 __be16 flags, __be16 proto, in gre_build_header()
/include/uapi/linux/
Dpr.h19 __u32 flags; member
25 __u32 flags; member
33 __u32 flags; member
38 __u32 flags; member
Ddma-buf.h75 __u64 flags; member
135 __u32 flags; member
165 __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
/include/net/netfilter/
Dnf_tables_ipv6.h11 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

12345678910>>...35