Home
last modified time | relevance | path

Searched refs:call_attend_q (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/rxrpc/
Dio_thread.c453 if ((call = list_first_entry_or_null(&local->call_attend_q, in rxrpc_io_thread()
518 !list_empty(&local->call_attend_q) || in rxrpc_io_thread()
Dlocal_object.c117 INIT_LIST_HEAD(&local->call_attend_q); in rxrpc_alloc_local()
Dcall_object.c58 list_add_tail(&call->attend_link, &local->call_attend_q); in rxrpc_poke_call()
Dar-internal.h292 struct list_head call_attend_q; /* Calls requiring immediate attention */ member