Searched refs:siw_tx_thread (Results 1 – 3 of 3) sorted by relevance
61 struct task_struct *siw_tx_thread[NR_CPUS]; variable126 memset(siw_tx_thread, 0, sizeof(siw_tx_thread)); in siw_init_cpulist()186 if (!siw_tx_thread[cpu]) in siw_get_tx_cpu()
1218 siw_tx_thread[cpu] = in siw_create_tx_threads()1222 if (IS_ERR(siw_tx_thread[cpu])) { in siw_create_tx_threads()1223 siw_tx_thread[cpu] = NULL; in siw_create_tx_threads()1236 if (siw_tx_thread[cpu]) { in siw_stop_tx_threads()1237 kthread_stop(siw_tx_thread[cpu]); in siw_stop_tx_threads()1239 siw_tx_thread[cpu] = NULL; in siw_stop_tx_threads()
499 extern struct task_struct *siw_tx_thread[];
Completed in 14 milliseconds