Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dcall_accept.c60 call_head = b->call_backlog_head; in rxrpc_service_prealloc_one()
146 smp_store_release(&b->call_backlog_head, (call_head + 1) & (size - 1)); in rxrpc_service_prealloc_one()
217 head = b->call_backlog_head; in rxrpc_discard_prealloc()
257 call_head = smp_load_acquire(&b->call_backlog_head); in rxrpc_alloc_incoming_call()
H A Dar-internal.h131 unsigned short call_backlog_head; member