Searched refs:cond (Results 126 - 150 of 274) sorted by relevance

1234567891011

/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_id_mgr.c32 #define idm_assert(idm, cond) xe_gt_assert(idm_to_gt(idm), cond)
/linux-master/drivers/md/
H A Ddm-zone.c102 if (zone->cond == BLK_ZONE_COND_FULL)
104 else if (zone->cond == BLK_ZONE_COND_EMPTY)
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c279 int cond ; local
302 cond =
308 if (cond != mib->fddiMACFrameErrorFlag)
310 INDEX_MAC,cond) ;
319 cond =
326 if (cond != mib->fddiMACNotCopiedFlag)
328 INDEX_MAC,cond) ;
349 cond = (phy->mib->fddiPORTEBError_Ct -
356 (int) (INDEX_PORT+ phy->np) ,cond) ;
808 int cond ; local
[all...]
H A Dcfm.c206 int cond ; local
234 cond = FALSE ;
242 cond = TRUE ;
244 if (cond != smc->mib.fddiSMTPeerWrapFlag)
245 smt_srf_event(smc,SMT_COND_SMT_PEER_WRAP,0,cond) ;
/linux-master/arch/arm/kernel/
H A Dphys2virt.S163 @ ADD | cond | 0 0 1 0 1 0 0 0 | Rn | Rd | imm12 |
164 @ SUB | cond | 0 0 1 0 0 1 0 0 | Rn | Rd | imm12 |
165 @ MOV | cond | 0 0 1 1 1 0 1 0 | Rn | Rd | imm12 |
166 @ MVN | cond | 0 0 1 1 1 1 1 0 | Rn | Rd | imm12 |
179 @ MOVW | cond | 0 0 1 1 0 0 0 0 | imm4 | Rd | imm12 |
/linux-master/drivers/nvme/target/
H A Dzns.c224 z->cond != nvme_zrasf_to_blk_zcond[rz->zrasf])
235 zdesc.zs = z->cond << 4;
361 switch (z->cond) {
369 switch (z->cond) {
378 switch (z->cond) {
/linux-master/include/linux/
H A Dregmap.h108 * @cond: Break condition (usually involving @val)
121 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \
124 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \
135 * @cond: Break condition (usually involving @val)
151 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \
161 if (cond) \
171 __ret ?: ((cond) ? 0 : -ETIMEDOUT); \
179 * @cond: Break condition (usually involving @val)
192 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \
195 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
[all...]
H A Dnetfilter.h297 bool cond)
301 if (!cond ||
412 bool cond)
294 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
409 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
H A Dlockdep.h260 #define lockdep_assert(cond) \
261 do { WARN_ON(debug_locks && !(cond)); } while (0)
263 #define lockdep_assert_once(cond) \
264 do { WARN_ON_ONCE(debug_locks && !(cond)); } while (0)
/linux-master/fs/bcachefs/
H A Dutil.h29 #define EBUG_ON(cond) BUG_ON(cond)
31 #define EBUG_ON(cond)
454 #define kthread_wait(cond) \
465 if (cond) \
474 #define kthread_wait_freezable(cond) \
484 if (cond) \
/linux-master/fs/zonefs/
H A Dsuper.c194 switch (zone->cond) {
386 zone.cond = BLK_ZONE_COND_NOT_WP;
985 if (next->cond == BLK_ZONE_COND_READONLY &&
986 zone->cond != BLK_ZONE_COND_OFFLINE)
987 zone->cond = BLK_ZONE_COND_READONLY;
988 else if (next->cond == BLK_ZONE_COND_OFFLINE)
989 zone->cond = BLK_ZONE_COND_OFFLINE;
1033 (zone->cond == BLK_ZONE_COND_IMP_OPEN ||
1034 zone->cond == BLK_ZONE_COND_EXP_OPEN)) {
/linux-master/include/sound/
H A Dpcm.h243 unsigned int cond; member in struct:snd_pcm_hw_rule
1080 unsigned int cond,
1084 unsigned int cond,
1088 unsigned int cond,
1092 unsigned int cond,
1096 unsigned int cond,
1100 unsigned int cond,
1104 unsigned int cond,
1109 unsigned int cond,
/linux-master/security/tomoyo/
H A Daudit.c343 if (is_granted && matched_acl && matched_acl->cond &&
344 matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO)
345 return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES;
/linux-master/net/dccp/
H A Ddccp.h27 #define DCCP_BUG_ON(cond) do { if (unlikely((cond) != 0)) \
29 __stringify(cond)); \
/linux-master/arch/powerpc/include/asm/
H A Dinterrupt.h82 #define INT_SOFT_MASK_BUG_ON(regs, cond) \
85 BUG_ON(cond); \
88 #define INT_SOFT_MASK_BUG_ON(regs, cond)
/linux-master/sound/core/
H A Dpcm_lib.c1137 * @cond: condition bits
1145 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, argument
1168 c->cond = cond;
1288 * @cond: condition bits
1297 unsigned int cond,
1301 return snd_pcm_hw_rule_add(runtime, cond, var,
1319 * @cond: condition bits
1328 unsigned int cond,
1332 return snd_pcm_hw_rule_add(runtime, cond, va
1296 snd_pcm_hw_constraint_list(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_list *l) argument
1327 snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_ranges *r) argument
1362 snd_pcm_hw_constraint_ratnums(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_ratnums *r) argument
1396 snd_pcm_hw_constraint_ratdens(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_ratdens *r) argument
1440 snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, unsigned int cond, unsigned int width, unsigned int msbits) argument
1469 snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, unsigned long step) argument
1500 snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var) argument
[all...]
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c396 case mm_32f_74_op: /* c.cond.fmt */
404 insn.mm_fp4_format.cond | MM_MIPS32_COND_FC;
975 unsigned int cond, cbit, bit0; local
1190 cond = 0;
1196 cond = bit0 == 0;
1200 cond = bit0 != 0;
1213 cond = ctx->fcr31 & cbit;
1222 cond = !cond;
1234 if (cond) {
1689 unsigned int cond; local
[all...]
/linux-master/drivers/md/bcache/
H A Dutil.h21 #define EBUG_ON(cond) BUG_ON(cond)
27 #define EBUG_ON(cond) do { if (cond) do {} while (0); } while (0)
/linux-master/net/wireless/
H A Dcore.h536 #define CFG80211_DEV_WARN_ON(cond) WARN_ON(cond)
543 #define CFG80211_DEV_WARN_ON(cond) ({bool __r = (cond); __r; })
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-session.c231 uds_init_cond(&session->load_context.cond);
390 uds_wait_cond(&session->load_context.cond,
522 uds_broadcast_cond(&session->load_context.cond);
658 uds_broadcast_cond(&index_session->load_context.cond);
/linux-master/arch/arm64/net/
H A Dbpf_jit.h30 #define A64_COND_BRANCH(cond, offset) \
31 aarch64_insn_gen_cond_branch_imm(0, offset, cond)
42 #define A64_B_(cond, imm19) A64_COND_BRANCH(cond, (imm19) << 2)
/linux-master/include/trace/
H A Dtrace_events.h81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \
83 TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15d.h74 #define PACKETJ(reg, r, cond, type) ((reg & 0x3FFFF) | \
76 ((cond & 0xF) << 24) | \
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.h445 #define for_each_until(cond) if (cond) break; else
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.c10 #define GET_MTK_VDEC_FLAG(cond, flag) \
11 { dst_param->cond = ((src_param->flags & flag) ? (1) : (0)); }

Completed in 706 milliseconds

1234567891011