Home
last modified time | relevance | path

Searched refs:conn_attend_q (Results 1 – 3 of 3) sorted by relevance

/linux/net/rxrpc/
H A Dio_thread.c460 LIST_HEAD(conn_attend_q); in rxrpc_io_thread()
518 if (!list_empty_careful(&local->conn_attend_q)) { in rxrpc_io_thread()
520 list_splice_tail_init(&local->conn_attend_q, &conn_attend_q); in rxrpc_io_thread()
524 while ((conn = list_first_entry_or_null(&conn_attend_q, in rxrpc_io_thread()
561 !list_empty(&local->conn_attend_q) || in rxrpc_io_thread()
H A Dconn_object.c38 list_add_tail(&conn->attend_link, &local->conn_attend_q); in rxrpc_poke_conn()
H A Dar-internal.h345 struct list_head conn_attend_q; /* Conns requiring immediate attention */ member