Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Drxperf.c71 static struct workqueue_struct *rxperf_workqueue; variable
107 queue_work(rxperf_workqueue, &rxperf_charge_preallocation_work); in rxperf_rx_new_call()
112 queue_work(rxperf_workqueue, &call->work); in rxperf_queue_call_work()
237 flush_workqueue(rxperf_workqueue); in rxperf_close_socket()
575 rxperf_workqueue = alloc_workqueue("rxperf", 0, 0); in rxperf_init()
576 if (!rxperf_workqueue) in rxperf_init()
607 destroy_workqueue(rxperf_workqueue); in rxperf_init()
621 destroy_workqueue(rxperf_workqueue); in rxperf_exit()