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