Home
last modified time | relevance | path

Searched refs:rxrpc_workqueue (Results 1 – 4 of 4) sorted by relevance

/net/rxrpc/
A Daf_rxrpc.c44 struct workqueue_struct *rxrpc_workqueue; variable
965 flush_workqueue(rxrpc_workqueue); in rxrpc_release_sock()
1054 rxrpc_workqueue = alloc_ordered_workqueue("krxrpcd", WQ_HIGHPRI | WQ_MEM_RECLAIM); in af_rxrpc_init()
1055 if (!rxrpc_workqueue) { in af_rxrpc_init()
1115 destroy_workqueue(rxrpc_workqueue); in af_rxrpc_init()
1141 destroy_workqueue(rxrpc_workqueue); in af_rxrpc_exit()
A Dar-internal.h26 #define rxrpc_queue_work(WS) queue_work(rxrpc_workqueue, (WS))
28 queue_delayed_work(rxrpc_workqueue, (WS), (D))
1020 extern struct workqueue_struct *rxrpc_workqueue;
A Dlocal_object.c475 flush_workqueue(rxrpc_workqueue); in rxrpc_destroy_all_locals()
A Dconn_object.c477 flush_workqueue(rxrpc_workqueue); in rxrpc_destroy_all_connections()

Completed in 15 milliseconds