Searched refs:call_attend_q (Results 1 – 4 of 4) sorted by relevance
442 LIST_HEAD(call_attend_q); in rxrpc_io_thread()521 list_splice_tail_init(&local->call_attend_q, &call_attend_q); in rxrpc_io_thread()524 while ((call = list_first_entry_or_null(&call_attend_q, in rxrpc_io_thread()541 !list_empty(&local->call_attend_q) || in rxrpc_io_thread()
128 INIT_LIST_HEAD(&local->call_attend_q); in rxrpc_alloc_local()
57 list_add_tail(&call->attend_link, &local->call_attend_q); in rxrpc_poke_call()
346 struct list_head call_attend_q; /* Calls requiring immediate attention */ member