Searched refs:call_attend_q (Results 1 – 4 of 4) sorted by relevance
453 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()
117 INIT_LIST_HEAD(&local->call_attend_q); in rxrpc_alloc_local()
58 list_add_tail(&call->attend_link, &local->call_attend_q); in rxrpc_poke_call()
292 struct list_head call_attend_q; /* Calls requiring immediate attention */ member