Searched refs:tipc_wait_for_cond (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | socket.c | 378 #define tipc_wait_for_cond(sock_, timeo_, condition_) \ macro 507 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown() 779 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast() 893 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_unicast() 970 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_anycast() 1021 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt && in tipc_send_group_bcast() 1364 rc = tipc_wait_for_cond(sock, &timeout, in __tipc_sendmsg() 1440 rc = tipc_wait_for_cond(sock, &timeout, in __tipc_sendstream()
|