Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtorture.h40 typedef void torture_ofl_func(void); typedef
45 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f);
/Linux-v5.10/kernel/
Dtorture.c71 static torture_ofl_func *onoff_f;
263 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f) in torture_onoff_init()