Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 33) sorted by relevance

12

/linux-4.19.296/include/linux/
Dmmdebug.h18 #define VM_BUG_ON(cond) BUG_ON(cond) argument
19 #define VM_BUG_ON_PAGE(cond, page) \ argument
26 #define VM_BUG_ON_VMA(cond, vma) \ argument
33 #define VM_BUG_ON_MM(cond, mm) \ argument
40 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
53 #define VM_WARN_ON_ONCE(cond) (void)WARN_ON_ONCE(cond) argument
54 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument
55 #define VM_WARN(cond, format...) (void)WARN(cond, format) argument
57 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
[all …]
Diopoll.h43 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
81 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument
102 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
105 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
108 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
111 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
114 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
117 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
120 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
123 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
[all …]
Dtracepoint.h174 #define __DO_TRACE(tp, proto, args, cond, rcuidle) \ argument
218 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
228 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
242 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
308 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
410 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
536 args, cond) \ argument
545 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
549 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
Dbug.h18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument
21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
Dbuild_bug.h12 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
45 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dprocessor.h58 #define spin_until_cond(cond) \ argument
Dseqno-fence.h98 enum seqno_fence_condition cond, in seqno_fence_init()
Dcompiler.h56 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument
57 #define __trace_if(cond) \ argument
Dcontext_tracking.h93 #define CT_WARN_ON(cond) WARN_ON(context_tracking_is_enabled() && (cond)) argument
Dnetfilter.h267 bool cond) in NF_HOOK_COND()
374 bool cond) in NF_HOOK_COND()
Dregmap.h125 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
167 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument
/linux-4.19.296/virt/kvm/arm/hyp/
Daarch32.c51 int cond; in kvm_condition_valid32() local
98 unsigned long itbits, cond; in kvm_adjust_itstate() local
/linux-4.19.296/include/media/
Dv4l2-device.h251 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
276 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
308 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
343 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
/linux-4.19.296/include/trace/
Ddefine_trace.h31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
62 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
/linux-4.19.296/fs/jfs/
Djfs_lock.h35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
Djfs_logmgr.c129 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
/linux-4.19.296/include/uapi/linux/
Dblkzoned.h99 __u8 cond; /* Zone condition */ member
/linux-4.19.296/include/rdma/
Duverbs_types.h161 #define UVERBS_BUILD_BUG_ON(cond) (sizeof(char[1 - 2 * !!(cond)]) - \ argument
/linux-4.19.296/drivers/i2c/busses/
Di2c-designware-common.c119 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) in i2c_dw_scl_hcnt()
Di2c-brcmstb.c468 u32 cond, cond_per_msg; in brcmstb_i2c_xfer() local
/linux-4.19.296/fs/ocfs2/cluster/
Dmasklog.h199 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
/linux-4.19.296/drivers/pwm/
Dpwm-lpss.c131 static inline void pwm_lpss_cond_enable(struct pwm_device *pwm, bool cond) in pwm_lpss_cond_enable()
/linux-4.19.296/include/linux/power/
Dsmartreflex.h189 #define sr_test_cond_timeout(cond, timeout, index) \ argument
/linux-4.19.296/include/sound/
Dcore.h345 #define snd_BUG_ON(cond) WARN_ON((cond)) argument
/linux-4.19.296/drivers/hid/usbhid/
Dhid-pidff.c417 struct ff_condition_effect *cond = &effect->u.condition[i]; in pidff_needs_set_condition() local

12