Home
last modified time | relevance | path

Searched refs:guess (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Datomic_64.h51 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 …]
Dbitops_64.h38 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/
Datm_misc.c29 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/
Drtc.c960 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/
Dpvr2fb.txt51 composite. If none is specified, we guess.
54 vga. If none is specified, we guess.
Dapi.txt189 __u32 bits_per_pixel; /* guess what */
/linux-4.4.14/tools/usb/usbip/
D.gitignore5 config.guess
DINSTALL18 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/
Dvexpress.S28 @ Make an educated guess regarding the memory map:
/linux-4.4.14/Documentation/scsi/
Dsym53c500_cs.txt20 version of this driver, and I guess it worked for those users. It worked
Din2000.txt81 and tape drives. Also, in my attempt to guess my way
Dsym53c8xx_2.txt856 ?? use of this data is a guess but seems reasonable
902 ?? use of this data is a guess but seems reasonable
Dncr53c8xx.txt1609 ?? 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/
DCMI833064 you may get a better one I guess at http://www.roestock.demon.co.uk/isapnptools/.
/linux-4.4.14/Documentation/misc-devices/
Deeprom66 specification, so it is guess work and far from being complete.
/linux-4.4.14/Documentation/w1/masters/
Dds249066 host did not explain the problem. My guess is a bug in either qemu
/linux-4.4.14/arch/arm/boot/dts/
Dsun6i-a31s-primo81.dts187 regulator-name = "vdd-cpus"; /* This is an educated guess */
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c2651 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/
Dkbuild.txt83 deb-pkg. Normally deb-pkg attempts to guess the right architecture based on
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt101 these ones should be used if hardware could only guess (measure and
/linux-4.4.14/Documentation/arm/
DREADME12 a good compiler. Fortunately, you needn't guess. The kernel will report
/linux-4.4.14/Documentation/
Dcircular-buffers.txt134 situation will merely be a guess, and may even be negative.
DHOWTO491 helps to level the playing field because you can't guess gender based on
Dmemory-barriers.txt701 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/
Dlm90271 I guess reliability comes at a price, but it's quite expensive this time.
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt254 for reference instead of trying to guess what settings are supposed to be
/linux-4.4.14/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts391 * the mapping of the other pins is a guess
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt27 and the "net-next" tree. As you can probably guess from the names, the
Darcnet-hardware.txt261 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/
DKconfig253 Say Y here if you want the kernel to try to guess which IRQ
/linux-4.4.14/Documentation/sysctl/
Dvm.txt73 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/
Dhpfs.txt170 (lost files, unbalanced directories). (I guess all filesystem may do it).
Dxfs-delayed-logging-design.txt409 vectors in one checkpoint transaction. I'd guess this is a "measure and
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S1501 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt74 The story now becomes quite boring. I guess you get the idea.
/linux-4.4.14/Documentation/s390/
DDebugging390.txt766 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/
DHD-Audio.txt172 connection type, the jack color, etc. The HD-audio driver can guess
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3044 Let's guess that the last process in the process list is fsck: