Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtorture.h124 #define torture_preempt_schedule() __preempt_schedule() macro
126 #define torture_preempt_schedule() do { } while (0) macro
/Linux-v6.6/kernel/locking/
Dlocktorture.c126 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_lock_busted_write_delay()
211 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_spin_lock_write_delay()
463 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_mutex_delay()
642 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_rtmutex_delay()
701 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_rwsem_write_delay()
728 torture_preempt_schedule(); /* Allow test to be preempted. */ in torture_rwsem_read_delay()
/Linux-v6.6/kernel/rcu/
Drcutorture.c440 torture_preempt_schedule(); /* QS only if preemptible. */ in rcu_read_delay()