Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Drxperf.c72 static struct workqueue_struct *rxperf_workqueue; variable
108 queue_work(rxperf_workqueue, &rxperf_charge_preallocation_work); in rxperf_rx_new_call()
113 queue_work(rxperf_workqueue, &call->work); in rxperf_queue_call_work()
242 flush_workqueue(rxperf_workqueue); in rxperf_close_socket()
633 rxperf_workqueue = alloc_workqueue("rxperf", WQ_PERCPU, 0); in rxperf_init()
634 if (!rxperf_workqueue) in rxperf_init()
685 destroy_workqueue(rxperf_workqueue); in rxperf_init()
699 destroy_workqueue(rxperf_workqueue); in rxperf_exit()