Home
last modified time | relevance | path

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

12345678910>>...37

/include/drm/
A Ddrm_panic.h133 #define drm_panic_trylock(dev, flags) \ argument
156 #define drm_panic_lock(dev, flags) \ argument
167 #define drm_panic_unlock(dev, flags) \ argument
172 static inline bool drm_panic_trylock(struct drm_device *dev, unsigned long flags) in drm_panic_trylock()
177 static inline void drm_panic_lock(struct drm_device *dev, unsigned long flags) {} in drm_panic_lock()
178 static inline void drm_panic_unlock(struct drm_device *dev, unsigned long flags) {} in drm_panic_unlock()
/include/linux/
A Dirqflags.h170 #define raw_local_irq_save(flags) \ argument
175 #define raw_local_irq_restore(flags) \ argument
181 #define raw_local_save_flags(flags) \ argument
186 #define raw_irqs_disabled_flags(flags) \ argument
214 #define local_irq_save(flags) \ argument
221 #define local_irq_restore(flags) \ argument
239 #define local_irq_save(flags) do { raw_local_irq_save(flags); } while (0) argument
240 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) argument
245 #define local_save_flags(flags) raw_local_save_flags(flags) argument
263 #define irqs_disabled_flags(flags) raw_irqs_disabled_flags(flags) argument
A 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
419 #define spin_trylock_irqsave(lock, flags) \ argument
[all …]
A 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
A 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
A Dclk-provider.h307 unsigned long flags; member
356 unsigned long flags; member
448 flags, fixed_rate, \ argument
493 flags, fixed_rate) \ argument
530 u8 flags; member
718 u16 flags; member
1010 u8 flags; member
1141 unsigned int flags; member
1224 u8 flags; member
1276 u8 flags; member
[all …]
A 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()
A Dhwspinlock.h107 int mode, unsigned long *flags) in __hwspin_lock_timeout()
113 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock()
119 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock()
171 int hwspin_trylock_irqsave(struct hwspinlock *hwlock, unsigned long *flags) in hwspin_trylock_irqsave()
270 unsigned int to, unsigned long *flags) in hwspin_lock_timeout_irqsave()
381 unsigned long *flags) in hwspin_unlock_irqrestore()
A Dkasan.h257 const void *object, size_t size, gfp_t flags) in kasan_kmalloc()
267 size_t size, gfp_t flags) in kasan_kmalloc_large()
277 size_t new_size, gfp_t flags) in kasan_krealloc()
436 gfp_t flags, bool init) in kasan_slab_alloc()
441 size_t size, gfp_t flags) in kasan_kmalloc()
450 gfp_t flags) in kasan_krealloc()
506 slab_flags_t *flags) {} in kasan_cache_create()
585 unsigned long flags) { } in kasan_release_vmalloc()
593 kasan_vmalloc_flags_t flags) in kasan_unpoison_vmalloc()
621 unsigned long flags) { } in kasan_release_vmalloc()
[all …]
A 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()
A Dspinlock_rt.h56 # define __spin_lock_irqsave_nested(lock, flags, subclass) \ argument
71 # define __spin_lock_irqsave_nested(lock, flags, subclass) \ argument
81 #define spin_lock_irqsave_nested(lock, flags, subclass) \ argument
96 #define spin_lock_irqsave(lock, flags) \ argument
120 unsigned long flags) in spin_unlock_irqrestore()
134 #define spin_trylock_irqsave(lock, flags) \ argument
A Dlocal_lock.h30 #define local_lock_irqsave(lock, flags) \ argument
51 #define local_unlock_irqrestore(lock, flags) \ argument
79 #define local_trylock_irqsave(lock, flags) \ argument
A Dslab.h346 slab_flags_t flags, void (*ctor)(void *)) in __kmem_cache_create()
376 unsigned int align, slab_flags_t flags, in kmem_cache_create_usercopy()
394 slab_flags_t flags) in __kmem_cache_default_args()
638 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type()
896 static __always_inline __alloc_size(1) void *kmalloc_noprof(size_t size, gfp_t flags) in kmalloc_noprof()
972 gfp_t flags) in krealloc_array_noprof()
989 #define kcalloc(n, size, flags) kmalloc_array(n, size, (flags) | __GFP_ZERO) argument
993 #define kmalloc_node_track_caller_noprof(size, flags, node, caller) \ argument
1037 static inline __alloc_size(1) void *kzalloc_noprof(size_t size, gfp_t flags) in kzalloc_noprof()
1045 #define kvmalloc_node_noprof(size, flags, node) \ argument
[all …]
A Du64_stats_sync.h101 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()
/include/linux/gpio/
A Dconsumer.h207 enum gpiod_flags flags) in gpiod_get_index()
214 enum gpiod_flags flags) in gpiod_get_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()
298 enum gpiod_flags flags) in devm_gpiod_get_array()
538 enum gpiod_flags flags, in fwnode_gpiod_get_index()
579 unsigned long flags) in gpiod_disable_hw_timestamp_ns()
[all …]
/include/trace/events/
A Dext4.h24 #define show_mballoc_flags(flags) __print_flags(flags, "|", \ argument
38 #define show_map_flags(flags) __print_flags(flags, "|", \ argument
61 #define show_mflags(flags) __print_flags(flags, "", \ argument
67 #define show_free_flags(flags) __print_flags(flags, "|", \ argument
A Ddlm.h15 #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/
A 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
A Dxt_socket.h14 __u8 flags; member
19 __u8 flags; member
24 __u8 flags; member
/include/net/
A 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
A Dgre.h9 __be16 flags; member
65 static inline void gre_flags_to_tnl_flags(unsigned long *dst, __be16 flags) in gre_flags_to_tnl_flags()
82 __be16 flags = 0; in gre_tnl_flags_to_gre_flags() local
103 const unsigned long *flags, __be16 proto, in gre_build_header()
/include/linux/sched/
A Dmm.h173 #define arch_get_mmap_end(addr, len, flags) (TASK_SIZE) argument
250 static inline gfp_t current_gfp_context(gfp_t flags) in current_gfp_context()
330 static inline unsigned memalloc_flags_save(unsigned flags) in memalloc_flags_save()
337 static inline void memalloc_flags_restore(unsigned flags) in memalloc_flags_restore()
367 static inline void memalloc_noio_restore(unsigned int flags) in memalloc_noio_restore()
397 static inline void memalloc_nofs_restore(unsigned int flags) in memalloc_nofs_restore()
438 static inline void memalloc_noreclaim_restore(unsigned int flags) in memalloc_noreclaim_restore()
466 static inline void memalloc_pin_restore(unsigned int flags) in memalloc_pin_restore()
/include/net/netfilter/
A 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
74 unsigned int flags = IP6_FH_F_AUTH; in nft_set_pktinfo_ipv6_ingress() local
/include/uapi/linux/
A Ddma-buf.h75 __u64 flags; member
135 __u32 flags; member
165 __u32 flags; member
A 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

Completed in 52 milliseconds

12345678910>>...37