Home
last modified time | relevance | path

Searched refs:smc_listen_work (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/smc/
H A Dsmc.h226 struct work_struct smc_listen_work;/* prepare new accept socket */ member
H A Dsmc_close.c28 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()
H A Daf_smc.c1697 static void smc_listen_work(struct work_struct *work) in smc_listen_work() function
1700 smc_listen_work); in smc_listen_work()
1829 sock_hold(lsk); /* sock_put in smc_listen_work */ in smc_tcp_listen_work()
1830 INIT_WORK(&new_smc->smc_listen_work, smc_listen_work); in smc_tcp_listen_work()
1835 if (!queue_work(smc_hs_wq, &new_smc->smc_listen_work)) in smc_tcp_listen_work()
1937 /* wakeup by sk_data_ready in smc_listen_work() */ in smc_accept()
2099 /* woken up by sk_data_ready in smc_listen_work() */ in smc_poll()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_close.c28 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()
H A Dsmc.h259 struct work_struct smc_listen_work;/* prepare new accept socket */ member
H A Daf_smc.c2399 static void smc_listen_work(struct work_struct *work) in smc_listen_work() function
2402 smc_listen_work); in smc_listen_work()
2557 sock_hold(lsk); /* sock_put in smc_listen_work */ in smc_tcp_listen_work()
2558 INIT_WORK(&new_smc->smc_listen_work, smc_listen_work); in smc_tcp_listen_work()
2561 if (!queue_work(smc_hs_wq, &new_smc->smc_listen_work)) in smc_tcp_listen_work()
2683 /* wakeup by sk_data_ready in smc_listen_work() */ in smc_accept()
2849 /* woken up by sk_data_ready in smc_listen_work() */ in smc_poll()

Completed in 11 milliseconds