Searched refs:random (Results 76 - 100 of 548) sorted by relevance

1234567891011>>

/linux-master/lib/
H A Dfind_bit_benchmark.c16 * - sparse bitmap with few set bits at random positions.
24 #include <linux/random.h>
153 pr_err("\nStart testing find_bit() with random-filled bitmap\n");
H A Dtest_list_sort.c10 #include <linux/random.h>
H A Dcmdline_kunit.c8 #include <linux/random.h>
/linux-master/drivers/char/hw_random/
H A Ds390-trng.c5 * Driver for the TRNG (true random number generation) command
22 #include <linux/random.h>
H A Domap3-rom-rng.c16 #include <linux/random.h>
H A Dnpcm-rng.c9 #include <linux/random.h>
/linux-master/include/linux/
H A Drandom.h10 #include <uapi/linux/random.h>
56 * Returns a random integer in the interval [0, ceil), with uniform
94 * Returns a random integer in the interval (floor, U32_MAX], with uniform
106 * Returns a random integer in the interval [floor, ceil], with uniform
150 * users, but for now we include it from <linux/random.h>
/linux-master/mm/kasan/
H A Dsw_tags.c23 #include <linux/random.h>
/linux-master/drivers/staging/wlan-ng/
H A Dp80211wep.c34 #include <linux/random.h>
157 /* use a random IV. And skip known weak ones. */
/linux-master/arch/parisc/kernel/
H A Dprocess.c40 #include <linux/random.h>
/linux-master/net/tipc/
H A Dcore.h101 int random; member in struct:tipc_net
H A Ddiscover.c93 msg_set_node_sig(hdr, tn->random);
98 msg_set_peer_net_hash(hdr, tipc_net_hash_mixes(net, tn->random));
/linux-master/arch/um/drivers/
H A DMakefile66 obj-$(CONFIG_UML_RANDOM) += random.o
H A Dnet_kern.c284 goto random;
293 goto random;
301 goto random;
307 goto random;
322 random:
324 "Choosing a random ethernet address for device %s\n", dev->name);
/linux-master/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
80 check_exec_0 "perf script report task-analyzer --ns --rename-comms-by-tids 0:random"
/linux-master/fs/bcachefs/
H A Dbuckets_waiting_for_journal.c6 #include <linux/random.h>
/linux-master/arch/um/os-Linux/
H A Dutil.c17 #include <sys/random.h>
/linux-master/arch/x86/kernel/
H A Despfix_64.c31 #include <linux/random.h>
H A Dsys_x86_64.c18 #include <linux/random.h>
42 * va_align.bits, [12:upper_bit), are set to a random value instead of
43 * zeroing them. This random value is computed once per boot. This form
46 * To achieve this, the random value is added to the info.align_offset
/linux-master/arch/loongarch/kernel/
H A Dvdso.c14 #include <linux/random.h>
/linux-master/arch/mips/kernel/
H A Dvdso.c14 #include <linux/random.h>
/linux-master/arch/s390/crypto/
H A Dprng.c6 * Driver for the s390 pseudo random number generator
22 #include <linux/random.h>
67 * Any one who considers arithmetical methods of producing random digits is,
119 * This function fills a given buffer with random bytes. The entropy within
120 * the random bytes given back is assumed to have at least 50% - meaning
298 static const u8 random[] __initconst = {
332 u8 buf[sizeof(random)];
350 /* generate random bytes */
357 if (memcmp(buf, random, sizeof(random)) !
[all...]
/linux-master/tools/perf/bench/
H A Depoll-ctl.c80 OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"),
162 unsigned long rnd1 = random(), rnd2 = random();
187 /* random */
/linux-master/mm/
H A Dslab.h8 #include <linux/random.h>
284 unsigned long random; member in struct:kmem_cache
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h91 u32 random; /* FEC + 0x128 */ member in struct:mpc52xx_fec

Completed in 200 milliseconds

1234567891011>>