| /include/linux/ |
| D | wait_bit.h | 242 #define ___wait_var_event(var, condition, state, exclusive, ret, cmd) \ argument 269 #define __wait_var_event(var, condition) \ argument 273 #define wait_var_event(var, condition) \ argument 281 #define __wait_var_event_killable(var, condition) \ argument 285 #define wait_var_event_killable(var, condition) \ argument 294 #define __wait_var_event_timeout(var, condition, timeout) \ argument 299 #define wait_var_event_timeout(var, condition, timeout) \ argument 308 #define __wait_var_event_interruptible(var, condition) \ argument 312 #define wait_var_event_interruptible(var, condition) \ argument 372 static inline bool atomic_dec_and_wake_up(atomic_t *var) in atomic_dec_and_wake_up() [all …]
|
| D | kcsan-checks.h | 370 #define ASSERT_EXCLUSIVE_WRITER(var) \ argument 379 #define __ASSERT_EXCLUSIVE_SCOPED(var, type, id) \ argument 419 #define ASSERT_EXCLUSIVE_WRITER_SCOPED(var) \ argument 451 #define ASSERT_EXCLUSIVE_ACCESS(var) \ argument 467 #define ASSERT_EXCLUSIVE_ACCESS_SCOPED(var) \ argument 525 #define ASSERT_EXCLUSIVE_BITS(var, mask) \ argument
|
| D | percpu-defs.h | 194 #define EXPORT_PER_CPU_SYMBOL(var) EXPORT_SYMBOL(var) argument 195 #define EXPORT_PER_CPU_SYMBOL_GPL(var) EXPORT_SYMBOL_GPL(var) argument 197 #define EXPORT_PER_CPU_SYMBOL(var) argument 198 #define EXPORT_PER_CPU_SYMBOL_GPL(var) argument 269 #define per_cpu(var, cpu) (*per_cpu_ptr(&(var), cpu)) argument 275 #define get_cpu_var(var) \ argument 285 #define put_cpu_var(var) \ argument 291 #define get_cpu_ptr(var) \ argument 297 #define put_cpu_ptr(var) \ argument
|
| D | highuid.h | 70 #define SET_UID(var, uid) do { (var) = __convert_uid(sizeof(var), (uid)); } while (0) argument 71 #define SET_GID(var, gid) do { (var) = __convert_gid(sizeof(var), (gid)); } while (0) argument
|
| D | util_macros.h | 75 #define is_insidevar(ptr, var) \ argument
|
| D | overflow.h | 96 #define wrapping_assign_add(var, offset) \ argument 142 #define wrapping_assign_sub(var, offset) \ argument
|
| D | fbcon.h | 39 struct fb_var_screeninfo *var) { return 0; } in fbcon_modechange_possible()
|
| D | timer.h | 132 #define from_timer(var, callback_timer, timer_fieldname) \ argument
|
| D | mcb.h | 70 int var; member
|
| D | compiler.h | 162 #define OPTIMIZER_HIDE_VAR(var) \ argument
|
| D | cleanup.h | 257 #define CLASS(_name, var) \ argument
|
| D | compiler_types.h | 445 #define __annotated(var, attr) __builtin_has_attribute(var, attr) argument 447 #define __annotated(var, attr) (false) argument
|
| D | moduleparam.h | 331 #define core_param(name, var, type, perm) \ argument 342 #define core_param_unsafe(name, var, type, perm) \ argument
|
| D | vmw_vmci_defs.h | 806 static inline u64 vmci_q_read_pointer(u64 *var) in vmci_q_read_pointer() 817 static inline void vmci_q_set_pointer(u64 *var, u64 new_val) in vmci_q_set_pointer() 827 static inline void vmci_qp_add_pointer(u64 *var, size_t add, u64 size) in vmci_qp_add_pointer()
|
| D | skmsg.h | 166 #define sk_msg_iter_var_prev(var) \ argument 174 #define sk_msg_iter_var_next(var) \ argument
|
| D | init.h | 362 #define early_param_on_off(str_on, str_off, var, config) \ argument
|
| D | workqueue.h | 579 #define from_work(var, callback_work, work_fieldname) \ argument
|
| D | interrupt.h | 697 #define from_tasklet(var, callback_tasklet, tasklet_fieldname) \ argument
|
| D | coresight.h | 324 #define DEFINE_CORESIGHT_DEVLIST(var, dev_pfx) \ argument
|
| D | device.h | 121 void *var; member
|
| /include/linux/byteorder/ |
| D | generic.h | 144 static inline void le16_add_cpu(__le16 *var, u16 val) in le16_add_cpu() 149 static inline void le32_add_cpu(__le32 *var, u32 val) in le32_add_cpu() 154 static inline void le64_add_cpu(__le64 *var, u64 val) in le64_add_cpu() 176 static inline void be16_add_cpu(__be16 *var, u16 val) in be16_add_cpu() 181 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() 186 static inline void be64_add_cpu(__be64 *var, u64 val) in be64_add_cpu()
|
| /include/asm-generic/ |
| D | barrier.h | 127 #define __smp_store_mb(var, value) do { WRITE_ONCE(var, value); __smp_mb(); } while (0) argument 160 #define smp_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) argument 182 #define smp_store_mb(var, value) do { WRITE_ONCE(var, value); barrier(); } while (0) argument 216 #define virt_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) argument
|
| /include/drm/ |
| D | drm_fb_helper.h | 308 static inline int drm_fb_helper_pan_display(struct fb_var_screeninfo *var, in drm_fb_helper_pan_display() 319 static inline int drm_fb_helper_check_var(struct fb_var_screeninfo *var, in drm_fb_helper_check_var()
|
| /include/sound/ |
| D | pcm.h | 252 int var; member 270 snd_pcm_hw_param_t var) in constrs_mask() 276 snd_pcm_hw_param_t var) in constrs_interval() 978 static inline int hw_is_mask(int var) in hw_is_mask() 984 static inline int hw_is_interval(int var) in hw_is_interval() 991 snd_pcm_hw_param_t var) in hw_param_mask() 997 snd_pcm_hw_param_t var) in hw_param_interval() 1003 snd_pcm_hw_param_t var) in hw_param_mask_c() 1009 snd_pcm_hw_param_t var) in hw_param_interval_c() 1144 struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_single()
|
| /include/linux/fsl/bestcomm/ |
| D | bestcomm_priv.h | 55 u32 var; member 75 u32 *var; member
|