Home
last modified time | relevance | path

Searched refs:siw_tx_thread (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_main.c61 struct task_struct *siw_tx_thread[NR_CPUS]; variable
100 siw_tx_thread[cpu] = in siw_create_tx_threads()
104 if (IS_ERR(siw_tx_thread[cpu])) { in siw_create_tx_threads()
105 siw_tx_thread[cpu] = NULL; in siw_create_tx_threads()
140 memset(siw_tx_thread, 0, sizeof(siw_tx_thread)); in siw_init_cpulist()
213 if (!siw_tx_thread[cpu]) in siw_get_tx_cpu()
587 if (siw_tx_thread[nr_cpu]) { in siw_init_module()
589 siw_tx_thread[nr_cpu] = NULL; in siw_init_module()
608 if (siw_tx_thread[cpu]) { in siw_exit_module()
610 siw_tx_thread[cpu] = NULL; in siw_exit_module()
Dsiw.h501 extern struct task_struct *siw_tx_thread[];
Dsiw_qp_tx.c1214 kthread_stop(siw_tx_thread[nr_cpu]); in siw_stop_tx_thread()