Searched refs:conn_attend_q (Results 1 – 4 of 4) sorted by relevance
435 conn = list_first_entry_or_null(&local->conn_attend_q, in rxrpc_io_thread()519 !list_empty(&local->conn_attend_q) || in rxrpc_io_thread()
127 INIT_LIST_HEAD(&local->conn_attend_q); in rxrpc_alloc_local()
38 list_add_tail(&conn->attend_link, &local->conn_attend_q); in rxrpc_poke_conn()
299 struct list_head conn_attend_q; /* Conns requiring immediate attention */ member