Searched refs:_torture_create_kthread (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | torture.h | 85 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, 90 _torture_create_kthread(n, (arg), #n, "Creating " #n " task", \
|
/linux-4.1.27/kernel/ |
D | torture.c | 713 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread() function 728 EXPORT_SYMBOL_GPL(_torture_create_kthread);
|