Searched refs:cmp (Results 476 - 500 of 550) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/ntb/
H A Dntb_test.sh375 cmp -n $MW_ALIGNED_SIZE "$A" "$B"
/linux-master/arch/sparc/kernel/
H A Drtrap_64.S320 cmp %l4, 0
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.h519 int skl_dai_load(struct snd_soc_component *cmp, int index,
/linux-master/arch/sparc/include/asm/
H A Dvio.h428 struct vio_completion *cmp; member in struct:vio_driver_state
/linux-master/arch/arc/kernel/
H A Dentry-compact.S359 cmp r9, 0
/linux-master/drivers/rapidio/
H A Drio_cm.c250 static int riocm_cmp(struct rio_channel *ch, enum rio_cm_state cmp) argument
255 ret = (ch->state == cmp);
261 enum rio_cm_state cmp, enum rio_cm_state exch)
266 ret = (ch->state == cmp);
260 riocm_cmp_exch(struct rio_channel *ch, enum rio_cm_state cmp, enum rio_cm_state exch) argument
/linux-master/scripts/
H A Dcheck-uapi.sh383 if cmp "$past_header" "$base_header" > /dev/null 2>&1; then
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh229 cmp -s $mirred_e2i_tf1 $mirred_e2i_tf2
/linux-master/arch/arm64/mm/
H A Dproc.S220 cmp cur_\type\()p, end_\type\()p
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh325 if ! cmp "$in" "$out" > /dev/null 2>&1; then
/linux-master/arch/arm/mm/
H A Dproc-arm940.S265 cmp r2, #DMA_TO_DEVICE
/linux-master/arch/powerpc/platforms/52xx/
H A Dlite5200_sleep.S190 cmp cr0, r13, r12
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c759 int cmp; local
764 cmp = o2net_handler_cmp(nmh, msg_type, key);
766 if (cmp < 0)
768 else if (cmp > 0)
/linux-master/fs/bcachefs/
H A Dbset.c1125 int cmp; local
1145 cmp = bkey_cmp_p_or_unp(b, k, packed_search, search);
1146 if (!cmp)
1149 n = n * 2 + (cmp < 0);
/linux-master/fs/ext4/
H A Dxattr.c328 int cmp = 1; local
339 cmp = name_index - entry->e_name_index;
340 if (!cmp)
341 cmp = name_len - entry->e_name_len;
342 if (!cmp)
343 cmp = memcmp(name, entry->e_name, name_len);
344 if (cmp <= 0 && (sorted || cmp == 0))
348 return cmp ? -ENODATA : 0;
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S500 cmp x0, #-16
502 cmp x0, #-32
504 cmp x0, #-48
575 cmp w9, #1
/linux-master/net/sctp/
H A Dinput.c74 __le32 cmp = sh->checksum; local
77 if (val != cmp) {
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c365 u64 *cmp)
403 *cmp = (u64)offset << 32;
363 prueth_perout_enable(void *clockops_data, struct ptp_perout_request *req, int on, u64 *cmp) argument
/linux-master/fs/ocfs2/
H A Dxattr.c1071 int i, cmp = 1; local
1079 cmp = name_index - ocfs2_xattr_get_type(entry);
1080 if (!cmp)
1081 cmp = name_len - entry->xe_name_len;
1082 if (!cmp)
1083 cmp = memcmp(name, (xs->base +
1086 if (cmp == 0)
1092 return cmp ? -ENODATA : 0;
3750 int i, ret = 0, cmp = 1, block_off, new_offset; local
3768 cmp
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Ditest.S414 cmp.w %d0,%d1
482 cmp.w %d0,%d1
513 cmp.w %d0,%d1
552 cmp.l %d0,%d1
622 cmp.l %d0,%d1
655 cmp.w %d7,%d1
686 cmp.w %d7,%d1
719 cmp.w %d0,%d1
752 cmp.w %d0,%d1
783 cmp
[all...]
H A Dilsp.S173 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
187 cmp.l %d7,%d5
222 # so, if we always save the quotient second, we save ourselves a cmp&beq
346 cmp.w %d2, %d3 # V1 = U1 ?
382 cmp.l %d2, %d4
915 cmp.l %d1,%d2 # ((hi - lo) - (Rn - hi))
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c113 struct completion cmp; member in struct:dw_hdmi_i2c
339 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10);
346 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10);
371 reinit_completion(&i2c->cmp);
407 reinit_completion(&i2c->cmp);
516 init_completion(&i2c->cmp);
3032 complete(&i2c->cmp);
/linux-master/fs/nfs/
H A Ddir.c2994 int cmp = access_cmp(cred, entry); local
2996 if (cmp < 0)
2998 else if (cmp > 0)
3127 int cmp; local
3133 cmp = access_cmp(cred, entry);
3135 if (cmp < 0)
3137 else if (cmp > 0)
/linux-master/arch/arm/kernel/
H A Dphys2virt.S212 cmp r4, r5
/linux-master/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S454 cmp $\c, \b

Completed in 300 milliseconds

<<11121314151617181920>>