Home
last modified time | relevance | path

Searched refs:torture_preempt_schedule (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dtorture.h95 #define torture_preempt_schedule() preempt_schedule() macro
97 #define torture_preempt_schedule() do { } while (0) macro
/Linux-v5.10/kernel/locking/
Dlocktorture.c119 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_lock_busted_write_delay()
166 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_spin_lock_write_delay()
337 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_mutex_delay()
484 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_rtmutex_delay()
522 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_rwsem_write_delay()
547 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_rwsem_read_delay()
/Linux-v5.10/kernel/rcu/
Drcutorture.c371 torture_preempt_schedule(); /* QS only if preemptible. */ in rcu_read_delay()