| /linux-4.4.14/include/linux/ |
| D | mmdebug.h | 18 #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(cond) WARN_ON(cond) argument 41 #define VM_WARN_ON_ONCE(cond) WARN_ON_ONCE(cond) argument 42 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) argument 44 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument 45 #define VM_BUG_ON_PAGE(cond, page) VM_BUG_ON(cond) argument 46 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument [all …]
|
| D | iopoll.h | 43 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 78 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 96 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 99 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 102 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 105 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 108 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 111 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 114 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 117 #define readq_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
| D | tracepoint.h | 145 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu) \ argument 168 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 180 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 195 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 265 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 367 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 493 args, cond) \ argument 502 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
| D | bug.h | 20 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument 50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| D | seqno-fence.h | 98 enum seqno_fence_condition cond, in seqno_fence_init()
|
| D | context_tracking.h | 77 #define CT_WARN_ON(cond) WARN_ON(context_tracking_is_enabled() && (cond)) argument
|
| D | compiler.h | 145 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) argument 146 #define __trace_if(cond) \ argument
|
| D | netfilter.h | 234 bool cond) in NF_HOOK_COND() 353 bool cond) in NF_HOOK_COND()
|
| D | kernel.h | 201 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0) argument
|
| D | intel-iommu.h | 241 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
|
| /linux-4.4.14/security/apparmor/ |
| D | file.c | 195 struct path_cond *cond) in compute_perms() 239 const char *name, struct path_cond *cond, in aa_str_perms() 279 int flags, u32 request, struct path_cond *cond) in aa_path_perm() 353 struct path_cond cond = { in aa_path_link() local 451 struct path_cond cond = { in aa_file_perm() local
|
| D | lsm.c | 153 struct path_cond *cond) in common_perm() 177 struct path_cond *cond) in common_perm_dir_dentry() 197 struct path_cond cond = { d_backing_inode(dentry)->i_uid, in common_perm_mnt_dentry() local 217 struct path_cond cond = { }; in common_perm_rm() local 241 struct path_cond cond = { current_fsuid(), mode }; in common_perm_create() local 274 struct path_cond cond = { d_backing_inode(path->dentry)->i_uid, in apparmor_path_truncate() local 320 struct path_cond cond = { d_backing_inode(old_dentry)->i_uid, in apparmor_path_rename() local 347 struct path_cond cond = { d_backing_inode(path->dentry)->i_uid, in apparmor_path_chown() local 388 struct path_cond cond = { inode->i_uid, inode->i_mode }; in apparmor_file_open() local
|
| D | domain.c | 101 struct path_cond cond = { }; in change_profile_perms() local 345 struct path_cond cond = { in apparmor_bprm_set_creds() local
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
| D | device.h | 22 #define nvif_nsec(d,n,cond...) ({ \ argument 35 #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) argument 36 #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) argument
|
| /linux-4.4.14/include/media/ |
| D | v4l2-device.h | 136 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 143 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 155 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 168 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
|
| /linux-4.4.14/arch/arm64/kvm/ |
| D | emulate.c | 72 int cond; in kvm_condition_valid32() local 119 unsigned long itbits, cond; in kvm_adjust_itstate() local
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| D | timer.h | 39 #define nvkm_nsec(d,n,cond...) ({ \ argument 59 #define nvkm_usec(d,u,cond...) nvkm_nsec((d), (u) * 1000, ##cond) argument 60 #define nvkm_msec(d,m,cond...) nvkm_usec((d), (m) * 1000, ##cond) argument
|
| /linux-4.4.14/arch/arm/net/ |
| D | bpf_jit_32.c | 141 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit() 348 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be32() 360 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be16() 384 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be32() 392 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be16() 439 static inline void emit_err_ret(u8 cond, struct jit_ctx *ctx) in emit_err_ret()
|
| /linux-4.4.14/arch/arm/boot/compressed/ |
| D | decompress.c | 18 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 25 # define Assert(cond,msg) argument
|
| /linux-4.4.14/drivers/net/wireless/zd1211rw/ |
| D | zd_def.h | 39 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument 47 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
|
| /linux-4.4.14/fs/jfs/ |
| D | jfs_lock.h | 35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
| D | jfs_logmgr.c | 129 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
|
| /linux-4.4.14/arch/parisc/math-emu/ |
| D | sfcmp.c | 50 unsigned int cond, unsigned int *status) in sgl_fcmp()
|
| D | dfcmp.c | 51 unsigned int cond, unsigned int *status) in dbl_fcmp()
|
| /linux-4.4.14/drivers/gpu/host1x/hw/ |
| D | host1x02_hardware.h | 59 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 114 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| D | host1x04_hardware.h | 59 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 114 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| D | host1x01_hardware.h | 59 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 115 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
| /linux-4.4.14/tools/include/linux/ |
| D | kernel.h | 60 #define BUG_ON(cond) do { if (cond) {} } while (0) argument 62 #define BUG_ON(cond) assert(!(cond)) argument
|
| /linux-4.4.14/kernel/locking/ |
| D | spinlock_debug.c | 78 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 173 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
| /linux-4.4.14/include/trace/ |
| D | define_trace.h | 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 56 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
|
| /linux-4.4.14/arch/arm/kvm/ |
| D | emulate.c | 171 unsigned long cpsr, cond, insn; in kvm_condition_valid() local 220 unsigned long itbits, cond; in kvm_adjust_itstate() local
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | spinlock.h | 26 #define WFE(cond) __ALT_SMP_ASM( \ argument 33 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument
|
| /linux-4.4.14/tools/perf/tests/ |
| D | tests.h | 4 #define TEST_ASSERT_VAL(text, cond) \ argument
|
| /linux-4.4.14/arch/alpha/boot/ |
| D | misc.c | 64 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 71 # define Assert(cond,msg) argument
|
| /linux-4.4.14/drivers/staging/rtl8723au/hal/ |
| D | HalHWImg8723A_RF.c | 23 u32 cond = Condition; in CheckCondition() local
|
| D | HalHWImg8723A_MAC.c | 23 u32 cond = Condition; in CheckCondition() local
|
| D | HalHWImg8723A_BB.c | 23 u32 cond = Condition; in CheckCondition() local
|
| /linux-4.4.14/arch/nios2/boot/compressed/ |
| D | misc.c | 68 # define Assert(cond, msg) {if (!(cond)) error(msg); } argument 75 # define Assert(cond, msg) argument
|
| /linux-4.4.14/sound/pci/asihpi/ |
| D | hpidebug.h | 98 #define compile_time_assert(cond, msg) \ argument
|
| D | hpi_internal.h | 91 #define compile_time_assert(cond, msg) \ argument
|
| /linux-4.4.14/arch/cris/boot/compressed/ |
| D | misc.c | 77 # define Assert(cond, msg) do { \ argument 99 # define Assert(cond, msg) argument
|
| /linux-4.4.14/sound/core/ |
| D | pcm_lib.c | 1139 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add() 1298 unsigned int cond, in snd_pcm_hw_constraint_list() 1330 unsigned int cond, in snd_pcm_hw_constraint_ranges() 1365 unsigned int cond, in snd_pcm_hw_constraint_ratnums() 1400 unsigned int cond, in snd_pcm_hw_constraint_ratdens() 1444 unsigned int cond, in snd_pcm_hw_constraint_msbits() 1474 unsigned int cond, in snd_pcm_hw_constraint_step() 1506 unsigned int cond, in snd_pcm_hw_constraint_pow2()
|
| /linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
| D | libcfs_private.h | 56 #define LASSERTF(cond, fmt, ...) \ argument 67 #define LASSERT(cond) LASSERTF(cond, "\n") argument 381 #define CLASSERT(cond) do {switch (42) {case (cond): case 0: break; } } while (0) argument
|
| /linux-4.4.14/arch/x86/tools/ |
| D | test_get_len.c | 25 #define unlikely(cond) (cond) argument
|
| D | insn_sanity.c | 31 #define unlikely(cond) (cond) argument
|
| /linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_marker.c | 123 u64 cond = (u64) us * NSEC_PER_USEC; in vmw_lag_lt() local
|
| /linux-4.4.14/net/netfilter/ |
| D | xt_sctp.c | 20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
|
| D | xt_dccp.c | 30 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \ argument
|
| D | nf_conntrack_h323_asn1.c | 27 #define IFTHEN(cond, act) if(cond){act;} argument 35 #define IFTHEN(cond, act) argument
|
| /linux-4.4.14/scripts/ |
| D | extract-cert.c | 62 #define ERR(cond, fmt, ...) \ argument
|
| D | sign-file.c | 99 #define ERR(cond, fmt, ...) \ argument
|
| D | asn1_compiler.c | 1446 const char *cond, *act; in render_element() local
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| D | init.c | 477 init_condition_met(struct nvbios_init *init, u8 cond) in init_condition_met() 493 init_io_condition_met(struct nvbios_init *init, u8 cond) in init_io_condition_met() 510 init_io_flag_condition_met(struct nvbios_init *init, u8 cond) in init_io_flag_condition_met() 779 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_io_flag_condition() local 797 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_dp_condition() local 1233 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_condition_time() local 1798 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_condition() local 1815 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_io_condition() local
|
| /linux-4.4.14/drivers/scsi/csiostor/ |
| D | csio_defs.h | 113 #define CSIO_ASSERT(cond) BUG_ON(!(cond)) argument
|
| /linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
| D | unwind.c | 239 int cond; in sh64_unwind_inner() local
|
| /linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
| D | rf_cfg.c | 31 u32 cond = condition; in check_condition() local
|
| /linux-4.4.14/arch/arm/mach-omap2/ |
| D | common.h | 223 #define omap_test_timeout(cond, timeout, index) \ argument
|
| D | prcm-common.h | 450 #define omap_test_timeout(cond, timeout, index) \ argument
|
| /linux-4.4.14/drivers/net/fddi/skfp/ |
| D | cfm.c | 216 int cond ; in cfm() local
|
| D | srf.c | 187 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
|
| D | smt.c | 288 int cond ; in smt_event() local 817 int cond ; in update_dac() local
|
| D | pcmplc.c | 1083 int cond ; in lem_evaluate() local
|
| /linux-4.4.14/arch/mn10300/boot/compressed/ |
| D | misc.c | 106 # define Assert(cond, msg) { if (!(cond)) error(msg); } argument 113 # define Assert(cond, msg) argument
|
| /linux-4.4.14/arch/arm/mach-bcm/ |
| D | bcm63xx_pmb.c | 66 u32 shift, u32 mask, u32 cond) in bpcm_wr_rd_mask()
|
| /linux-4.4.14/fs/ocfs2/cluster/ |
| D | masklog.h | 190 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
|
| /linux-4.4.14/arch/h8300/kernel/ |
| D | ptrace_h.c | 140 unsigned char cond = h8300_get_reg(task, PT_CCR); in isbranch() local
|
| /linux-4.4.14/net/irda/irnet/ |
| D | irnet.h | 369 #define DABORT(cond, ret, dbg, args...) \ argument 375 #define DASSERT(cond, ret, dbg, args...) \ argument
|
| /linux-4.4.14/arch/mips/kernel/ |
| D | mips-r2-to-r6-emul.c | 201 u32 cond; in movf_func() local 224 u32 cond; in movt_func() local
|
| /linux-4.4.14/net/wireless/ |
| D | core.h | 489 #define CFG80211_DEV_WARN_ON(cond) WARN_ON(cond) argument 496 #define CFG80211_DEV_WARN_ON(cond) ({bool __r = (cond); __r; }) argument
|
| /linux-4.4.14/arch/mips/math-emu/ |
| D | cp1emu.c | 978 unsigned int cond, cbit; in cop1Emulate() local 1659 unsigned cond; in fpu_emu() local
|
| /linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
| D | tracefile.h | 317 #define __LASSERT(cond) \ argument
|
| D | hash.c | 1501 struct cfs_hash_cond_arg *cond = data; in cfs_hash_cond_del_locked() local
|
| /linux-4.4.14/drivers/dma/ |
| D | pl330.c | 595 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() 614 enum pl330_cond cond, u8 peri) in _emit_LDP() 654 enum pl330_cond cond; member 663 enum pl330_cond cond = arg->cond; in _emit_LPEND() local 761 static inline u32 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_ST() 780 enum pl330_cond cond, u8 peri) in _emit_STP() 834 enum pl330_cond cond, u8 peri) in _emit_WFP()
|
| /linux-4.4.14/security/tomoyo/ |
| D | gc.c | 270 struct tomoyo_condition *cond = container_of(element, typeof(*cond), in tomoyo_del_condition() local
|
| D | condition.c | 745 const struct tomoyo_condition *cond) in tomoyo_condition()
|
| D | common.c | 1201 const struct tomoyo_condition *cond) in tomoyo_print_condition()
|
| D | common.h | 670 struct tomoyo_condition *cond; /* Maybe NULL. */ member 1179 static inline void tomoyo_put_condition(struct tomoyo_condition *cond) in tomoyo_put_condition()
|
| /linux-4.4.14/drivers/phy/ |
| D | phy-qcom-ufs-i.h | 27 #define readl_poll_timeout(addr, val, cond, sleep_us, timeout_us) \ argument
|
| /linux-4.4.14/drivers/macintosh/ |
| D | via-cuda.c | 249 #define WAIT_FOR(cond, what) \ argument
|
| /linux-4.4.14/net/ipv4/ |
| D | inet_diag.c | 493 const struct inet_diag_hostcond *cond; in inet_diag_bc_run() local 601 struct inet_diag_hostcond *cond; in valid_hostcond() local
|
| /linux-4.4.14/drivers/usb/gadget/function/ |
| D | u_serial.c | 822 int cond; in gs_writes_finished() local 1066 int cond; in gs_closed() local
|
| /linux-4.4.14/drivers/md/bcache/ |
| D | util.h | 22 #define EBUG_ON(cond) BUG_ON(cond) argument 28 #define EBUG_ON(cond) do { if (cond); } while (0) argument
|
| D | alloc.c | 280 #define allocator_wait(ca, cond) \ argument
|
| D | bcache.h | 779 #define btree_bug_on(cond, b, ...) \ argument 785 #define cache_bug_on(cond, c, ...) \ argument 791 #define cache_set_err_on(cond, c, ...) \ argument
|
| /linux-4.4.14/sound/isa/wavefront/ |
| D | wavefront_synth.c | 119 #define DPRINT(cond, ...) \ argument 124 #define DPRINT(cond, args...) argument
|
| /linux-4.4.14/drivers/fpga/ |
| D | zynq-fpga.c | 143 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument
|
| /linux-4.4.14/drivers/staging/media/omap4iss/ |
| D | iss.h | 240 #define iss_poll_condition_timeout(cond, timeout, min_ival, max_ival) \ argument
|
| /linux-4.4.14/arch/arm64/net/ |
| D | bpf_jit.h | 41 #define A64_COND_BRANCH(cond, offset) \ argument 49 #define A64_B_(cond, imm19) A64_COND_BRANCH(cond, (imm19) << 2) argument
|
| /linux-4.4.14/arch/powerpc/net/ |
| D | bpf_jit.h | 231 #define PPC_BCC_SHORT(cond, dest) EMIT(PPC_INST_BRANCH_COND | \ argument 281 #define PPC_BCC(cond, dest) do { \ argument
|
| /linux-4.4.14/tools/usb/ |
| D | ffs-test.c | 101 #define die_on(cond, ...) do { \ argument
|
| /linux-4.4.14/drivers/i2c/busses/ |
| D | i2c-designware-core.c | 198 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) in i2c_dw_scl_hcnt()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
| D | rxon.c | 863 #define CHK(cond) \ in iwl_full_rxon_required() argument
|
| /linux-4.4.14/tools/testing/selftests/net/ |
| D | psock_tpacket.c | 64 # define bug_on(cond) assert(!(cond)) argument
|
| /linux-4.4.14/include/linux/power/ |
| D | smartreflex.h | 182 #define sr_test_cond_timeout(cond, timeout, index) \ argument
|
| /linux-4.4.14/net/dccp/ |
| D | dccp.h | 30 #define DCCP_BUG_ON(cond) do { if (unlikely((cond) != 0)) \ argument
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | insn.c | 544 enum aarch64_insn_condition cond) in aarch64_insn_gen_cond_branch_imm()
|
| /linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
| D | lio_ethtool.c | 46 int cond; member
|
| D | lio_main.c | 104 int cond; member
|
| /linux-4.4.14/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 1610 pthread_cond_t *cond; member 1622 pthread_cond_t cond; in FIXTURE_DATA() local
|
| /linux-4.4.14/drivers/hid/usbhid/ |
| D | hid-pidff.c | 417 struct ff_condition_effect *cond = &effect->u.condition[i]; in pidff_needs_set_condition() local
|
| /linux-4.4.14/include/sound/ |
| D | core.h | 357 #define snd_BUG_ON(cond) WARN_ON((cond)) argument
|
| D | pcm.h | 226 unsigned int cond; member
|
| /linux-4.4.14/arch/mips/net/ |
| D | bpf_jit.c | 476 static inline void emit_bcond(int cond, unsigned int reg1, unsigned int reg2, in emit_bcond()
|
| /linux-4.4.14/scripts/mod/ |
| D | file2alias.c | 115 #define ADD(str, sep, cond, field) \ argument
|
| /linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
| D | selftest.h | 584 #define lst_wait_until(cond, lock, fmt, ...) \ argument
|
| /linux-4.4.14/kernel/rcu/ |
| D | tree.h | 437 #define rcu_wait(cond) \ argument
|
| /linux-4.4.14/mm/ |
| D | percpu.c | 1543 #define PCPU_SETUP_BUG_ON(cond) do { \ in pcpu_setup_first_chunk() argument
|
| /linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
| D | hnae.h | 494 #define assert(cond) argument
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | phy.c | 163 u32 cond = condition; in _rtl8723be_check_condition() local
|
| /linux-4.4.14/fs/logfs/ |
| D | logfs.h | 47 #define log_cond(cond, fmt, arg...) do { \ argument
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | phy.c | 291 u32 cond = condition; in _rtl88e_check_condition() local
|
| /linux-4.4.14/fs/reiserfs/ |
| D | reiserfs.h | 908 #define __RASSERT(cond, scond, format, args...) \ argument 916 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument 919 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument 921 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
|
| /linux-4.4.14/drivers/net/fddi/skfp/h/ |
| D | cmtdef.h | 630 #define smt_srf_event(smc,code,index,cond) argument
|
| /linux-4.4.14/drivers/staging/octeon-usb/ |
| D | octeon-hcd.c | 397 #define CVMX_WAIT_FOR_FIELD32(address, _union, cond, timeout_usec) \ argument
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | phy.c | 289 u32 cond = condition; in _check_condition() local
|
| /linux-4.4.14/kernel/trace/ |
| D | ftrace.c | 43 #define FTRACE_WARN_ON(cond) \ argument 51 #define FTRACE_WARN_ON_ONCE(cond) \ argument
|
| D | ring_buffer.c | 670 #define RB_WARN_ON(b, cond) \ argument
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | phy.c | 671 u32 cond = condition; in _rtl8821ae_check_condition() local
|
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ |
| D | common.c | 3788 #define CHK(cond) \ in il_full_rxon_required() argument
|
| /linux-4.4.14/drivers/usb/atm/ |
| D | ueagle-atm.c | 590 #define uea_wait(sc, cond, timeo) \ argument
|