Searched refs:random (Results 226 - 250 of 554) sorted by relevance

1234567891011>>

/linux-master/drivers/soc/tegra/fuse/
H A Dfuse-tegra30.c15 #include <linux/random.h>
/linux-master/arch/arm64/kernel/
H A Dprocess.c35 #include <linux/random.h>
H A Dmodule.c19 #include <linux/random.h>
/linux-master/lib/
H A Dtest_vmalloc.c11 #include <linux/random.h>
/linux-master/tools/perf/util/
H A Dutil.c436 node = strlist__entry(tips, random() % strlist__nr_entries(tips));
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c20 #include <linux/random.h>
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c6 #include <linux/random.h>
/linux-master/net/ieee802154/6lowpan/
H A Dreassembly.c15 #include <linux/random.h>
/linux-master/net/ipv6/
H A Dinet6_hashtables.c14 #include <linux/random.h>
H A Dseg6_hmac.c41 #include <linux/random.h>
/linux-master/kernel/
H A Dpanic.c21 #include <linux/random.h>
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh322 CATEGORY="mlock" run_test ./mlock-random-test
/linux-master/arch/sparc/vdso/
H A Dvma.c17 #include <linux/random.h>
/linux-master/include/linux/
H A Detherdevice.h22 #include <linux/random.h>
230 * eth_random_addr - Generate software assigned random Ethernet address
233 * Generate a random Ethernet address (MAC) that is not multicast
266 * eth_hw_addr_random - Generate software assigned random Ethernet and
270 * Generate a random Ethernet address (MAC) to be used by a net device
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile183 QEMU_MACHINE := -machine pseries -device spapr-rng,rng=rng -object rng-random,id=rng
193 QEMU_MACHINE := -machine pseries -device spapr-rng,rng=rng -object rng-random,id=rng
/linux-master/fs/ceph/
H A Dmds_client.c1284 bool *random)
1295 if (random)
1296 *random = false;
1310 goto random;
1361 goto random;
1376 /* choose a random replica */
1417 goto random;
1428 random:
1429 if (random)
1430 *random
1282 __choose_mds(struct ceph_mds_client *mdsc, struct ceph_mds_request *req, bool *random) argument
3399 bool random; local
[all...]
/linux-master/drivers/ntb/hw/intel/
H A Dntb_hw_gen3.c53 #include <linux/random.h>
H A Dntb_hw_gen4.c9 #include <linux/random.h>
/linux-master/fs/ocfs2/dlm/
H A Ddlmlock.c18 #include <linux/random.h>
H A Ddlmunlock.c17 #include <linux/random.h>
/linux-master/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.c13 #include <linux/random.h>
91 * Generate count random values into array.
135 " for random array.\n");
155 " random array.\n");
186 pr_err("Unable to allocate memory for random array.\n");
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c398 *prio = random() % mq_prio_max;
408 {"\n\tTest #2d: Time send/recv message, queue full, random prio\n",
422 * 2d) with random prio
/linux-master/include/media/tpg/
H A Dv4l2-tpg.h13 #include <linux/random.h>
/linux-master/drivers/mtd/tests/
H A Doobtest.c20 #include <linux/random.h>
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ipportnet.c11 #include <linux/random.h>

Completed in 522 milliseconds

1234567891011>>