Searched refs:random (Results 276 - 300 of 554) sorted by relevance

<<11121314151617181920>>

/linux-master/net/ipv4/
H A Dinet_fragment.c15 #include <linux/random.h>
H A Dip_fragment.c37 #include <linux/random.h>
/linux-master/net/ipv6/
H A Danycast.c16 #include <linux/random.h>
H A Dreassembly.c40 #include <linux/random.h>
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c4 #include <linux/random.h>
/linux-master/fs/dlm/
H A Ddlm_internal.h28 #include <linux/random.h>
/linux-master/drivers/usb/image/
H A Dmicrotek.c127 #include <linux/random.h>
/linux-master/lib/
H A Dsbitmap.c8 #include <linux/random.h>
/linux-master/net/l2tp/
H A Dl2tp_ip6.c12 #include <linux/random.h>
H A Dl2tp_ip.c13 #include <linux/random.h>
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c8 #include <linux/random.h>
161 * Choose a random page-aligned address from the interval
/linux-master/sound/drivers/
H A Dpcmtest.c11 * - Generate random or pattern-based capture data
40 #include <linux/random.h>
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c4 * This file contains various random system calls that
28 #include <linux/random.h>
/linux-master/drivers/char/
H A Dmem.c17 #include <linux/random.h>
704 [8] = { "random", &random_fops, FMODE_NOWAIT, 0666 },
/linux-master/drivers/nvme/target/
H A Dauth.c16 #include <linux/random.h>
H A Dfabrics-cmd-auth.c9 #include <linux/random.h>
/linux-master/drivers/char/hw_random/
H A Dcore.c22 #include <linux/random.h>
/linux-master/drivers/md/bcache/
H A Dalloc.c69 #include <linux/random.h>
554 * Both of those tasks will be doing fairly random IO so we can't rely on
/linux-master/mm/
H A Dutil.c22 #include <linux/random.h>
356 * randomize_page - Generate a random, page aligned address
359 * random address must fall.
1120 * Some special PFN walkers -- i.e., /proc/kcore -- read content of random
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c783 /* random() returns a 32 bit number regardless of the size of long */
785 lbuf[i] = random();
795 * valid for FFR, set all bits then clear a random number of
800 bits = random() % (__SVE_FFR_SIZE(vq) * 8);
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c544 * not cleared. This ensures we get lots of random bit sets
567 /* select a random one out of the allocated ones */
590 int nr_iterations = random() % 100;
869 malloc_type = (random()%nr_malloc_types);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1930 return ((u64)random() << 42) |
1931 (((u64)random() & RAND_21BIT_MASK) << 21) |
1932 (random() & RAND_21BIT_MASK);
1994 /* make sure we report random seed for reproducing */
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c2276 * irdma_create_stag - create random stag
2285 u32 random; local
2289 get_random_bytes(&random, sizeof(random));
2290 consumer_key = (u8)random;
2292 driver_key = random & ~iwdev->rf->mr_stagmask;
2293 next_stag_index = (random & iwdev->rf->mr_stagmask) >> 8;
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py23 import random namespace
256 name = ''.join([random.choice(string.ascii_letters) for i in range(8)])
/linux-master/drivers/input/
H A Dmousedev.c22 #include <linux/random.h>

Completed in 506 milliseconds

<<11121314151617181920>>