/linux-4.1.27/arch/x86/boot/compressed/ |
D | aslr.c | 70 unsigned long raw, random = get_random_boot(); in get_random_long() local 78 random ^= raw; in get_random_long() 87 random ^= raw; in get_random_long() 93 random ^= i8254(); in get_random_long() 98 : "=a" (random), "=d" (raw) in get_random_long() 99 : "a" (random), "rm" (mix_const)); in get_random_long() 100 random += raw; in get_random_long() 104 return random; in get_random_long() 305 unsigned long random; in choose_kernel_location() local 326 random = find_random_addr(choice, output_size); in choose_kernel_location() [all …]
|
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 66 s1[j] = random(); in testcase() 71 change = random() % SIZE; in testcase() 72 s2[change] = random() & 0xff; in testcase() 84 s1[j] = random(); in testcase() 90 change = random() % SIZE; in testcase() 91 s2[change] = random() & 0xff; in testcase()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | arch_checks.c | 55 …g a part with anomaly 05000448, this issue causes random memory read/write failures - that means r…
|
/linux-4.1.27/Documentation/ |
D | hw_random.txt | 19 /dev/random special files. 24 and read() system calls, you can read random data from 30 data before assuming it is truly random. 55 using thermal noise generated from inherently random quantum 56 mechanical properties of silicon. When not generating new random
|
D | bcache.txt | 12 designed to avoid random writes at all costs; it fills up an erase block 25 Since random IO is what SSDs excel at, there generally won't be much benefit 148 because you really want to be caching the random IO, and if you copy a 10 414 One of either lru, fifo or random.
|
D | SubmitChecklist | 105 same time, just various/random combinations of them]:
|
D | xz.txt | 94 Support for limited random-access reading is planned for the
|
D | eisa.txt | 3 This document groups random notes about porting EISA drivers to the
|
D | rpmsg.txt | 24 sensors, drive random hardware blocks, or just perform background tasks
|
D | cpu-hotplug.txt | 111 for_each_cpu(x,mask) - Iterate over some random collection of cpu mask.
|
D | CodingStyle | 263 some random integer loop counter, it should probably be called "i". 499 uses are less than desirable (in fact, they are worse than random
|
D | 00-INDEX | 215 - info on Linux support for random number generator in i8xx chipsets.
|
D | SubmittingPatches | 448 Signed-off-by: Random J Developer <random@developer.example.org> 469 Signed-off-by: Random J Developer <random@developer.example.org>
|
D | devices.txt | 98 8 = /dev/random Nondeterministic random number gen. 99 9 = /dev/urandom Faster, less secure random number gen. 401 183 = /dev/hwrng Generic random number generator
|
D | memory-barriers.txt | 322 in random order, but this can be a problem for CPU-CPU interaction and for I/O. 940 effectively random order, despite the write barrier issued by CPU 1: 1026 some effectively random order, despite the write barrier issued by CPU 1:
|
D | kernel-parameters.txt | 827 of catching random memory corruption, but reduce the 830 to 1 or 2 should be enough to identify most random 833 random memory location. Note that there exists a class
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 51 considered sequential it will bypass the cache. The random threshold 53 before the stream is treated as random again. 55 The sequential and random thresholds default to 512 and 4 respectively. 64 Setting the random threshold to 0 does _not_ disable the random I/O
|
/linux-4.1.27/drivers/char/hw_random/ |
D | Kconfig | 14 of possibly several hardware random number generators. 16 These hardware random number generators do not feed directly 17 into the kernel's random number generator. That is usually 272 tristate "PowerPC 4xx generic true random number generator support" 311 tristate "EXYNOS HW random number generator support" 366 tristate "Hardware random number generator" 368 This option enables UML's "hardware" random number generator. It 369 attaches itself to the host's /dev/random, supplying as much entropy 371 own drivers. It registers itself as a standard hardware random number 377 /dev/hwrng and injects the entropy into /dev/random.
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 49 Provides a hardware random number generator to the kernel. 52 generated random numbers from the transport stream with
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | network.c | 129 goto random; in setup_etheraddr() 134 goto random; in setup_etheraddr() 139 goto random; in setup_etheraddr() 144 goto random; in setup_etheraddr() 151 random: in setup_etheraddr()
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_statistic.h | 26 } random; member
|
/linux-4.1.27/arch/arc/include/asm/ |
D | tlb-mmu1.h | 25 ; and its unpleasant LFSR pseudo-random sequence
|
/linux-4.1.27/net/tipc/ |
D | core.h | 80 int random; member
|
D | core.c | 59 get_random_bytes(&tn->random, sizeof(int)); in tipc_init_net()
|
D | discover.c | 91 msg_set_node_sig(msg, tn->random); in tipc_disc_init_msg()
|
D | link.c | 275 msg_set_session(msg, (tn->random & 0xffff)); in tipc_link_create()
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 32 in format: <0>, <2>; It can be in random order and 34 reset watchdogs and can be in random order.
|
/linux-4.1.27/Documentation/devicetree/bindings/rng/ |
D | apm,rng.txt | 1 APM X-Gene SoC random number generator.
|
D | qcom,prng.txt | 1 Qualcomm MSM pseudo random number generator.
|
/linux-4.1.27/arch/x86/tools/ |
D | insn_sanity.c | 167 *(unsigned short *)(&insn_buf[i]) = random() & 0xffff; in generate_insn() 170 insn_buf[i++] = random() & 0xff; in generate_insn()
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_amd.c | 109 unsigned int random = lfsr_random(); in op_amd_randomize_ibs_op() local 125 val += (s8)(random >> 4); in op_amd_randomize_ibs_op() 127 val |= (u64)(random & IBS_RANDOM_MASK) << 32; in op_amd_randomize_ibs_op()
|
/linux-4.1.27/arch/s390/crypto/ |
D | prng.c | 272 static const u8 random[] __initconst = { in prng_sha512_selftest() local 307 u8 buf[sizeof(random)]; in prng_sha512_selftest() 353 if (memcmp(buf, random, sizeof(random)) != 0) { in prng_sha512_selftest()
|
/linux-4.1.27/arch/um/drivers/ |
D | net_kern.c | 305 goto random; in setup_etheraddr() 314 goto random; in setup_etheraddr() 322 goto random; in setup_etheraddr() 328 goto random; in setup_etheraddr() 342 random: in setup_etheraddr()
|
D | Makefile | 61 obj-$(CONFIG_UML_RANDOM) += random.o
|
/linux-4.1.27/security/keys/ |
D | Kconfig | 59 keys in the kernel. Trusted keys are random number symmetric keys, 77 in the kernel. Encrypted keys are kernel generated random numbers,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-wusb_cbaf | 38 generated CDID to wusb_cdid and then a random CK 99 Write 16 space-separated random, hex octets to
|
D | sysfs-fs-ext4 | 108 variability of time necessary to complete a random 109 write operation (since a 4k random write might turn
|
D | sysfs-block | 145 merge contiguous I/Os. For known random I/O loads these 210 stale or random data when a previously discarded block
|
D | sysfs-firmware-acpi | 66 the platform understand random hardware without
|
D | sysfs-power | 121 clock to be set to a random invalid time after a resume.
|
/linux-4.1.27/drivers/crypto/ |
D | Kconfig | 140 tristate "Pseudo random number generator device driver" 144 Select this option if you want to use the s390 pseudo random number 146 and uses triple-DES to generate secure random numbers like the 148 pseudo-random-number device through the char device /dev/prandom. 201 bool "HIFN 795x random number generator" 204 Select this option if you want to enable the random number generator
|
/linux-4.1.27/net/netfilter/ |
D | xt_statistic.c | 40 if ((prandom_u32() & 0x7FFFFFFF) < info->u.random.probability) in statistic_mt()
|
/linux-4.1.27/Documentation/networking/ |
D | pktgen.txt | 136 are: IPSRC_RND # IP source is random (between min/max) 137 IPDST_RND # IP destination is random 143 QUEUE_MAP_RND # queue map random 170 can have any mix of random and fixed
|
D | netdevices.txt | 7 The following is a random collection of documentation regarding
|
D | rxrpc.txt | 223 (*) If connect() is called on an unbound client, a random local port will 507 This specifies the local UDP port to be used. If not given, a random
|
D | filter.txt | 313 ** icmp random packet sampling, 1 in 4 318 # get a random uint32 number
|
D | packet_mmap.txt | 591 - PACKET_FANOUT_RND: schedule to socket by random selection
|
D | ip-sysctl.txt | 1466 Maximum value for DESYNC_FACTOR, which is a random value
|
D | bonding.txt | 688 random.
|
/linux-4.1.27/Documentation/filesystems/ |
D | udf.txt | 11 dvd+rw drives and media support true random sector writes, and so a udf 16 and read-modify-write cycles to allow the filesystem random sector writes
|
D | cramfs.txt | 7 allows random page access. The meta-data is not compressed, but is
|
D | btrfs.txt | 52 Auto defragmentation detects small random writes into files and queue
|
D | f2fs.txt | 80 - Enlarge the random write area for better performance, but provide the high 546 from random writes, but no cleaning process is needed. F2FS adopts a hybrid
|
D | hpfs.txt | 194 Sometimes (I think it's random) when you create a file with one-char name under
|
D | relay.txt | 263 easily implement random-access-on-buffer-boundary schemes, which can
|
D | proc.txt | 463 rr - random read advise provided
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | cxio_resource.c | 51 int random) in __cxio_init_resource_fifo() argument 63 if (random) { in __cxio_init_resource_fifo()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | 6pack.c | 143 static unsigned char random; in sp_xmit_on_air() local 145 random = random * 17 + 41; in sp_xmit_on_air() 147 if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) { in sp_xmit_on_air()
|
D | dmascc.c | 249 static inline unsigned char random(void); 1087 static inline unsigned char random(void) in random() function 1453 random() / priv->param.persist * in tm_isr()
|
/linux-4.1.27/drivers/char/ |
D | Makefile | 5 obj-y += mem.o random.o
|
D | random.c | 932 if (!disk || !disk->random) in add_disk_randomness() 935 add_timer_randomness(disk->random, 0x100 + disk_devt(disk)); in add_disk_randomness() 1337 disk->random = state; in rand_initialize_disk()
|
D | Kconfig | 239 allow random users access to this device. :-)
|
/linux-4.1.27/Documentation/cdrom/ |
D | packet-writing.txt | 42 shall implement "true random writes with 2KB granularity", which means 68 DVD-RAM discs are random writable, so using the pktcdvd driver is not
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 118 /dev/hwrng in the guest that will read from the host's /dev/random. 120 to provide entropy to the guest kernel's /dev/random.
|
/linux-4.1.27/net/sctp/ |
D | auth.c | 188 sctp_random_param_t *random, in sctp_auth_make_key_vector() argument 198 random_len = ntohs(random->param_hdr.length); in sctp_auth_make_key_vector() 209 memcpy(new->data, random, random_len); in sctp_auth_make_key_vector()
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 57 0x24-0x3c - usually just random values??? 67 0x60-0x7C - random values
|
/linux-4.1.27/Documentation/usb/ |
D | wusb-cbaf | 44 If we allow the device to connect, set a random new CDID and CK
|
/linux-4.1.27/Documentation/ja_JP/ |
D | SubmittingPatches | 336 Signed-off-by: Random J Developer <random@developer.example.org> 358 Signed-off-by: Random J Developer <random@developer.example.org>
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | adi,adv7511.txt | 14 color depth, color format, clock mode, bit justification and random
|
D | ti,omap-dss.txt | 39 name for each display. If no aliases are defined, a semi-random number is used
|
/linux-4.1.27/drivers/usb/misc/ |
D | Kconfig | 260 tristate "ChaosKey random number generator driver support" 264 your computer's USB port. The ChaosKey is a hardware random 266 ensure a large supply of entropy for /dev/random and
|
/linux-4.1.27/Documentation/video4linux/ |
D | cpia2_overview.txt | 35 of contiguous registers. Random mode reads or writes random registers with
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 91 u32 random; /* FEC + 0x128 */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 22 bit 4 = set if SEC has the random number generator EU (RNG)
|
/linux-4.1.27/include/trace/events/ |
D | random.h | 2 #define TRACE_SYSTEM random
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 66 If your LCD seems to miss random writings, increment this.
|
/linux-4.1.27/Documentation/power/ |
D | interface.txt | 75 set to a random invalid time after a resume.
|
D | basic-pm-debugging.txt | 99 to make sure that any random factors are avoided).
|
/linux-4.1.27/Documentation/zh_CN/ |
D | SubmittingPatches | 268 Signed-off-by: Random J Developer <random@developer.example.org>
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 10 This problem can therefore be serious: it might result in random memory
|
D | rcu_dereference.txt | 13 will complain. Worse yet, your code can see random memory-corruption
|
D | RTFP.txt | 422 but subject to random memory corruption under heavy load.
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 10 module makes it unlikely for the random user to change a working EEPROM.
|
/linux-4.1.27/ |
D | CREDITS | 138 D: Linux-AFS Port, random kernel hacker, 382 D: Original author of the Keyspan USB to serial drivers, random PowerPC hacker 484 D: Author of Sparc CS4231 audio driver, random Sparc work 524 D: random Linux hacker 866 D: HTB qdisc and random networking hacks 1097 D: random kernel hacker 1202 D: random kernel hacker, ZF MachZ Watchdog driver 1963 D: various lockdep annotations, autofs and other random bugfixes 2904 D: random kernel hacks 2956 D: random Linux documentation, patches, and hacks [all …]
|
D | README | 203 values to random values.
|
D | MAINTAINERS | 8169 F: drivers/char/random.c
|
/linux-4.1.27/Documentation/scsi/ |
D | ufs.txt | 39 * High random IOPs and low latency
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 72 be random data.
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 70 * Ver 1.1 Dec 14 95 Fixed random problems which occurred when the tape 152 * Ver 1.12 Dec 7 97 Fix random memory overwriting and/or last block data
|
/linux-4.1.27/Documentation/security/ |
D | keys-trusted-encrypted.txt | 48 encryption/decryption. New keys are created from kernel generated random
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 121 those entries are for, by reading/writing random values from/to those
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 66 With the High Level CI approach any new card with almost any random
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 138 random MAC address.
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 392 *prio = random() % mq_prio_max; in random_prio()
|
/linux-4.1.27/include/linux/ |
D | genhd.h | 196 struct timer_rand_state *random; member
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 108 someone sends a message, they use a locally unique sequence and random
|
/linux-4.1.27/block/ |
D | blk-sysfs.c | 222 QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0);
|
D | genhd.c | 1110 kfree(disk->random); in disk_release()
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 60 checks for a file named "all{yes/mod/no/def/random}.config"
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 279 // Read random memory to wake up... things
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 190 create/delete following groups at random while jobs are running.
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 225 precisely because interrupt handling delays can be quite big and random. So
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 359 struct sctp_random_param *random; member
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 136 and the phase of the moon (i.e. it can be random). With this option you
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 248 random kernel OOPSes or reboots that don't seem to be related to
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 711 goto random; in __choose_mds() 745 goto random; in __choose_mds() 796 goto random; in __choose_mds() 805 random: in __choose_mds()
|
/linux-4.1.27/lib/ |
D | Kconfig | 115 and crc32_be over byte strings with random alignment and length
|
D | Kconfig.debug | 658 Use this in cases where you see apparently random memory
|
/linux-4.1.27/crypto/ |
D | Kconfig | 1446 This option enables the generic pseudo random number generator 1507 tristate "User-space interface for random number generator algorithms" 1512 This option enables the user-spaces interface for random
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 340 header-y += random.h
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 71 an ioctl struct with random stack garbage in the yet unused parts. Which
|
D | ioctl-number.txt | 164 'R' 00-1F linux/random.h conflict!
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 18 (for sequential workloads) and service trees (for random workloads) before
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 572 A small number of systems do generate NMI's for bizarre random reasons 698 loaded to random addresses. Also for PIE-linked binaries, the
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_32.S | 523 # Warning: PT_OLDSS(%esp) contains the wrong/random values if we
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 201 - Fixed random protection fault in gus_wave.c
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1616 prompt "x86 architectural random number generator" if EXPERT 1619 (Intel Bull Mountain technology) to generate random numbers. 1621 secure hardware random number generator. 2122 random kernel OOPSes or reboots that don't seem to be related to 2126 Some other things you should try when experiencing seemingly random,
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 158 entirely dynamic and random.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 179 permissions to prevent random users being able to access them directly.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 403 # - according to Knuth, this is done only 2 out of 65536 times for random
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 342 to measure the emulator (the values, being random, were in general not
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 567 type. TCP Veno cuts down less congestion window in response to random
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 259 random guest data.
|
D | timekeeping.txt | 573 virtualization. In theory, the effect is random and should be universally
|
D | api.txt | 3590 H_RANDOM hypercall backed by a hardware random-number generator.
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 692 random seeks, but this does not necessarily result in a noticeable 1411 random seeks, but this does not necessarily result in a noticeable
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1227 boot the kernel & hit PA1 at some random time
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4045 happen in random places, or you try running the debugger to see what's
|