Searched refs:random (Results 1 – 25 of 36) sorted by relevance
12
153 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 …]
105 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()
69 c = random() & 0x7f; in testcase()82 c = random() & 0x7f; in testcase()96 c = random() & 0x7f; in testcase()
16 random=303 if [ "$random" -a $width -gt 2 ]; then319 random=true
20 mlock-random-test
41 TEST_GEN_FILES += mlock-random-test142 $(OUTPUT)/mlock-random-test $(OUTPUT)/memfd_secret: LDLIBS += -lcap
237 ./mlock-random-test
58 UUID=`cat /proc/sys/kernel/random/uuid`
2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
41 random: get_random_bytes called from print_oops_end_marker+0x4c/0x60 with crng_init=0
6 import random49 th = random.randint(3, 16)67 return arr[random.randint(0, len(arr) - 1)]402 random.seed(0)
178 ip saddr 172.30.30.0/30 counter masquerade random215 meta oif veth0 ip saddr 172.30.30.0/30 counter masquerade random
155 size_t j = random() * (size - i - 1) / RAND_MAX; in shuffle()267 const struct options *options, bool random) in measure_read_throughput_internal() argument271 if (random) in measure_read_throughput_internal()305 if (random) in measure_read_throughput_internal()
13 Benchmark program that does random reads on a number of files. This
161 unsigned long rnd1 = random(), rnd2 = random(); in do_random_epoll_op()
27 The test for a random number of iterations or until user kills it with a
400 node = strlist__entry(tips, random() % strlist__nr_entries(tips)); in perf_tip()
392 tx[i] = random(); in transfer_buf()
562 import random566 newid = str('{:04x}'.format(random.randrange(16**4)))