Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-error.c115 rxrpc_queue_work(&trans->error_handler); in rxrpc_UDP_error_report()
246 rxrpc_queue_work(&trans->error_handler); in rxrpc_UDP_error_handler()
Dar-internal.h30 #define rxrpc_queue_work(WS) queue_work(rxrpc_workqueue, (WS)) macro
34 #define rxrpc_queue_call(CALL) rxrpc_queue_work(&(CALL)->processor)
35 #define rxrpc_queue_conn(CONN) rxrpc_queue_work(&(CONN)->processor)
Dar-peer.c252 rxrpc_queue_work(&peer->destroyer); in rxrpc_put_peer()
Dar-local.c232 rxrpc_queue_work(&local->destroyer); in rxrpc_put_local()
Dar-input.c604 rxrpc_queue_work(&conn->trans->local->acceptor); in rxrpc_post_packet_to_call()
783 rxrpc_queue_work(&local->acceptor); in rxrpc_data_ready()
Dar-connevent.c325 rxrpc_queue_work(&local->rejecter); in rxrpc_reject_packet()
Dar-call.c628 rxrpc_queue_work(&call->destroyer); in __rxrpc_put_call()
653 rxrpc_queue_work(&call->destroyer); in rxrpc_cleanup_call()