Home
last modified time | relevance | path

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

/linux-6.14.4/net/rxrpc/
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()
587 rxperf_workqueue = alloc_workqueue("rxperf", 0, 0); in rxperf_init()
588 if (!rxperf_workqueue) in rxperf_init()
619 destroy_workqueue(rxperf_workqueue); in rxperf_init()
633 destroy_workqueue(rxperf_workqueue); in rxperf_exit()