Home
last modified time | relevance | path

Searched refs:tipc_wait_for_cond (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c412 #define tipc_wait_for_cond(sock_, timeo_, condition_) \ macro
547 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown()
837 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast()
953 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_unicast()
1033 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_anycast()
1081 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_bcast()
1474 rc = tipc_wait_for_cond(sock, &timeout, in __tipc_sendmsg()
1577 rc = tipc_wait_for_cond(sock, &timeout, in __tipc_sendstream()
2160 /* coupled with smp_rmb() in tipc_wait_for_cond() */ in tipc_sk_proto_rcv()
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c426 #define tipc_wait_for_cond(sock_, timeo_, condition_) \ macro
561 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown()
860 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast()
976 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_unicast()
1053 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_anycast()
1101 rc = tipc_wait_for_cond(sock, &timeout, in tipc_send_group_bcast()
1483 rc = tipc_wait_for_cond(sock, &timeout, in __tipc_sendmsg()
1587 rc = tipc_wait_for_cond(sock, &timeout, in __tipc_sendstream()
2165 /* coupled with smp_rmb() in tipc_wait_for_cond() */ in tipc_sk_proto_rcv()

Completed in 11 milliseconds