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()
303 struct work_struct smc_listen_work;/* prepare new accept socket */ member
2422 static void smc_listen_work(struct work_struct *work) in smc_listen_work() function2425 smc_listen_work); in smc_listen_work()2589 INIT_WORK(&new_smc->smc_listen_work, smc_listen_work); in smc_tcp_listen_work()2592 if (!queue_work(smc_hs_wq, &new_smc->smc_listen_work)) in smc_tcp_listen_work()