Searched refs:peer_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | monitor.c | 146 static struct tipc_peer *peer_head(struct tipc_peer *peer) in peer_head() function 342 head = peer_head(prev); in tipc_mon_remove_peer() 403 head = peer_head(peer); in tipc_mon_peer_up() 440 head = peer_head(peer); in tipc_mon_peer_down() 530 mon_assign_roles(mon, peer_head(peer)); in tipc_mon_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | monitor.c | 176 static struct tipc_peer *peer_head(struct tipc_peer *peer) in peer_head() function 372 head = peer_head(prev); in tipc_mon_remove_peer() 433 head = peer_head(peer); in tipc_mon_peer_up() 470 head = peer_head(peer); in tipc_mon_peer_down() 561 mon_assign_roles(mon, peer_head(peer)); in tipc_mon_rcv()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_accept.c | 270 unsigned short call_head, conn_head, peer_head; in rxrpc_alloc_incoming_call() local 282 peer_head = smp_load_acquire(&b->peer_backlog_head); in rxrpc_alloc_incoming_call() 284 ASSERTCMP(CIRC_CNT(peer_head, peer_tail, RXRPC_BACKLOG_MAX), >=, in rxrpc_alloc_incoming_call()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | call_accept.c | 252 unsigned short call_head, conn_head, peer_head; in rxrpc_alloc_incoming_call() local 264 peer_head = smp_load_acquire(&b->peer_backlog_head); in rxrpc_alloc_incoming_call() 266 ASSERTCMP(CIRC_CNT(peer_head, peer_tail, RXRPC_BACKLOG_MAX), >=, in rxrpc_alloc_incoming_call()
|
Completed in 5 milliseconds