Searched refs:smc_listen_work (Results 1 – 3 of 3) sorted by relevance
28 if (smc->listen_smc && current_work() != &smc->smc_listen_work) in smc_clcsock_release()29 cancel_work_sync(&smc->smc_listen_work); in smc_clcsock_release()
256 struct work_struct smc_listen_work;/* prepare new accept socket */ member
2266 static void smc_listen_work(struct work_struct *work) in smc_listen_work() function2269 smc_listen_work); in smc_listen_work()2409 INIT_WORK(&new_smc->smc_listen_work, smc_listen_work); in smc_tcp_listen_work()2414 if (!queue_work(smc_hs_wq, &new_smc->smc_listen_work)) in smc_tcp_listen_work()