Searched refs:threadfunc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_rhashtable.c | 631 static int threadfunc(void *data) in threadfunc() function 784 tdata[i].task = kthread_run(threadfunc, &tdata[i], in test_rht_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.h | 486 woal_create_thread(int (*threadfunc) (void *), moal_thread *thr, char *name) in woal_create_thread() 489 thr->task = kthread_run(threadfunc, thr, "%s", name); in woal_create_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 545 static inline void woal_create_thread(int (*threadfunc)(void *), 549 thr->task = kthread_run(threadfunc, thr, "%s", name);
|