/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
|
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 | compiler-intel.h | 28 #define OPTIMIZER_HIDE_VAR(var) barrier() argument
|
D | util_macros.h | 49 #define is_insidevar(ptr, var) \ argument
|
D | fbcon.h | 39 struct fb_var_screeninfo *var) { return 0; } in fbcon_modechange_possible()
|
D | cleanup.h | 85 #define CLASS(_name, var) \ argument
|
D | compiler.h | 177 #define OPTIMIZER_HIDE_VAR(var) \ argument
|
D | mcb.h | 70 int var; member
|
D | timer.h | 157 #define from_timer(var, callback_timer, timer_fieldname) \ argument
|
D | moduleparam.h | 328 #define core_param(name, var, type, perm) \ argument 339 #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 | 154 #define sk_msg_iter_var_prev(var) \ argument 162 #define sk_msg_iter_var_next(var) \ argument
|
D | init.h | 337 #define early_param_on_off(str_on, str_off, var, config) \ argument
|
D | interrupt.h | 690 #define from_tasklet(var, callback_tasklet, tasklet_fieldname) \ argument
|
D | coresight.h | 270 #define DEFINE_CORESIGHT_DEVLIST(var, dev_pfx) \ argument
|
D | device.h | 112 void *var; member
|
D | fb.h | 458 struct fb_var_screeninfo var; /* Current 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 218 #define virt_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) argument
|
/include/linux/amba/ |
D | clcd.h | 145 struct fb_var_screeninfo *var = &fb->fb.var; in clcdfb_decode() local 242 static inline int clcdfb_check(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_check()
|
/include/sound/ |
D | pcm.h | 236 int var; member 254 snd_pcm_hw_param_t var) in constrs_mask() 260 snd_pcm_hw_param_t var) in constrs_interval() 943 static inline int hw_is_mask(int var) in hw_is_mask() 949 static inline int hw_is_interval(int var) in hw_is_interval() 956 snd_pcm_hw_param_t var) in hw_param_mask() 962 snd_pcm_hw_param_t var) in hw_param_interval() 968 snd_pcm_hw_param_t var) in hw_param_mask_c() 974 snd_pcm_hw_param_t var) in hw_param_interval_c() 1109 struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_single()
|
/include/drm/ |
D | drm_fb_helper.h | 301 static inline int drm_fb_helper_pan_display(struct fb_var_screeninfo *var, in drm_fb_helper_pan_display() 312 static inline int drm_fb_helper_check_var(struct fb_var_screeninfo *var, in drm_fb_helper_check_var()
|
/include/linux/fsl/bestcomm/ |
D | bestcomm_priv.h | 55 u32 var; member 75 u32 *var; member
|