Searched refs:rxrpc_workqueue (Results 1 – 2 of 2) sorted by relevance
48 struct workqueue_struct *rxrpc_workqueue; variable705 flush_workqueue(rxrpc_workqueue); in rxrpc_release_sock()810 rxrpc_workqueue = alloc_workqueue("krxrpcd", 0, 1); in af_rxrpc_init()811 if (!rxrpc_workqueue) { in af_rxrpc_init()862 destroy_workqueue(rxrpc_workqueue); in af_rxrpc_init()889 flush_workqueue(rxrpc_workqueue); in af_rxrpc_exit()892 destroy_workqueue(rxrpc_workqueue); in af_rxrpc_exit()
30 #define rxrpc_queue_work(WS) queue_work(rxrpc_workqueue, (WS))32 queue_delayed_work(rxrpc_workqueue, (WS), (D))437 extern struct workqueue_struct *rxrpc_workqueue;