/linux-4.4.14/arch/tile/include/asm/ |
D | atomic_64.h | 51 int guess, oldval = v->counter; in __atomic_add_unless() local 55 guess = oldval; in __atomic_add_unless() 56 oldval = cmpxchg(&v->counter, guess, guess + a); in __atomic_add_unless() 57 } while (guess != oldval); in __atomic_add_unless() 73 int guess, oldval = v->counter; in atomic_xor() local 75 guess = oldval; in atomic_xor() 76 __insn_mtspr(SPR_CMPEXCH_VALUE, guess); in atomic_xor() 77 oldval = __insn_cmpexch4(&v->counter, guess ^ i); in atomic_xor() 78 } while (guess != oldval); in atomic_xor() 104 long guess, oldval = v->counter; in atomic64_add_unless() local [all …]
|
D | bitops_64.h | 38 unsigned long guess, oldval; in change_bit() local 42 guess = oldval; in change_bit() 43 oldval = cmpxchg(addr, guess, guess ^ mask); in change_bit() 44 } while (guess != oldval); in change_bit() 83 unsigned long guess, oldval; in test_and_change_bit() local 87 guess = oldval; in test_and_change_bit() 88 oldval = cmpxchg(addr, guess, guess ^ mask); in test_and_change_bit() 89 } while (guess != oldval); in test_and_change_bit()
|
/linux-4.4.14/net/atm/ |
D | atm_misc.c | 29 int guess = SKB_TRUESIZE(pdu_size); in atm_alloc_charge() local 31 atm_force_charge(vcc, guess); in atm_alloc_charge() 36 atomic_add(skb->truesize-guess, in atm_alloc_charge() 41 atm_return(vcc, guess); in atm_alloc_charge()
|
/linux-4.4.14/drivers/char/ |
D | rtc.c | 960 char *guess = NULL; in rtc_init() local 1092 guess = "SRM (post-2000)"; in rtc_init() 1095 guess = "ARC console"; in rtc_init() 1098 guess = "Digital UNIX"; in rtc_init() 1102 guess = "Digital DECstation"; in rtc_init() 1106 guess = "Standard PC (1900)"; in rtc_init() 1109 if (guess) in rtc_init() 1111 guess, epoch); in rtc_init()
|
/linux-4.4.14/Documentation/fb/ |
D | pvr2fb.txt | 51 composite. If none is specified, we guess. 54 vga. If none is specified, we guess.
|
D | api.txt | 189 __u32 bits_per_pixel; /* guess what */
|
/linux-4.4.14/tools/usb/usbip/ |
D | .gitignore | 5 config.guess
|
D | INSTALL | 18 The `configure' shell script attempts to guess correct values for 148 message saying it cannot guess the machine type, give it the
|
/linux-4.4.14/arch/arm/include/debug/ |
D | vexpress.S | 28 @ Make an educated guess regarding the memory map:
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c500_cs.txt | 20 version of this driver, and I guess it worked for those users. It worked
|
D | in2000.txt | 81 and tape drives. Also, in my attempt to guess my way
|
D | sym53c8xx_2.txt | 856 ?? use of this data is a guess but seems reasonable 902 ?? use of this data is a guess but seems reasonable
|
D | ncr53c8xx.txt | 1609 ?? use of this data is a guess but seems reasonable 1655 ?? use of this data is a guess but seems reasonable
|
/linux-4.4.14/Documentation/sound/oss/ |
D | CMI8330 | 64 you may get a better one I guess at http://www.roestock.demon.co.uk/isapnptools/.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | eeprom | 66 specification, so it is guess work and far from being complete.
|
/linux-4.4.14/Documentation/w1/masters/ |
D | ds2490 | 66 host did not explain the problem. My guess is a bug in either qemu
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sun6i-a31s-primo81.dts | 187 regulator-name = "vdd-cpus"; /* This is an educated guess */
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 2651 goto guess; in set_temperature_target() 2654 goto guess; in set_temperature_target() 2663 goto guess; in set_temperature_target() 2669 guess: in set_temperature_target()
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 83 deb-pkg. Normally deb-pkg attempts to guess the right architecture based on
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 101 these ones should be used if hardware could only guess (measure and
|
/linux-4.4.14/Documentation/arm/ |
D | README | 12 a good compiler. Fortunately, you needn't guess. The kernel will report
|
/linux-4.4.14/Documentation/ |
D | circular-buffers.txt | 134 situation will merely be a guess, and may even be negative.
|
D | HOWTO | 491 helps to level the playing field because you can't guess gender based on
|
D | memory-barriers.txt | 701 otherwise the compiler might be able to guess the value and again remove 757 out-guess your code. More generally, although READ_ONCE() does force 1471 wrong guess:
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm90 | 271 I guess reliability comes at a price, but it's quite expensive this time.
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 254 for reference instead of trying to guess what settings are supposed to be
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 391 * the mapping of the other pins is a guess
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 27 and the "net-next" tree. As you can probably guess from the names, the
|
D | arcnet-hardware.txt | 261 eating net connections on my system (at least) otherwise. My guess is 1894 I know nothing about these. I just guess that J16&J17 are timeout 1897 guess the purpose. 2259 guess that the switch on one of the cards, must have been changed accidentally
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 253 Say Y here if you want the kernel to try to guess which IRQ
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 73 if necessary, under the default overcommit 'guess' mode. 83 For overcommit 'guess', we can sum resident set sizes (RSS).
|
/linux-4.4.14/Documentation/filesystems/ |
D | hpfs.txt | 170 (lost files, unbalanced directories). (I guess all filesystem may do it).
|
D | xfs-delayed-logging-design.txt | 409 vectors in one checkpoint transaction. I'd guess this is a "measure and
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 1501 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 74 The story now becomes quite boring. I guess you get the idea.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 766 decode mentally and you can make a good guess at a lot of them as all the 771 e.g. even I can guess that 1491 MSCH's ,STSCH's I think you can guess the rest
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 172 connection type, the jack color, etc. The HD-audio driver can guess
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3044 Let's guess that the last process in the process list is fsck:
|