Home
last modified time | relevance | path

Searched refs:random (Results 1 – 25 of 36) sorted by relevance

12

/tools/testing/selftests/powerpc/signal/
Dsigfuz.c153 ucp->uc_mcontext.gp_regs[PT_MSR] = random(); in trap_signal_handler()
155 ucp->uc_mcontext.gp_regs[PT_NIP] = random(); in trap_signal_handler()
157 ucp->uc_link->uc_mcontext.gp_regs[PT_MSR] = random(); in trap_signal_handler()
159 ucp->uc_link->uc_mcontext.gp_regs[PT_NIP] = random(); in trap_signal_handler()
161 ucp->uc_mcontext.gp_regs[PT_TRAP] = random(); in trap_signal_handler()
162 ucp->uc_mcontext.gp_regs[PT_DSISR] = random(); in trap_signal_handler()
163 ucp->uc_mcontext.gp_regs[PT_DAR] = random(); in trap_signal_handler()
164 ucp->uc_mcontext.gp_regs[PT_ORIG_R3] = random(); in trap_signal_handler()
165 ucp->uc_mcontext.gp_regs[PT_XER] = random(); in trap_signal_handler()
166 ucp->uc_mcontext.gp_regs[PT_RESULT] = random(); in trap_signal_handler()
[all …]
/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c105 s1[j] = random(); in testcase()
107 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
108 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
112 change = random() % comp_size; in testcase()
113 rand_s2[change] = random() & 0xff; in testcase()
131 s1[j] = random(); in testcase()
133 rand_s1 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
134 rand_s2 += random() % MAX_OFFSET_DIFF_S1_S2; in testcase()
139 change = random() % comp_size; in testcase()
140 s2[change] = random() & 0xff; in testcase()
Dstrlen.c69 c = random() & 0x7f; in testcase()
82 c = random() & 0x7f; in testcase()
96 c = random() & 0x7f; in testcase()
/tools/testing/selftests/gpio/
Dgpio-mockup.sh16 random=
303 if [ "$random" -a $width -gt 2 ]; then
319 random=true
/tools/testing/selftests/vm/
D.gitignore20 mlock-random-test
DMakefile41 TEST_GEN_FILES += mlock-random-test
142 $(OUTPUT)/mlock-random-test $(OUTPUT)/memfd_secret: LDLIBS += -lcap
Drun_vmtests.sh237 ./mlock-random-test
/tools/testing/selftests/pstore/
Dcommon_tests58 UUID=`cat /proc/sys/kernel/random/uuid`
/tools/testing/kunit/test_data/
Dtest_kernel_panic_interrupt.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_config_printk_time.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_pound_sign.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_output_with_prefix_isolated_correctly.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_pound_no_prefix.log2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_multiple_prefixes.log2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_interrupted_tap_output.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_output_isolated_correctly.log41 random: get_random_bytes called from print_oops_end_marker+0x4c/0x60 with crng_init=0
/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py6 import random
49 th = random.randint(3, 16)
67 return arr[random.randint(0, len(arr) - 1)]
402 random.seed(0)
/tools/testing/selftests/netfilter/
Dconntrack_vrf.sh178 ip saddr 172.30.30.0/30 counter masquerade random
215 meta oif veth0 ip saddr 172.30.30.0/30 counter masquerade random
/tools/testing/selftests/filesystems/incfs/
Dincfs_perf.c155 size_t j = random() * (size - i - 1) / RAND_MAX; in shuffle()
267 const struct options *options, bool random) in measure_read_throughput_internal() argument
271 if (random) in measure_read_throughput_internal()
305 if (random) in measure_read_throughput_internal()
/tools/io_uring/
DREADME13 Benchmark program that does random reads on a number of files. This
/tools/perf/bench/
Depoll-ctl.c161 unsigned long rnd1 = random(), rnd2 = random(); in do_random_epoll_op()
/tools/testing/selftests/media_tests/
Dregression_test.txt27 The test for a random number of iterations or until user kills it with a
/tools/perf/util/
Dutil.c400 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()
/tools/spi/
Dspidev_test.c392 tx[i] = random(); in transfer_buf()
/tools/testing/selftests/tc-testing/
Dtdc.py562 import random
566 newid = str('{:04x}'.format(random.randrange(16**4)))

12