Home
last modified time | relevance | path

Searched refs:torture_random (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/locking/
H A Dlocktorture.c118 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
163 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
166 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
234 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
262 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
343 if (!(torture_random(trsp) % in torture_mutex_delay()
487 if (trsp && !(torture_random(trsp) % in torture_rtmutex_boost()
517 if (!(torture_random(trsp) % in torture_rtmutex_delay()
520 if (!(torture_random(trsp) % in torture_rtmutex_delay()
558 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/locking/
H A Dlocktorture.c118 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
163 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
166 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
234 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
262 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
343 if (!(torture_random(trsp) % in torture_mutex_delay()
487 if (trsp && !(torture_random(trsp) % in torture_rtmutex_boost()
517 if (!(torture_random(trsp) % in torture_rtmutex_delay()
520 if (!(torture_random(trsp) % in torture_rtmutex_delay()
558 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/locking/
H A Dlocktorture.c118 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
163 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
166 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
234 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
262 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
343 if (!(torture_random(trsp) % in torture_mutex_delay()
487 if (trsp && !(torture_random(trsp) % in torture_rtmutex_boost()
517 if (!(torture_random(trsp) % in torture_rtmutex_delay()
520 if (!(torture_random(trsp) % in torture_rtmutex_delay()
558 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/rcu/
H A Drcutorture.c398 !(torture_random(rrsp) % (nrealreaders * 500))) { in rcu_read_delay()
577 delay = torture_random(rrsp) % in srcu_read_delay()
1172 udelay(torture_random(&rand) & 0x3ff); in rcu_torture_writer()
1198 switch (synctype[torture_random(&rand) % nsynctypes]) { in rcu_torture_writer()
1301 torture_random(&rand) % (nfakewriters * 8) == 0) { in rcu_torture_fakewriter()
1363 rdrchked = torture_random(trsp) % nrealreaders; in rcu_torture_reader_do_mbchk()
1365 rdrchker = torture_random(trsp) % nrealreaders; in rcu_torture_reader_do_mbchk()
1486 unsigned long randmask1 = torture_random(trsp) >> 8; in rcutorture_extend_mask()
1519 i = (torture_random(trsp) >> 3); in rcutorture_loop_extend()
1708 r = torture_random(&rand); in rcu_nocb_toggle()
[all …]
H A Drcuscale.c683 (kfree_rcu_test_both && torture_random(&tr) & 0x800)) in kfree_scale_thread()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/rcu/
H A Drcutorture.c398 !(torture_random(rrsp) % (nrealreaders * 500))) { in rcu_read_delay()
577 delay = torture_random(rrsp) % in srcu_read_delay()
1172 udelay(torture_random(&rand) & 0x3ff); in rcu_torture_writer()
1198 switch (synctype[torture_random(&rand) % nsynctypes]) { in rcu_torture_writer()
1301 torture_random(&rand) % (nfakewriters * 8) == 0) { in rcu_torture_fakewriter()
1363 rdrchked = torture_random(trsp) % nrealreaders; in rcu_torture_reader_do_mbchk()
1365 rdrchker = torture_random(trsp) % nrealreaders; in rcu_torture_reader_do_mbchk()
1486 unsigned long randmask1 = torture_random(trsp) >> 8; in rcutorture_extend_mask()
1519 i = (torture_random(trsp) >> 3); in rcutorture_loop_extend()
1708 r = torture_random(&rand); in rcu_nocb_toggle()
[all …]
H A Drcuscale.c683 (kfree_rcu_test_both && torture_random(&tr) & 0x800)) in kfree_scale_thread()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/rcu/
H A Drcutorture.c398 !(torture_random(rrsp) % (nrealreaders * 500))) { in rcu_read_delay()
577 delay = torture_random(rrsp) % in srcu_read_delay()
1172 udelay(torture_random(&rand) & 0x3ff); in rcu_torture_writer()
1198 switch (synctype[torture_random(&rand) % nsynctypes]) { in rcu_torture_writer()
1301 torture_random(&rand) % (nfakewriters * 8) == 0) { in rcu_torture_fakewriter()
1363 rdrchked = torture_random(trsp) % nrealreaders; in rcu_torture_reader_do_mbchk()
1365 rdrchker = torture_random(trsp) % nrealreaders; in rcu_torture_reader_do_mbchk()
1486 unsigned long randmask1 = torture_random(trsp) >> 8; in rcutorture_extend_mask()
1519 i = (torture_random(trsp) >> 3); in rcutorture_loop_extend()
1708 r = torture_random(&rand); in rcu_nocb_toggle()
[all …]
H A Drcuscale.c683 (kfree_rcu_test_both && torture_random(&tr) & 0x800)) in kfree_scale_thread()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dscftorture.c238 unsigned long w = torture_random(trsp) % (scf_sel_totweight + 1); in scf_sel_rand()
254 unsigned long r = torture_random(this_cpu_ptr(&scf_torture_rand)); in scf_handler()
327 cpu = torture_random(trsp) % nr_cpu_ids; in scftorture_invoke_one()
333 cpu = torture_random(trsp) % nr_cpu_ids; in scftorture_invoke_one()
392 if (!(torture_random(trsp) & 0xfff)) in scftorture_invoke_one()
H A Dtorture.c91 hto += (torture_random(trsp) >> 3) % fuzzt_ns; in torture_hrtimeout_ns()
361 cpu = (torture_random(&rand) >> 4) % (maxcpu + 1); in torture_onoff()
450 torture_random(struct torture_random_state *trsp) in torture_random() function
460 EXPORT_SYMBOL_GPL(torture_random);
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dscftorture.c238 unsigned long w = torture_random(trsp) % (scf_sel_totweight + 1); in scf_sel_rand()
254 unsigned long r = torture_random(this_cpu_ptr(&scf_torture_rand)); in scf_handler()
327 cpu = torture_random(trsp) % nr_cpu_ids; in scftorture_invoke_one()
333 cpu = torture_random(trsp) % nr_cpu_ids; in scftorture_invoke_one()
392 if (!(torture_random(trsp) & 0xfff)) in scftorture_invoke_one()
H A Dtorture.c91 hto += (torture_random(trsp) >> 3) % fuzzt_ns; in torture_hrtimeout_ns()
361 cpu = (torture_random(&rand) >> 4) % (maxcpu + 1); in torture_onoff()
450 torture_random(struct torture_random_state *trsp) in torture_random() function
460 EXPORT_SYMBOL_GPL(torture_random);
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dscftorture.c238 unsigned long w = torture_random(trsp) % (scf_sel_totweight + 1); in scf_sel_rand()
254 unsigned long r = torture_random(this_cpu_ptr(&scf_torture_rand)); in scf_handler()
327 cpu = torture_random(trsp) % nr_cpu_ids; in scftorture_invoke_one()
333 cpu = torture_random(trsp) % nr_cpu_ids; in scftorture_invoke_one()
392 if (!(torture_random(trsp) & 0xfff)) in scftorture_invoke_one()
H A Dtorture.c91 hto += (torture_random(trsp) >> 3) % fuzzt_ns; in torture_hrtimeout_ns()
361 cpu = (torture_random(&rand) >> 4) % (maxcpu + 1); in torture_onoff()
450 torture_random(struct torture_random_state *trsp) in torture_random() function
460 EXPORT_SYMBOL_GPL(torture_random);
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dtorture.h73 unsigned long torture_random(struct torture_random_state *trsp);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dtorture.h73 unsigned long torture_random(struct torture_random_state *trsp);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dtorture.h73 unsigned long torture_random(struct torture_random_state *trsp);