Searched refs:compare (Results 26 - 50 of 95) sorted by relevance

1234

/linux-master/tools/perf/tests/
H A Dattr.py298 def compare(self, expect, result): member in class:Test
301 log.debug(" compare");
379 self.compare(self.expect, self.result)
380 self.compare(self.result, self.expect)
/linux-master/samples/hid/
H A DMakefile202 -Wno-compare-distinct-pointer-types -I$(srctree)/include \
239 -D__TARGET_ARCH_$(SRCARCH) -Wno-compare-distinct-pointer-types \
241 -Wno-address-of-packed-member -Wno-tautological-compare \
/linux-master/arch/arm/lib/
H A Dlib1funcs.S245 subs r2, r1, #1 @ compare divisor with 1
247 cmpne r0, r1 @ compare dividend with divisor
315 subs r2, r1, #1 @ compare divisor with 1
316 cmpne r0, r1 @ compare dividend with divisor
/linux-master/tools/power/cpupower/
H A DMakefile119 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
/linux-master/fs/btrfs/
H A DMakefile19 subdir-ccflags-y += -Wno-sign-compare
/linux-master/include/linux/device/
H A Dbus.h231 int (*compare)(const struct device *a,
/linux-master/drivers/hwtracing/coresight/
H A DMakefile13 subdir-ccflags-y += -Wno-sign-compare
/linux-master/include/linux/mlx4/
H A Dqp.h426 __be64 compare; member in struct:mlx4_wqe_atomic_seg
431 __be64 compare; member in struct:mlx4_wqe_masked_atomic_seg
/linux-master/arch/riscv/kvm/
H A Dvcpu_timer.c182 case KVM_REG_RISCV_TIMER_REG(compare):
227 case KVM_REG_RISCV_TIMER_REG(compare):
/linux-master/drivers/net/can/dev/
H A Drx-offload.c78 int (*compare)(struct sk_buff *a, struct sk_buff *b))
95 if (compare(pos, new) < 0)
/linux-master/include/linux/mlx5/
H A Dqp.h292 __be64 compare; member in struct:mlx5_wqe_masked_atomic_seg
360 __be64 compare; member in struct:mlx5_wqe_atomic_seg
/linux-master/arch/arm/vfp/
H A Dvfphw.S129 @ virtual register 16 (or 32 if VFPv3) for compare with zero
/linux-master/drivers/i2c/busses/
H A Di2c-iop3xx.c162 compare_func compare)
172 (done = compare(sr = iop3xx_i2c_get_srstat(iop3xx_adap), flags)),
160 iop3xx_i2c_wait_event(struct i2c_algo_iop3xx_data *iop3xx_adap, unsigned flags, unsigned *status, compare_func compare) argument
/linux-master/arch/mips/include/asm/
H A Dmips-gic.h244 /* GIC_Vx_COMPARE_MAP - Route the local count/compare interrupt */
247 /* GIC_Vx_TIMER_MAP - Route the local CPU timer (cp0 count/compare) interrupt */
270 /* GIC_Vx_COMPARE - Value to compare with GIC_SH_COUNTER */
271 GIC_VX_ACCESSOR_RW(64, 0x0a0, compare)
279 * @GIC_LOCAL_INT_COMPARE: GIC count/compare interrupt
280 * @GIC_LOCAL_INT_TIMER: CP0 count/compare interrupt
344 * gic_get_c0_compare_int() - Return cp0 count/compare interrupt virq
346 * Determine the virq number to use for the coprocessor 0 count/compare
/linux-master/arch/mips/include/asm/sgi/
H A Dheart.h59 * @compare: HEART_COMPARE - 24-bit compare.
69 * timer with count/compare, and other functionality. For Linux, not all of
122 u64 compare; /* + 0x30000 */ member in struct:ip30_heart_regs
/linux-master/arch/alpha/lib/
H A Dstrrchr.S25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
H A Dev67-strrchr.S10 * - uses bcmpge to compare 8 bytes in parallel
43 mov zero, t8 # E : t8 is last match byte compare mask
/linux-master/tools/scripts/
H A Dutilities.mak185 # To compare if a 3 component version is greater or equal to another, first use
195 # To compare if a 3 component version is less thjan another, first use was to
/linux-master/include/net/
H A Dfib_rules.h82 int (*compare)(struct fib_rule *, member in struct:fib_rules_ops
/linux-master/net/sched/
H A Dem_meta.c794 int (*compare)(struct meta_obj *, struct meta_obj *); member in struct:meta_type_ops
803 .compare = meta_var_compare,
809 .compare = meta_int_compare,
857 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value);
/linux-master/net/rds/
H A Drdma.c895 rm->atomic.op_m_cswp.compare = args->cswp.compare;
902 rm->atomic.op_m_cswp.compare = args->m_cswp.compare;
/linux-master/arch/s390/
H A DMakefile114 KBUILD_CFLAGS += -pipe -Wno-sign-compare
/linux-master/arch/alpha/kernel/
H A DMakefile8 ccflags-y := -Wno-sign-compare
/linux-master/arch/riscv/include/uapi/asm/
H A Dkvm.h105 __u64 compare; member in struct:kvm_riscv_timer
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_loc.h73 u64 compare, u64 swap_add, u64 *orig_val);

Completed in 259 milliseconds

1234