Home
last modified time | relevance | path

Searched refs:rxrpc_queue_work (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/rxrpc/
Dnet_ns.c19 rxrpc_queue_work(&rxnet->client_conn_reaper); in rxrpc_client_conn_reap_timeout()
28 rxrpc_queue_work(&rxnet->service_conn_reaper); in rxrpc_service_conn_reap_timeout()
37 rxrpc_queue_work(&rxnet->peer_keepalive_work); in rxrpc_peer_keepalive_timeout()
Dcall_object.c451 if (rxrpc_queue_work(&call->processor)) in rxrpc_queue_call()
467 if (rxrpc_queue_work(&call->processor)) in __rxrpc_queue_call()
675 if (!rxrpc_queue_work(&call->processor)) in rxrpc_rcu_destroy_call()
Dconn_object.c271 if (rxrpc_queue_work(&conn->processor)) in rxrpc_queue_conn()
470 rxrpc_queue_work(&rxnet->service_conn_reaper); in rxrpc_destroy_all_connections()
Dlocal_object.c321 if (rxrpc_queue_work(&local->processor)) in rxrpc_queue_local()
Dar-internal.h25 #define rxrpc_queue_work(WS) queue_work(rxrpc_workqueue, (WS)) macro
Dconn_client.c1099 if (!rxrpc_queue_work(&rxnet->client_conn_reaper)) in rxrpc_destroy_all_client_connections()