Searched refs:compare (Results 51 - 75 of 95) sorted by relevance

1234

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_loc.h73 u64 compare, u64 swap_add, u64 *orig_val);
H A Drxe_mr.c472 u64 compare, u64 swap_add, u64 *orig_val)
514 if (value == compare)
471 rxe_mr_do_atomic_op(struct rxe_mr *mr, u64 iova, int opcode, u64 compare, u64 swap_add, u64 *orig_val) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c85 bool (*compare)(const struct mlxsw_sp_fid *fid, member in struct:mlxsw_sp_fid_ops
1240 .compare = mlxsw_sp_fid_8021d_compare,
1267 .compare = mlxsw_sp_fid_8021d_compare,
1515 .compare = mlxsw_sp_fid_rfid_compare,
1644 .compare = mlxsw_sp_fid_rfid_compare,
1714 .compare = mlxsw_sp_fid_dummy_compare,
1808 .compare = mlxsw_sp_fid_8021q_compare,
1828 .compare = mlxsw_sp_fid_8021q_compare,
2002 if (!fid->fid_family->ops->compare(fid, arg))
/linux-master/arch/s390/boot/
H A Dhead.S114 c %r1,__LC_SUBCHANNEL_ID # compare subchannel number
157 c %r1,__LC_SUBCHANNEL_ID # compare subchannel number
/linux-master/arch/arm/lib/
H A Ddiv64.S138 @ Current remainder is now 1. It is worthless to compare with
/linux-master/tools/testing/selftests/hid/
H A DMakefile189 -Wno-compare-distinct-pointer-types
/linux-master/arch/x86/
H A DMakefile194 KBUILD_CFLAGS += -Wno-sign-compare
/linux-master/drivers/gpu/drm/
H A DMakefile29 subdir-ccflags-y += -Wno-sign-compare
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y)
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
236 |..use the borrow of the previous compare
H A Dbindec.S669 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^(LEN-1)
678 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^LEN
/linux-master/samples/bpf/
H A DMakefile368 -Wno-compare-distinct-pointer-types -I$(srctree)/include \
404 -D__TARGET_ARCH_$(SRCARCH) -Wno-compare-distinct-pointer-types \
406 -Wno-address-of-packed-member -Wno-tautological-compare \
/linux-master/net/core/
H A Dfib_rules.c145 ops->compare == NULL || ops->fill == NULL ||
486 if (!ops->compare(r, frh, tb))
744 if (!ops->compare(r, frh, tb))
/linux-master/mm/
H A Dvmstat.c1671 struct zone *compare = &pgdat->node_zones[zid]; local
1673 if (populated_zone(compare))
1674 return zone == compare;
/linux-master/net/ipv4/
H A Dfib_rules.c386 .compare = fib4_rule_compare,
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A DMakefile103 CFLAGS_$(AMDDALPATH)/dc/dml/calcs/dcn_calc_math.o := $(dml_ccflags) -Wno-tautological-compare
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A DMakefile57 subdir-ccflags-y += -Wno-sign-compare
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h651 __BUILD_KVM_RW_HW(compare, 32, MIPS_CP0_COMPARE, 0)
849 void kvm_mips_write_compare(struct kvm_vcpu *vcpu, u32 compare, bool ack);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm618 s_add_u32 s_save_alloc_size, s_save_alloc_size, 0x1000 //add 0x1000 since we compare m0 against it later
659 s_add_u32 s_save_alloc_size, s_save_alloc_size, 0x1000 //add 0x1000 since we compare m0 against it later
766 s_add_u32 s_restore_alloc_size, s_restore_alloc_size, 0x8000 //add 0x8000 since we compare m0 against it later
791 s_add_u32 s_restore_alloc_size, s_restore_alloc_size, 0x8000 //add 0x8000 since we compare m0 against it later
/linux-master/drivers/acpi/
H A Dthermal.c244 int index, bool compare)
265 if (compare)
242 update_trip_devices(struct acpi_thermal *tz, struct acpi_thermal_trip *acpi_trip, int index, bool compare) argument
/linux-master/drivers/opp/
H A Dcore.c500 bool (*compare)(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp,
514 if (compare(&opp, temp_opp, read(temp_opp, index), *key))
533 bool (*compare)(struct dev_pm_opp **opp, struct dev_pm_opp *temp_opp,
548 compare, assert);
860 * @index: which bandwidth to compare, in case of OPPs with several values
891 * @index: which bandwidth to compare, in case of OPPs with several values
1959 /* Should we compare voltages for all regulators here ? */
/linux-master/net/ipv6/
H A Dfib6_rules.c470 .compare = fib6_rule_compare,
/linux-master/drivers/gpu/drm/xe/
H A DMakefile28 subdir-ccflags-y += -Wno-sign-compare
/linux-master/drivers/gpu/drm/i915/
H A DMakefile28 subdir-ccflags-y += -Wno-sign-compare
/linux-master/drivers/staging/vme_user/
H A Dvme_fake.c802 unsigned int mask, unsigned int compare,
826 if ((tmp && mask) == (compare && mask)) {
801 fake_master_rmw(struct vme_master_resource *image, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument
H A Dvme.c704 * @compare: Bits to be compared with data read from offset.
710 * - Bits selected by mask are compared with compare.
711 * - Where a selected bit matches that in compare and are selected in swap,
720 unsigned int compare, unsigned int swap, loff_t offset)
737 return bridge->master_rmw(image, mask, compare, swap, offset);
719 vme_master_rmw(struct vme_resource *resource, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument

Completed in 339 milliseconds

1234