Home
last modified time | relevance | path

Searched refs:torture_ofl_func (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dtorture.h59 typedef void torture_ofl_func(void); typedef
64 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f);
/linux-6.1.9/kernel/
Dtorture.c166 static torture_ofl_func *onoff_f;
382 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f) in torture_onoff_init()