Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
Dcall_accept.c61 call_head = b->call_backlog_head; in rxrpc_service_prealloc_one()
148 smp_store_release(&b->call_backlog_head, (call_head + 1) & (size - 1)); in rxrpc_service_prealloc_one()
219 head = b->call_backlog_head; in rxrpc_discard_prealloc()
275 call_head = smp_load_acquire(&b->call_backlog_head); in rxrpc_alloc_incoming_call()
Dar-internal.h109 unsigned short call_backlog_head; member