/linux-4.1.27/arch/alpha/lib/ |
D | divide.S | 55 #define compare $28 macro 123 1: cmpult divisor,modulus,compare 126 bne compare,1b 128 1: cmpult divisor,modulus,compare 132 bne compare,1b 139 cmpule divisor,modulus,compare 141 DIV_ONLY(cmovne compare,tmp2,quotient) 143 cmovne compare,tmp1,modulus
|
D | ev6-divide.S | 65 #define compare $28 macro 142 1: cmpult divisor,modulus,compare # E : 145 bne compare,1b # U : U L U L 147 1: cmpult divisor,modulus,compare # E : 155 bne compare,1b # U : U L U L 170 cmpule divisor,modulus,compare # E : 174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot 180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot 185 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
|
D | strrchr.S | 24 mov zero, t8 # .. e1 : t8 is last match byte compare mask
|
D | ev67-strrchr.S | 42 mov zero, t8 # E : t8 is last match byte compare mask
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 160 int obdo_cmp_md(struct obdo *dst, struct obdo *src, u32 compare) in obdo_cmp_md() argument 164 if (compare & OBD_MD_FLATIME) in obdo_cmp_md() 166 if (compare & OBD_MD_FLMTIME) in obdo_cmp_md() 168 if (compare & OBD_MD_FLCTIME) in obdo_cmp_md() 170 if (compare & OBD_MD_FLSIZE) in obdo_cmp_md() 172 if (compare & OBD_MD_FLBLOCKS) /* allocation of space */ in obdo_cmp_md() 174 if (compare & OBD_MD_FLBLKSZ) in obdo_cmp_md() 176 if (compare & OBD_MD_FLTYPE) in obdo_cmp_md() 178 if (compare & OBD_MD_FLMODE) in obdo_cmp_md() 180 if (compare & OBD_MD_FLUID) in obdo_cmp_md() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | devices.c | 34 int (*compare)(phandle, int, void *), void *compare_arg, in check_cpu_node() 37 if (!compare(nd, *cur_inst, compare_arg)) { in check_cpu_node() 53 static int __cpu_find_by(int (*compare)(phandle, int, void *), in __cpu_find_by() 62 compare, compare_arg, in __cpu_find_by()
|
/linux-4.1.27/drivers/base/ |
D | component.c | 27 } compare[0]; member 88 int (*compare)(struct device *, void *), void *compare_data) in component_master_add_child() 97 if (compare(c->dev, compare_data)) { in component_master_add_child() 129 match->compare[i].fn, in find_components() 130 match->compare[i].data); in find_components() 229 return offsetof(struct component_match, compare[num]); in component_match_size() 262 int (*compare)(struct device *, void *), void *compare_data) in component_match_add() 280 match->compare[match->num].fn = compare; in component_match_add() 281 match->compare[match->num].data = compare_data; in component_match_add()
|
D | bus.c | 1004 int (*compare)(const struct device *a, in device_insertion_sort_klist() 1016 if (compare(a, b) <= 0) { in device_insertion_sort_klist() 1026 int (*compare)(const struct device *a, in bus_sort_breadthfirst() 1043 device_insertion_sort_klist(dev, &sorted_devices, compare); in bus_sort_breadthfirst()
|
/linux-4.1.27/arch/metag/lib/ |
D | cmpdi2.S | 3 ! 64-bit signed compare routine. 21 ! unsigned compare low words 28 ! signed compare high words
|
D | ucmpdi2.S | 3 ! 64-bit unsigned compare routine. 22 ! unsigned compare
|
/linux-4.1.27/net/batman-adv/ |
D | hash.h | 116 batadv_hashdata_compare_cb compare, in batadv_hash_add() argument 137 if (!compare(node, data)) in batadv_hash_add() 161 batadv_hashdata_compare_cb compare, in batadv_hash_remove() argument 175 if (!compare(node, data)) in batadv_hash_remove()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | exmisc.c | 574 int compare; in acpi_ex_do_logical_op() local 663 compare = ACPI_MEMCMP(operand0->buffer.pointer, in acpi_ex_do_logical_op() 672 if ((length0 == length1) && (compare == 0)) { in acpi_ex_do_logical_op() 682 if (compare > 0) { in acpi_ex_do_logical_op() 686 if (compare < 0) { in acpi_ex_do_logical_op() 699 if (compare > 0) { in acpi_ex_do_logical_op() 702 if (compare < 0) { in acpi_ex_do_logical_op()
|
/linux-4.1.27/include/linux/ |
D | component.h | 30 int (*compare)(struct device *, void *), void *compare_data); 37 int (*compare)(struct device *, void *), void *compare_data);
|
D | netlink.h | 51 bool (*compare)(struct net *net, struct sock *sk); member
|
D | device.h | 165 int (*compare)(const struct device *a,
|
/linux-4.1.27/drivers/clocksource/ |
D | bcm2835_timer.c | 44 void __iomem *compare; member 78 timer->compare); in bcm2835_time_set_next_event() 127 timer->compare = base + REG_COMPARE(DEFAULT_TIMER); in bcm2835_timer_init()
|
/linux-4.1.27/fs/isofs/ |
D | namei.c | 18 isofs_cmp(struct dentry *dentry, const char *compare, int dlen) in isofs_cmp() argument 21 qstr.name = compare; in isofs_cmp() 24 return dentry->d_name.len != dlen || memcmp(dentry->d_name.name, compare, dlen); in isofs_cmp()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-service-time.txt | 50 the division and just compare the 'in-flight-size'. 53 and just compare the 'relative_throughput'. 60 compare service time. 62 'relative_throughput' may be better. So compare 'relative_throughput'
|
D | cache.txt | 168 state for all of the origin device (compare with the dirty bitset
|
D | thin-provisioning.txt | 345 compare-and-swap message.
|
/linux-4.1.27/arch/x86/math-emu/ |
D | reg_compare.c | 23 static int compare(FPU_REG const *b, int tagb) in compare() function 173 c = compare(loaded_data, loaded_tag); in FPU_compare_st_data() 219 c = compare(st_ptr, FPU_gettagi(nr)); in compare_st_st() 265 c = compare(st_ptr, FPU_gettagi(nr)); in compare_u_st_st()
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 4 clock inputs and programmable compare match. 6 Channels share hardware resources but their counter and compare match value
|
D | renesas,tmu.txt | 4 programmable compare match. 6 Channels share hardware resources but their counter and compare match value
|
D | brcm,bcm2835-system-timer.txt | 4 single 64-bit free running counter. Each channel has an output compare
|
D | renesas,cmt.txt | 4 inputs and programmable compare match. 6 Channels share hardware resources but their counter and compare match value
|
/linux-4.1.27/tools/perf/tests/ |
D | dwarf-unwind.c | 99 static int compare(void *p1, void *p2) in compare() function 125 _bsearch(array, &thread, 2, sizeof(struct thread **), compare); in krava_3()
|
D | attr.py | 180 def compare(self, expect, result): member in Test 254 self.compare(self.expect, self.result) 255 self.compare(self.result, self.expect)
|
/linux-4.1.27/include/uapi/linux/ |
D | rds.h | 242 uint64_t compare; member 249 uint64_t compare; member
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig.debug | 43 bool "Turn on compare-and-exchange bug checking (slow!)" 47 compare-and-exchange instructions. This is slow! Itaniums
|
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/ |
D | timer.h | 39 u32 compare; member
|
/linux-4.1.27/arch/alpha/oprofile/ |
D | Makefile | 1 ccflags-y := -Werror -Wno-sign-compare
|
/linux-4.1.27/arch/arm/lib/ |
D | lib1funcs.S | 241 subs r2, r1, #1 @ compare divisor with 1 243 cmpne r0, r1 @ compare dividend with divisor 307 subs r2, r1, #1 @ compare divisor with 1 308 cmpne r0, r1 @ compare dividend with divisor
|
D | div64.S | 141 @ Current remainder is now 1. It is worthless to compare with
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 80 trigger of the cpufreq-bench, you will see no performance loss (compare with 85 switching up (compare with below possible ondemand sample kick ins (2)):: 116 -n, --cycles=<int> load/sleep cycles to get an avarage value to compare
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 8 test-sync-compare-and-swap.bin \ 144 test-sync-compare-and-swap.bin:
|
/linux-4.1.27/arch/mips/kvm/ |
D | emulate.c | 307 uint32_t count, compare; in kvm_mips_read_count_running() local 312 compare = kvm_read_c0_guest_compare(cop0); in kvm_mips_read_count_running() 318 if ((int32_t)(count - compare) < 0) in kvm_mips_read_count_running() 425 uint32_t compare; in kvm_mips_resume_hrtimer() local 430 compare = kvm_read_c0_guest_compare(cop0); in kvm_mips_resume_hrtimer() 431 delta = (u64)(uint32_t)(compare - count - 1) + 1; in kvm_mips_resume_hrtimer() 541 void kvm_mips_write_compare(struct kvm_vcpu *vcpu, uint32_t compare, bool ack) in kvm_mips_write_compare() argument 550 if (old_compare == compare) { in kvm_mips_write_compare() 554 kvm_write_c0_guest_compare(cop0, compare); in kvm_mips_write_compare() 566 kvm_write_c0_guest_compare(cop0, compare); in kvm_mips_write_compare() [all …]
|
/linux-4.1.27/drivers/crypto/ |
D | bfin_crc.h | 65 u32 compare; member
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.h | 82 bool (*compare)(struct net *net, struct sock *sock); member
|
D | af_netlink.c | 2573 if (cfg->compare) in __netlink_kernel_create() 2574 nl_table[unit].compare = cfg->compare; in __netlink_kernel_create()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 98 __be64 compare; member
|
D | mthca_qp.c | 1576 aseg->compare = cpu_to_be64(wr->wr.atomic.compare_add); in set_atomic_seg() 1579 aseg->compare = 0; in set_atomic_seg()
|
/linux-4.1.27/include/linux/mlx4/ |
D | qp.h | 408 __be64 compare; member 413 __be64 compare; member
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | TODO | 16 missing for the reason it is much easier to compare I2C data sniffs when
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.gperf | 5 %compare-strncmp
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 16 missing for the reason it is much easier to compare I2C data sniffs when
|
/linux-4.1.27/tools/perf/util/ |
D | kvm-stat.h | 87 key_cmp_fun compare; member
|
/linux-4.1.27/arch/sparc/ |
D | Makefile | 41 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 22 10: RTCMI RTC compare match
|
D | mips-gic.txt | 6 global timer, per-CPU count/compare timers, and a watchdog.
|
/linux-4.1.27/include/net/ |
D | fib_rules.h | 62 int (*compare)(struct fib_rule *, member
|
/linux-4.1.27/net/rds/ |
D | rdma.c | 794 rm->atomic.op_m_cswp.compare = args->cswp.compare; in rds_cmsg_atomic() 801 rm->atomic.op_m_cswp.compare = args->m_cswp.compare; in rds_cmsg_atomic()
|
D | rds.h | 321 uint64_t compare; member
|
D | ib_send.c | 813 send->s_wr.wr.atomic.compare_add = op->op_m_cswp.compare; in rds_ib_xmit_atomic()
|
/linux-4.1.27/net/sched/ |
D | em_meta.c | 747 int (*compare)(struct meta_obj *, struct meta_obj *); member 756 .compare = meta_var_compare, 762 .compare = meta_int_compare, 810 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match()
|
/linux-4.1.27/scripts/ |
D | Makefile.extrawarn | 65 KBUILD_CFLAGS += $(call cc-disable-warning, sign-compare)
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.h | 61 int (*compare)(struct sync_pt *a, struct sync_pt *b); member
|
D | sw_sync.c | 108 .compare = sw_sync_pt_compare,
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 167 compare_func compare) in iop3xx_i2c_wait_event() argument 177 (done = compare( sr = iop3xx_i2c_get_srstat(iop3xx_adap) ,flags )), in iop3xx_i2c_wait_event()
|
/linux-4.1.27/tools/power/cpupower/ |
D | Makefile | 119 WARNINGS := -Wall -Wchar-subscripts -Wpointer-arith -Wsign-compare
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-rc | 54 Sets the scancode filter mask of bits to compare. 103 Sets the scancode wakeup filter mask of bits to compare.
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 112 c %r1,0xb8 # compare subchannel number 246 c %r1,0xb8 # compare subchannel number
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-armv.S | 864 eors r3, r0, r4 @ compare with oldval (1) 865 eoreqs r3, r1, r5 @ compare with oldval (2) 888 eors r3, r0, r4 @ compare with oldval (1) 889 eoreqs r3, r1, r5 @ compare with oldval (2)
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 34 sync-compare-and-swap \
|
/linux-4.1.27/include/linux/mlx5/ |
D | qp.h | 210 __be64 compare; member 246 __be64 compare; member
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 963 bool compare; /* true if compare function needed */ member 1000 attr->compare ? l->low ? curr : base in pmbus_add_limit_attrs() 1002 attr->compare ? l->low ? base : curr in pmbus_add_limit_attrs() 1504 .compare = true, 1516 .compare = true, 1528 .compare = true,
|
/linux-4.1.27/arch/s390/ |
D | Makefile | 89 KBUILD_CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | srem_mod.S | 227 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
|
D | bindec.S | 669 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^(LEN-1) 678 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^LEN
|
/linux-4.1.27/tools/perf/ |
D | builtin-lock.c | 242 static int (*compare)(struct lock_stat *, struct lock_stat *); variable 267 compare = keys[i].key; in select_key() 837 insert_to_result(st, compare); in sort_result()
|
D | builtin-kvm.c | 468 kvm->compare = keys[i].key; in select_key() 523 kvm->compare, vcpu); in sort_result()
|
/linux-4.1.27/net/decnet/ |
D | dn_rules.c | 230 .compare = dn_fib_rule_compare,
|
/linux-4.1.27/drivers/mtd/nand/ |
D | davinci_nand.c | 322 goto compare; in nand_davinci_correct_4bit() 326 compare: in nand_davinci_correct_4bit()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | Makefile | 7 ccflags-y := -Wno-sign-compare
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 113 (compare to ftrace_stub) and ftrace_graph_entry (compare to 118 consistent across the architecture ports -- easier to compare & contrast
|
D | ring-buffer-design.txt | 47 To see if the update was successful a compare of R == C may be used. 461 head page does not have the HEADER flag set, the compare will fail
|
/linux-4.1.27/net/ipv6/ |
D | fib6_rules.c | 280 .compare = fib6_rule_compare,
|
D | ip6mr.c | 219 .compare = ip6mr_rule_compare,
|
/linux-4.1.27/net/ipv4/ |
D | fib_rules.c | 318 .compare = fib4_rule_compare,
|
D | ipmr.c | 235 .compare = ipmr_rule_compare,
|
/linux-4.1.27/net/core/ |
D | fib_rules.c | 110 ops->compare == NULL || ops->fill == NULL || in __fib_rules_register() 476 if (!ops->compare(rule, frh, tb)) in fib_nl_delrule()
|
/linux-4.1.27/Documentation/driver-model/ |
D | binding.txt | 30 algorithm, it is up to the bus driver to provide a callback to compare
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 164 KBUILD_CFLAGS += -Wno-sign-compare
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 14 (*) Atomic compare and exchange
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-report.txt | 182 - function: compare on functions 183 - address: compare on individual code addresses
|
/linux-4.1.27/Documentation/vm/ |
D | ksm.txt | 69 compare how your system performs under each setting, before
|
D | cleancache.txt | 148 compare-to-NULL if config'ed on but no backend claims the ops 149 functions, or to a compare-struct-element-to-negative if a
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 392 // compare COUNTERs 398 // compare RESen
|
/linux-4.1.27/Documentation/scsi/ |
D | hptiop.txt | 153 - The host read the outbound list copy pointer shadow register and compare
|
D | ChangeLog.sym53c8xx | 39 access themselves using internal cycles, but they compare
|
D | sym53c8xx_2.txt | 664 chip want to drive or compare against.
|
D | ncr53c8xx.txt | 1338 chip want to drive or compare against.
|
/linux-4.1.27/Documentation/ |
D | vme_api.txt | 167 unsigned int mask, unsigned int compare, unsigned int swap, 171 the mask match with the values of the corresponding bits in the compare field,
|
D | atomic_ops.txt | 264 This performs an atomic compare exchange operation on the atomic value v, 410 as a spinlock for SMP safety. Sparc32 lacked a "compare and swap" 574 "cas" stands for "compare and swap". It atomically:
|
D | unaligned-memory-access.txt | 141 from include/linux/etherdevice.h is an optimized routine to compare two
|
D | rbtree.txt | 79 root, compare each value, and follow the left or right branch as necessary.
|
D | dynamic-debug-howto.txt | 128 attribute of the callsite to be compared, and a value to compare
|
D | bcache.txt | 237 If non zero, bcache keeps a list of the last 128 requests submitted to compare
|
/linux-4.1.27/drivers/vme/ |
D | vme.c | 591 unsigned int compare, unsigned int swap, loff_t offset) in vme_master_rmw() argument 608 return bridge->master_rmw(image, mask, compare, swap, offset); in vme_master_rmw()
|
/linux-4.1.27/Documentation/filesystems/ |
D | tmpfs.txt | 13 If you compare it to ramfs (which was the template to create tmpfs)
|
D | path-lookup.txt | 254 | name: "home" | hash lookup, then note d_seq and compare name
|
D | vfs.txt | 977 d_compare: called to compare a dentry name with a given name. The first 980 to be compared. qstr is the name to compare it with.
|
D | xfs-delayed-logging-design.txt | 410 compare" situation that can be done after a working and reviewed implementation
|
/linux-4.1.27/drivers/infiniband/core/ |
D | cma.c | 1385 struct ib_cm_compare_data *compare) in cma_set_compare_data() argument 1391 memset(compare, 0, sizeof *compare); in cma_set_compare_data() 1392 cma_data = (void *) compare->data; in cma_set_compare_data() 1393 cma_mask = (void *) compare->mask; in cma_set_compare_data()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 7 * A02 will have different sets of GPIOs for fixed regulator compare to
|
/linux-4.1.27/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 974 unsigned int mask, unsigned int compare, unsigned int swap, in ca91cx42_master_rmw() argument 1009 iowrite32(compare, bridge->base + SCYC_CMP); in ca91cx42_master_rmw()
|
D | vme_tsi148.c | 1448 unsigned int mask, unsigned int compare, unsigned int swap, in tsi148_master_rmw() argument 1478 iowrite32be(compare, bridge->base + TSI148_LCSR_RMWC); in tsi148_master_rmw()
|
/linux-4.1.27/mm/ |
D | Kconfig | 474 are reduced to a single pointer-compare-against-NULL resulting 491 compare-against-NULL resulting in a negligible performance hit
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 264 The TAU hardware can compare the temperature to an upper and lower
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 266 compare and exchange.
|
/linux-4.1.27/arch/mips/include/asm/ |
D | kvm_host.h | 785 void kvm_mips_write_compare(struct kvm_vcpu *vcpu, uint32_t compare, bool ack);
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 99 or reported as is (the latter being useful to compare progress of
|
D | HD-Audio.txt | 683 compare the codec registers directly.
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | qp.c | 2460 aseg->compare = cpu_to_be64(wr->wr.atomic.compare_add); in set_atomic_seg() 2463 aseg->compare = cpu_to_be64(wr->wr.atomic.compare_add_mask); in set_atomic_seg() 2466 aseg->compare = 0; in set_atomic_seg() 2476 aseg->compare = cpu_to_be64(wr->wr.atomic.compare_add); in set_masked_atomic_seg()
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 212 ifeq ($(feature-sync-compare-and-swap), 1)
|
/linux-4.1.27/Documentation/locking/ |
D | lockdep-design.txt | 283 Run the command and save the output, then compare against the output from
|
D | rt-mutex-design.txt | 376 to compare the top pi waiter to its own normal priority, and return the higher 397 by the task, so we only need to compare the priority of that top pi waiter
|
/linux-4.1.27/Documentation/networking/ |
D | openvswitch.txt | 247 compare entire flow keys that it may not be able to fully
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 140 it is safe to compare pointers from rcu_dereference()
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 52 many similar devices, unplug one and compare the two
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | isp.S | 2963 # instruction word and fetch the "compare" (DC) and "update" (Du) #
|
D | fpsp.S | 13735 # fcmp(): fp compare op routine # 13770 fcmp.x %fp0,SRC(%a0) # do compare 14880 fabs.x %fp0 # compare absolute values 15333 fabs.x %fp0 # compare absolute values
|
D | fplsp.S | 8444 fcmp.x %fp0,LTHOLD(%pc) # compare with min threshold 9550 cmp.l %d1,%d4 # compare hi(R) and hi(Y) 9552 cmp.l %d2,%d5 # compare lo(R) and lo(Y) 9559 #..use the borrow of the previous compare
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83781d | 361 that they swapped registers 0x59 and 0x5B when you compare with Winbond
|
/linux-4.1.27/ |
D | Makefile | 681 KBUILD_CFLAGS += $(call cc-disable-warning, tautological-compare)
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 12 are encouraged to compare Smack with the other mechanisms
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 1764 XFS_BTREE_STATS_INC(cur, compare); in xfs_btree_lookup()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 73 to compare inode numbers on network files from big endian systems).
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 271 the mvcos instruction is not available or if a compare-and-swap (futex)
|