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()
226 struct work_struct smc_listen_work;/* prepare new accept socket */ member
1693 static void smc_listen_work(struct work_struct *work) in smc_listen_work() function1696 smc_listen_work); in smc_listen_work()1826 INIT_WORK(&new_smc->smc_listen_work, smc_listen_work); in smc_tcp_listen_work()1831 if (!queue_work(smc_hs_wq, &new_smc->smc_listen_work)) in smc_tcp_listen_work()