Home
last modified time | relevance | path

Searched refs:connection_timeout (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.h92 unsigned long connection_timeout; member
H A Drtrs-srv.c910 srv_path->connection_timeout = 0; in process_info_req()
1544 if (srv_path->state == RTRS_SRV_CONNECTING && srv_path->connection_timeout && in rtrs_srv_check_close_path()
1545 (jiffies_to_msecs(jiffies - srv_path->connection_timeout) > RTRS_MAX_CONN_TIMEOUT)) { in rtrs_srv_check_close_path()
1564 (jiffies_to_msecs(jiffies - srv_path->connection_timeout))); in __is_path_w_addr_exists()
1849 srv_path->connection_timeout = 0; in __alloc_path()
1957 (jiffies_to_msecs(jiffies - srv_path->connection_timeout))); in rtrs_rdma_connect()
1977 srv_path->connection_timeout = jiffies; in rtrs_rdma_connect()