Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_wr.h83 wake_up(&lnk->wr_reg_wait); in smc_wr_wakeup_reg_wait()
H A Dsmc_wr.c315 rc = wait_event_interruptible_timeout(link->wr_reg_wait, in smc_wr_reg_send()
319 wake_up_all(&link->wr_reg_wait); in smc_wr_reg_send()
546 wait_event(lnk->wr_reg_wait, (!atomic_read(&lnk->wr_reg_refcnt))); in smc_wr_free_link()
709 init_waitqueue_head(&lnk->wr_reg_wait); in smc_wr_create_link()
H A Dsmc_core.h109 wait_queue_head_t wr_reg_wait; /* wait for wr_reg result */ member
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_wr.h87 wake_up(&lnk->wr_reg_wait); in smc_wr_wakeup_reg_wait()
H A Dsmc_core.h136 wait_queue_head_t wr_reg_wait; /* wait for wr_reg result */ member
H A Dsmc_wr.c381 rc = wait_event_interruptible_timeout(link->wr_reg_wait, in smc_wr_reg_send()
912 init_waitqueue_head(&lnk->wr_reg_wait); in smc_wr_create_link()

Completed in 8 milliseconds